<?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: How to display latest Linux os values grouped by hosts in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-display-latest-Linux-os-values-grouped-by-hosts/m-p/475094#M81570</link>
    <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="linuxos" AND CPU="all"
| fields host id type tags identifiers cpu_load_percent and other metrics fields here
| stats latest(*) AS * BY host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 04 Nov 2019 16:48:28 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-11-04T16:48:28Z</dc:date>
    <item>
      <title>How to display latest Linux os values grouped by hosts</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-display-latest-Linux-os-values-grouped-by-hosts/m-p/475093#M81569</link>
      <description>&lt;P&gt;I need to display the latest cpu, memory, etc information grouped by host in a table format. I have managed to pull cpu or memory individually or if I use stats it will only display the latest value which isn't grouped by host. My initial search which lists the CPU load by host is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=* index="linuxos" CPU=all  | dedup host | rename host as name | eval id = "urn:host:/".name  , type="vm", tags=id, identifiers=id | table id type name tags identifiers cpu_load_percent
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to expand this to memory and possibly even more os related information.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:10:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-display-latest-Linux-os-values-grouped-by-hosts/m-p/475093#M81569</guid>
      <dc:creator>zoveress</dc:creator>
      <dc:date>2019-11-04T14:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display latest Linux os values grouped by hosts</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-display-latest-Linux-os-values-grouped-by-hosts/m-p/475094#M81570</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="linuxos" AND CPU="all"
| fields host id type tags identifiers cpu_load_percent and other metrics fields here
| stats latest(*) AS * BY host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2019 16:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-display-latest-Linux-os-values-grouped-by-hosts/m-p/475094#M81570</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-04T16:48:28Z</dc:date>
    </item>
  </channel>
</rss>

