<?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 Dashboard Tile For Problems Showing Hostname in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Dashboard-Tile-For-Problems-Showing-Hostname/m-p/243533#M31979</link>
    <description>&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;I am looking to create a dashboard tile displaying Problems with a top line summary and the hostname. Is this possible on the Dynatrace Dashboards or Notebook pages?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Stuart&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 15:59:16 GMT</pubDate>
    <dc:creator>stuart_reid</dc:creator>
    <dc:date>2024-04-22T15:59:16Z</dc:date>
    <item>
      <title>Dashboard Tile For Problems Showing Hostname</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dashboard-Tile-For-Problems-Showing-Hostname/m-p/243533#M31979</link>
      <description>&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;I am looking to create a dashboard tile displaying Problems with a top line summary and the hostname. Is this possible on the Dynatrace Dashboards or Notebook pages?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Stuart&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 15:59:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dashboard-Tile-For-Problems-Showing-Hostname/m-p/243533#M31979</guid>
      <dc:creator>stuart_reid</dc:creator>
      <dc:date>2024-04-22T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Tile For Problems Showing Hostname</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dashboard-Tile-For-Problems-Showing-Hostname/m-p/243559#M31981</link>
      <description>&lt;P&gt;You can, just query the events bucket and filter for event.kind == "DAVIS_PROBLEM".&lt;/P&gt;&lt;P&gt;Something like this could be your starting point:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch events
| filter event.kind == "DAVIS_PROBLEM"
| fieldsAdd Status = if((event.status == "ACTIVE")," OPEN", 
                  else:if((event.status == "CLOSED"),"🟢 CLOSED"))
| fields Status, display_id, event.name, event.category, affected_entity_types, affected_entity_ids, timestamp
| sort timestamp desc&lt;/LI-CODE&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="Eric_Yu_0-1713803292148.png" style="width: 871px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19291iA613C4F13902B3D4/image-dimensions/871x245?v=v2" width="871" height="245" role="button" title="Eric_Yu_0-1713803292148.png" alt="Eric_Yu_0-1713803292148.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But if you need to have the actual entity names (instead of IDs) or the HOST where an application/service is running, use the lookup command to add that data into your tile.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/correlation-and-join-commands#lookup" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/correlation-and-join-commands#lookup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 16:32:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dashboard-Tile-For-Problems-Showing-Hostname/m-p/243559#M31981</guid>
      <dc:creator>Eric_Yu</dc:creator>
      <dc:date>2024-04-22T16:32:19Z</dc:date>
    </item>
  </channel>
</rss>

