<?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: how to calculate following objects in dynatrace in weekly basis in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/267002#M4697</link>
    <description>&lt;P&gt;This sounds like a great opportunity to use Site Reliability Guardian in combination with a Workflow for automation. Once you've figured out the exact queries you'd like to run, build a SRG and run it weekly with a Workflow. You can then add a step to that Workflow to wait for the SRG to complete and then email the results out.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 14:27:04 GMT</pubDate>
    <dc:creator>StrangerThing</dc:creator>
    <dc:date>2025-01-09T14:27:04Z</dc:date>
    <item>
      <title>How to calculate following objects in Dynatrace in weekly basis?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/266958#M4694</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;the report should have the following and the same to be shared with&amp;nbsp; on a weekly basis. Please report keeping the focus on the following aspects and share the same. I want to calcultae these in weekly basis please give me with an example .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;System availability&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Capacity and utilization&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Resource spikes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Security alerts&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 15 Jan 2025 13:07:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/266958#M4694</guid>
      <dc:creator>pram</dc:creator>
      <dc:date>2025-01-15T13:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate following objects in dynatrace in weekly basis</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/266967#M4695</link>
      <description>&lt;P&gt;Hi Pram,&lt;/P&gt;&lt;P&gt;1) System Availability - you can use the metric "Host availability %" and split by host. Display it is table format.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;&lt;SPAN&gt;Capacity and utilization -&amp;nbsp;CPU usage % ,&amp;nbsp;Disk used %, Memory used %,&amp;nbsp;NIC connectivity metrics can be used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3)&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Resource spikes - You can use the above metrics and change the value from "Auto" to "Max". With this you will be able to capture the spikes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Security alerts - I doubt whether this can be added to the dashboard.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 09:03:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/266967#M4695</guid>
      <dc:creator>Ramanan_16</dc:creator>
      <dc:date>2025-01-09T09:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate following objects in dynatrace in weekly basis</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/266988#M4696</link>
      <description>&lt;P&gt;For security alerts you can try:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch events, from:now() - 7d
| filter event.kind == "SECURITY_EVENT"
| filter isNotNull(dt.entity.host)
| lookup 
	[
		fetch dt.entity.host
		| fieldsAdd entity.name
	], sourceField:dt.entity.host, lookupField:id
| summarize by:{hostName =lookup.entity.name}, eventcount = count()
| sort eventcount desc&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Jan 2025 12:09:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/266988#M4696</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2025-01-09T12:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate following objects in dynatrace in weekly basis</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/267002#M4697</link>
      <description>&lt;P&gt;This sounds like a great opportunity to use Site Reliability Guardian in combination with a Workflow for automation. Once you've figured out the exact queries you'd like to run, build a SRG and run it weekly with a Workflow. You can then add a step to that Workflow to wait for the SRG to complete and then email the results out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 14:27:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-calculate-following-objects-in-Dynatrace-in-weekly-basis/m-p/267002#M4697</guid>
      <dc:creator>StrangerThing</dc:creator>
      <dc:date>2025-01-09T14:27:04Z</dc:date>
    </item>
  </channel>
</rss>

