<?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: Creating dashboard for container events from a container group in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237983#M669</link>
    <description>&lt;P&gt;hello. thanks for your help.&lt;/P&gt;&lt;P&gt;but i need those events you can see in visual:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bu eventler dashboard haline getirilebilir mi2.jpeg" style="width: 713px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17816i5BDE92FBF5BF2E61/image-size/large?v=v2&amp;amp;px=999" role="button" title="bu eventler dashboard haline getirilebilir mi2.jpeg" alt="bu eventler dashboard haline getirilebilir mi2.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 11:28:10 GMT</pubDate>
    <dc:creator>kasdev</dc:creator>
    <dc:date>2024-02-23T11:28:10Z</dc:date>
    <item>
      <title>Creating dashboard for container events from a container group</title>
      <link>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237682#M657</link>
      <description>&lt;P&gt;hello.&lt;/P&gt;&lt;P&gt;i need to create a dashboard for all container events in a specific container group.&lt;/P&gt;&lt;P&gt;i guess i need to use dql but i dont know how to do it.&lt;/P&gt;&lt;P&gt;lets assume container group name is mycontainergroup. do you have any suggestion?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 13:49:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237682#M657</guid>
      <dc:creator>kasdev</dc:creator>
      <dc:date>2024-02-21T13:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dashboard for container events from a container group</title>
      <link>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237762#M659</link>
      <description>&lt;P&gt;Does it works if you use the namespace to filter it instead container group?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch events
| filter matchesPhrase(k8s.namespace.name, "dynatrace")&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Feb 2024 20:12:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237762#M659</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2024-02-21T20:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dashboard for container events from a container group</title>
      <link>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237776#M662</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/72156"&gt;@kasdev&lt;/a&gt;&amp;nbsp;&amp;nbsp;But keep in mind&amp;nbsp; if you run "fetch events" then every time it will consume some additional license.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 22:20:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237776#M662</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2024-02-21T22:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dashboard for container events from a container group</title>
      <link>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237783#M664</link>
      <description>&lt;P&gt;If this are events for k8 (pulled,killing, backoff... etc) then No need for DQL. There is a metric tha have that info if you have the events enable (i would asssume you do) metric :&amp;nbsp;&lt;SPAN&gt;builtin:kubernetes.events&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dant3_0-1708555234772.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17769iCDBB3291D314BEE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dant3_0-1708555234772.png" alt="Dant3_0-1708555234772.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you are speaking about events in the AI, for problem detection,&amp;nbsp; then there is this metric:&amp;nbsp;&lt;STRONG&gt;dsfm:server.events.event_processing&lt;/STRONG&gt; but you can't split or search for an specific entity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 22:46:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237783#M664</guid>
      <dc:creator>Dant3</dc:creator>
      <dc:date>2024-02-21T22:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dashboard for container events from a container group</title>
      <link>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237784#M665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/72156"&gt;@kasdev&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There is another option too if it is possible to use classic dashbboard with data explorer. If you have API integration to your k8s cluster you can use the builtin:kubernetes.events with many dimensions&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mizs_1-1708555108189.png" style="width: 829px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17768i5CDE74AE92AB12E5/image-dimensions/829x270?v=v2" width="829" height="270" role="button" title="Mizs_1-1708555108189.png" alt="Mizs_1-1708555108189.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can create fancy dashboard tiles, like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mizs_2-1708555449319.png" style="width: 716px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17770i46955941F5D09A64/image-dimensions/716x213?v=v2" width="716" height="213" role="button" title="Mizs_2-1708555449319.png" alt="Mizs_2-1708555449319.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mizső&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 22:44:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237784#M665</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2024-02-21T22:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dashboard for container events from a container group</title>
      <link>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237983#M669</link>
      <description>&lt;P&gt;hello. thanks for your help.&lt;/P&gt;&lt;P&gt;but i need those events you can see in visual:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bu eventler dashboard haline getirilebilir mi2.jpeg" style="width: 713px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17816i5BDE92FBF5BF2E61/image-size/large?v=v2&amp;amp;px=999" role="button" title="bu eventler dashboard haline getirilebilir mi2.jpeg" alt="bu eventler dashboard haline getirilebilir mi2.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 11:28:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237983#M669</guid>
      <dc:creator>kasdev</dc:creator>
      <dc:date>2024-02-23T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dashboard for container events from a container group</title>
      <link>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237985#M670</link>
      <description>&lt;P&gt;You will need to use DQL for that.&lt;/P&gt;&lt;P&gt;fetch events&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the base query you need and then filter by PG, w&lt;SPAN&gt;hat &lt;/SPAN&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt;&lt;SPAN&gt;&amp;nbsp;said.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 11:38:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Creating-dashboard-for-container-events-from-a-container-group/m-p/237985#M670</guid>
      <dc:creator>Dant3</dc:creator>
      <dc:date>2024-02-23T11:38:15Z</dc:date>
    </item>
  </channel>
</rss>

