<?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: Make a dashboard with a problems in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/292291#M5594</link>
    <description>&lt;P&gt;Assume you are good on problem dashboards?&lt;/P&gt;</description>
    <pubDate>Tue, 30 Dec 2025 14:12:47 GMT</pubDate>
    <dc:creator>Kenny_Gillette</dc:creator>
    <dc:date>2025-12-30T14:12:47Z</dc:date>
    <item>
      <title>Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237733#M3729</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, how are you all doing? I'm trying to visualize the problem dashboard in a chart, but so far, I haven't been able to do it. I can only pin the number of issues.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ellery_0-1708539596181.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17751i8431C9BC43FBF1E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ellery_0-1708539596181.png" alt="Ellery_0-1708539596181.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;With this, I aim to group them by the same type of issue, understand how often they occur, and so on.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 12:28:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237733#M3729</guid>
      <dc:creator>Ellery</dc:creator>
      <dc:date>2024-02-26T12:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237736#M3730</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/65321"&gt;@Ellery&lt;/a&gt;&amp;nbsp;you can set the filters as you desire and then in the upper right hand corner pin it to the dashboard. You might want to rename them so the numeric of problems is clear in terms of 5 Resource issues and 3 Availability issues etc...&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can slice and dice it any way you see fit from time frames to Management zones, tags and everything in between.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a sample:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChadTurner_0-1708539860723.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17752i654C33641C2576C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChadTurner_0-1708539860723.png" alt="ChadTurner_0-1708539860723.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 18:24:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237736#M3730</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-02-21T18:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237747#M3731</link>
      <description>&lt;P&gt;Sadly the problem view is just that, a problem view. Can't manipulate to much info there. As &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/14877"&gt;@ChadTurner&lt;/a&gt;&amp;nbsp; stated only play with a preset of filters of the UI and cant be charted.&lt;/P&gt;&lt;P&gt;The best way to aproach the use case is via DQL. Other ways is play with the API.&lt;/P&gt;&lt;P&gt;If you have access to grail in your tenant is something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch events, from:now()-15d
| filter dt.system.bucket=="default_davis_events" 
| filter isnotnull(display_id)
| summarize Cantidad=count(), by:{bin(timestamp,30m), alias:tiempo, event.name} 
| sort tiempo desc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will give you something like this, it will you give you a count of type of events by event.name in slots of 30m, can be changed to 1d and make the query to 7d and you have the view of problems in a week.&lt;/P&gt;&lt;P&gt;You can expand adding those events that are important to you or expand to the entities and see what entities have more problems.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dant3_1-1708541954888.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17755iD6734CBF3F98FE89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dant3_1-1708541954888.png" alt="Dant3_1-1708541954888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 19:07:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237747#M3731</guid>
      <dc:creator>Dant3</dc:creator>
      <dc:date>2024-02-21T19:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237750#M3732</link>
      <description>&lt;P&gt;&lt;SPAN&gt;That's correct, but when pinning it to the dashboard, only the number of issues is displayed. We can add filters, but we can't group, for example: the number of pod restarts. Ideally, we'd have a metric to manage the issues effectively&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ellery_0-1708543258921.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17756i508034021412FCA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ellery_0-1708543258921.png" alt="Ellery_0-1708543258921.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;for example I want make some this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ellery_1-1708543333086.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17757i8BD7E505C243C1C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ellery_1-1708543333086.png" alt="Ellery_1-1708543333086.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 19:22:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237750#M3732</guid>
      <dc:creator>Ellery</dc:creator>
      <dc:date>2024-02-21T19:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237753#M3733</link>
      <description>&lt;P&gt;Are you a SaaS customer? You showcased the Davis Metric in the screen shot but thats just an example correct, you want groupings based off all your problem cards that showed up correct?&lt;/P&gt;&lt;P&gt;If DQL is out of the question for you, then I highly recommend looking at the Environment v2 API. You can target problems and add in groupings, filters etc to organize the data. But it wont be on a dashboard.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChadTurner_0-1708544146323.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17759i910B74C840E3ABE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChadTurner_0-1708544146323.png" alt="ChadTurner_0-1708544146323.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now the last work around is is you are a SaaS customer. There is a services portal that will give you even more insights and ability to work the data in terms of problems:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChadTurner_1-1708544314959.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17760i5F542A579BDE594D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChadTurner_1-1708544314959.png" alt="ChadTurner_1-1708544314959.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChadTurner_2-1708544421506.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17761i93EFADF4B18E93CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChadTurner_2-1708544421506.png" alt="ChadTurner_2-1708544421506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It might be worth taking a look at. To gain access you'll need to reach out to your Dynatrace Account Reps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 19:41:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237753#M3733</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-02-21T19:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237756#M3734</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ellery_2-1708544127523.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17758iCAC8184B9B390532/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ellery_2-1708544127523.png" alt="Ellery_2-1708544127523.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much, now I can create the charts and metrics to manage the issues effectively.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 19:36:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/237756#M3734</guid>
      <dc:creator>Ellery</dc:creator>
      <dc:date>2024-02-21T19:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/249208#M4067</link>
      <description>&lt;P&gt;Hi Chad,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I access that service portal, could you send me the url? I am currently a saas customer. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 14:05:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/249208#M4067</guid>
      <dc:creator>meblanc1</dc:creator>
      <dc:date>2024-06-26T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/249578#M4079</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/56525"&gt;@meblanc1&lt;/a&gt;&amp;nbsp;you'll need to reach out to your account team requesting access.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 18:31:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/249578#M4079</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-07-01T18:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/261337#M4467</link>
      <description>&lt;P&gt;How, i need to know could you please help? thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 09:09:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/261337#M4467</guid>
      <dc:creator>Ahmedrahbi</dc:creator>
      <dc:date>2024-11-04T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/261344#M4468</link>
      <description>&lt;P&gt;im using dynatrace managed so no able to do that&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 09:20:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/261344#M4468</guid>
      <dc:creator>tuanla123</dc:creator>
      <dc:date>2024-11-04T09:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Make a dashboard with a problems</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/292291#M5594</link>
      <description>&lt;P&gt;Assume you are good on problem dashboards?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 14:12:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Make-a-dashboard-with-a-problems/m-p/292291#M5594</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2025-12-30T14:12:47Z</dc:date>
    </item>
  </channel>
</rss>

