<?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: Difference between OPEN and ACTIVE statuses in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/265469#M5264</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41129"&gt;@wmisenhe&lt;/a&gt;, did you solve this problem? it would be great if you share it with the Community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2024 10:21:07 GMT</pubDate>
    <dc:creator>GosiaMurawska</dc:creator>
    <dc:date>2024-12-17T10:21:07Z</dc:date>
    <item>
      <title>Difference between OPEN and ACTIVE statuses</title>
      <link>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/254595#M4814</link>
      <description>&lt;P&gt;On the problem page in DT, we see the OPEN problems highlighted in red, and the greyed-out problems, implying they are closed. However, in dql queries, some of these grey problems' event.status is ACTIVE, even though they are not OPEN. I am trying to build a dashboard for problems, similar to the problems page, but with information we want beside the current, OPEN, red highlighted problems in DT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is there a parameter that DT uses to differentiate between OPEN and ACTIVE&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snag_91e5a4c.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/22123i21960483C98772D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Snag_91e5a4c.png" alt="Snag_91e5a4c.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snag_920dcc1.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/22124i494E86E91BCCED86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Snag_920dcc1.png" alt="Snag_920dcc1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is an example. It is greyed-out on the Problems page, however it is still technically ACTIVE.&lt;/P&gt;
&lt;P&gt;On this example, the&amp;nbsp;event.status_transition is UPDATED&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 07:34:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/254595#M4814</guid>
      <dc:creator>wmisenhe</dc:creator>
      <dc:date>2024-09-25T07:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between OPEN and ACTIVE status' in Dt</title>
      <link>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/254993#M4820</link>
      <description>&lt;P&gt;May be it could be that the problem is closed (manually or auto resolution based on some conditions etc.,) but the related event is still active in dynatrace? Can you please check if that is the case with this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 08:04:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/254993#M4820</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-09-05T08:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between OPEN and ACTIVE statuses</title>
      <link>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/265469#M5264</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41129"&gt;@wmisenhe&lt;/a&gt;, did you solve this problem? it would be great if you share it with the Community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 10:21:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/265469#M5264</guid>
      <dc:creator>GosiaMurawska</dc:creator>
      <dc:date>2024-12-17T10:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between OPEN and ACTIVE statuses</title>
      <link>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/265793#M5289</link>
      <description>&lt;P&gt;so we got around this by querying the&amp;nbsp;dt.davis.problems and looking for "ACTIVE"&amp;nbsp;&lt;BR /&gt;fetch dt.davis.problems&lt;BR /&gt;| filter event.status == "ACTIVE"&lt;BR /&gt;we were looking for Pcards that were currently active (red highlighted) and what they were to express them in a table for a dashboard. We had to do a lot more to show WHAT is was affecting, name, and time. Specifically expanding the array, joining, fetching, and appending the information we were looking for. But it looks nice and worked out&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 15:17:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Difference-between-OPEN-and-ACTIVE-statuses/m-p/265793#M5289</guid>
      <dc:creator>wmisenhe</dc:creator>
      <dc:date>2024-12-19T15:17:23Z</dc:date>
    </item>
  </channel>
</rss>

