<?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 Data extraction for a specific host in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/187092#M21035</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I wanted to know if there is a way to extract data for a specific host.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What i want is =&amp;gt; For a specific host =&amp;gt; List all processes and services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like the smartscape view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is a way to clone the smartscape view into a dashboard that would be even better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 08:57:20 GMT</pubDate>
    <dc:creator>Sohaib</dc:creator>
    <dc:date>2022-05-26T08:57:20Z</dc:date>
    <item>
      <title>Data extraction for a specific host</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/187092#M21035</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I wanted to know if there is a way to extract data for a specific host.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What i want is =&amp;gt; For a specific host =&amp;gt; List all processes and services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like the smartscape view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is a way to clone the smartscape view into a dashboard that would be even better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 08:57:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/187092#M21035</guid>
      <dc:creator>Sohaib</dc:creator>
      <dc:date>2022-05-26T08:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data extraction for a specific host</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/187107#M21039</link>
      <description>&lt;P&gt;For data export it's recommended to access the data using&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/entity-v2" target="_self"&gt;Monitored Entities v2 API.&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For putting a list of processes from a single HOST (or many hosts) on a dashboard you need to query a metric and use the Data Explorer for that. You can for example use the following query to display the memory of all processes running on a host with the given HOST ID.&amp;nbsp; Then you can display it in a table to get a list.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:tech.generic.mem.usage
:filter(
  in("dt.entity.process_group_instance", 
      entitySelector("type(PROCESS_GROUP_INSTANCE),fromRelationships.isProcessOf(entityId(HOST-3800BB31B525FC56))"
  )))
:splitBy("dt.entity.process_group_instance")
:avg:auto:sort(value(avg,descending)):limit(100)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 May 2022 10:42:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/187107#M21039</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-05-24T10:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data extraction for a specific host</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/187326#M21101</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/48891"&gt;@Sohaib&lt;/a&gt;&amp;nbsp;Right now we dont have a View where you can pull out the data against host. Try posting this as product idea justifying the business case and importance, if voted can be taken for development as a feature. Did you also explore multidimensional analysis for fine tuning service view?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 10:49:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/187326#M21101</guid>
      <dc:creator>techean</dc:creator>
      <dc:date>2022-05-27T10:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data extraction for a specific host</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/234543#M30573</link>
      <description>&lt;P&gt;Would there be an equivalent for using the API to perform an extract as well to Excel?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 21:32:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/234543#M30573</guid>
      <dc:creator>funkymike7</dc:creator>
      <dc:date>2024-01-16T21:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data extraction for a specific host</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/234554#M30575</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66274"&gt;@funkymike7&lt;/a&gt;&amp;nbsp;yes, you can access the Dynatrace API from Excel too, see some hints and examples &lt;A href="https://community.dynatrace.com/t5/Open-Q-A/DT-and-PowerBI-integration/m-p/111843/highlight/true#M7980" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 07:01:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Data-extraction-for-a-specific-host/m-p/234554#M30575</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-01-17T07:01:51Z</dc:date>
    </item>
  </channel>
</rss>

