<?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 Display host properties on dashboard from data collected by OneAgent in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Display-host-properties-on-dashboard-from-data-collected-by/m-p/246902#M3993</link>
    <description>&lt;P&gt;I'm looking to add data to a dashboard such as logical CPU Core count totals from data collected by the OneAgent but cannot find a way to add this information, I know there are APIs that can gather this information, but how can I add them to a dashboard?&lt;/P&gt;
&lt;P&gt;(Managed Environment)&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2024 12:29:12 GMT</pubDate>
    <dc:creator>jgooge</dc:creator>
    <dc:date>2024-06-07T12:29:12Z</dc:date>
    <item>
      <title>Display host properties on dashboard from data collected by OneAgent</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Display-host-properties-on-dashboard-from-data-collected-by/m-p/246902#M3993</link>
      <description>&lt;P&gt;I'm looking to add data to a dashboard such as logical CPU Core count totals from data collected by the OneAgent but cannot find a way to add this information, I know there are APIs that can gather this information, but how can I add them to a dashboard?&lt;/P&gt;
&lt;P&gt;(Managed Environment)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 12:29:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Display-host-properties-on-dashboard-from-data-collected-by/m-p/246902#M3993</guid>
      <dc:creator>jgooge</dc:creator>
      <dc:date>2024-06-07T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display host properties on dashboard from data collected by OneAgent (Managed)</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Display-host-properties-on-dashboard-from-data-collected-by/m-p/246907#M3994</link>
      <description>&lt;P&gt;In general, this is not easily possible. Apart from the specific tiles, basically you are left with data explorer or markdown. Data Explorer can only display metrics. Number of CPU cores is unfortunately not a metric, but an attribute.&lt;BR /&gt;&lt;BR /&gt;Probably the best you can achieve with classic dashboard (only option in Managed) is to have a list of hosts which have fixed CPU cores value (or any other attribute) by using &lt;A href="https://docs.dynatrace.com/docs/dynatrace-api/environment-api/entity-v2/entity-selector#attribute" target="_blank"&gt;entitySelectors&lt;/A&gt;, for example:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:host.cpu.usage
:filter(in("dt.entity.host",entitySelector("type(host),cpuCores(4)")))
:splitBy("dt.entity.host")&lt;/LI-CODE&gt;&lt;P&gt;You can also use metric expression, so you can have a static value of 1:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:host.cpu.usage
:filter(in("dt.entity.host",entitySelector("type(host),cpuCores(4)")))
:splitBy("dt.entity.host")
/ 
builtin:host.cpu.usage
:filter(in("dt.entity.host",entitySelector("type(host),cpuCores(4)")))
:splitBy("dt.entity.host")&lt;/LI-CODE&gt;&lt;P&gt;Which displays quite nicely.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you dashboard is static - you can also consider having a markdown time which will be updated by automation of your choice and using the Dynatrace Dashboard API.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 19:48:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Display-host-properties-on-dashboard-from-data-collected-by/m-p/246907#M3994</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-05-29T19:48:37Z</dc:date>
    </item>
  </channel>
</rss>

