<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Workflow for services in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Workflow-for-services/m-p/299345#M2594</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looks like a use case for &lt;A title="Site Reliability Guardian" href="https://docs.dynatrace.com/docs/shortlink/srg-landing" target="_blank" rel="noopener"&gt;Site Reliability Guardian&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2026 12:28:30 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2026-05-12T12:28:30Z</dc:date>
    <item>
      <title>Workflow for services</title>
      <link>https://community.dynatrace.com/t5/Automations/Workflow-for-services/m-p/299340#M2593</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;My requirement is to create a workflow for sending daily health checks. The health checks include 5 services from cyberark; CPU, Memory, &amp;amp; Disk Usage for 3 different hosts.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For the above conditions I have already created a dashboard (DQL) with the help of data explorer. Could someone clarify me why the DQL that shows output in the dashboard is not giving away the output in Workflows?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also please help me with the DQL !&lt;BR /&gt;&lt;BR /&gt;DQLs for your reference:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1) &lt;STRONG&gt;Services Availability:&lt;/STRONG&gt;&lt;BR /&gt;timeseries { `OS Service availability` = avg(dt.osservice.availability, scalar: true, filter: { (host.name == "Host1") AND ((dt.osservice.name == "CyberArkPrivilegeCloudSecureTunnel") OR (dt.osservice.name == "CyberArk Privileged Session Manager") OR (dt.osservice.name == "CyberArkManagementAgent") OR (dt.osservice.name == "CyberArk Central Policy Manager Scanner") OR (dt.osservice.name == "CyberArk Password Manager")) }), availability = avg(dt.osservice.availability, scalar: true, filter: { ((host.name == "Host2") OR (host.name == "Host3")) AND ((dt.osservice.name == "CyberArkPrivilegeCloudSecureTunnel") OR (dt.osservice.name == "CyberArk Privileged Session Manager") OR (dt.osservice.name == "CyberArkManagementAgent")) }) }, by: { host.name, dt.osservice.name, dt.osservice.status }, union: true&lt;BR /&gt;| sort host.name asc&lt;BR /&gt;//| limit 20&lt;BR /&gt;|fieldsrename Services = dt.osservice.name&lt;BR /&gt;|fieldsrename Hosts = host.name&lt;BR /&gt;|Fieldsrename Status = dt.osservice.status&lt;BR /&gt;&lt;BR /&gt;2) &lt;STRONG&gt;Site Availability:&lt;/STRONG&gt;&lt;BR /&gt;timeseries series = avg(dt.synthetic.http.availability),&lt;BR /&gt;by:{ dt.synthetic.monitored_entity_ids,&lt;BR /&gt;dt.entity.http_check,&lt;BR /&gt;dt.entity.synthetic_location&lt;BR /&gt;}&lt;BR /&gt;| fieldsAdd monitor_name = entityName(dt.entity.http_check)&lt;BR /&gt;| filter contains(monitor_name, "Cyberark")&lt;BR /&gt;| fieldsAdd availability = arrayAvg(series)&lt;BR /&gt;&lt;BR /&gt;3) &lt;STRONG&gt;CPU Usage:&lt;BR /&gt;&lt;/STRONG&gt;timeseries {cpu_usage = avg(dt.host.cpu.usage)},&lt;BR /&gt;by: { dt.entity.host },&lt;BR /&gt;filter: in(dt.entity.host, classicEntitySelector("type(host),entityName.in(\"Host1\",\"Host2\",\"Host3\")")&lt;BR /&gt;),&lt;BR /&gt;nonempty: true&lt;BR /&gt;| fieldsAdd host_name = entityName(dt.entity.host)&lt;BR /&gt;| fieldsAdd cpu_avg = arrayAvg(cpu_usage)&lt;BR /&gt;| sort host_name asc&lt;BR /&gt;| fieldsRename Host = host_name&lt;BR /&gt;| fieldsrename Cpu.usage = cpu_usage&lt;BR /&gt;| fieldsrename Cpu.avg = cpu_avg&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 05:52:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Workflow-for-services/m-p/299340#M2593</guid>
      <dc:creator>Blues_1</dc:creator>
      <dc:date>2026-05-13T05:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for services</title>
      <link>https://community.dynatrace.com/t5/Automations/Workflow-for-services/m-p/299345#M2594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looks like a use case for &lt;A title="Site Reliability Guardian" href="https://docs.dynatrace.com/docs/shortlink/srg-landing" target="_blank" rel="noopener"&gt;Site Reliability Guardian&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 12:28:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Workflow-for-services/m-p/299345#M2594</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-05-12T12:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for services</title>
      <link>https://community.dynatrace.com/t5/Automations/Workflow-for-services/m-p/299353#M2595</link>
      <description>&lt;P&gt;Simple workflow isnt enough? Or does this adds up any cost ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 13:30:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Workflow-for-services/m-p/299353#M2595</guid>
      <dc:creator>Blues_1</dc:creator>
      <dc:date>2026-05-12T13:30:25Z</dc:date>
    </item>
  </channel>
</rss>

