<?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: Search string to method to determine heavy hitter servers by operating system in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22234#M3800</link>
    <description>&lt;P&gt;Yes you r right. I am assuming licensing usage by operating system, split down by hostnames which has the os installed.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2013 14:08:45 GMT</pubDate>
    <dc:creator>OMohi</dc:creator>
    <dc:date>2013-08-02T14:08:45Z</dc:date>
    <item>
      <title>Search string to method to determine heavy hitter servers by operating system</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22231#M3797</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;

&lt;P&gt;Is there a procedure or a search string to determine heavy hitter hostname based on operating system. We work on five different operating systems and would like to determine the usage based per os level.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Obaid&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:50:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22231#M3797</guid>
      <dc:creator>OMohi</dc:creator>
      <dc:date>2013-08-01T15:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Search string to method to determine heavy hitter servers by operating system</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22232#M3798</link>
      <description>&lt;P&gt;You could tag your hostnames with the OS, and split your query by that tag. Alternatively, you can do the same with a lookup.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2013 11:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22232#M3798</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-08-02T11:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search string to method to determine heavy hitter servers by operating system</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22233#M3799</link>
      <description>&lt;P&gt;Assuming you mean license usage?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2013 13:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22233#M3799</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-08-02T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search string to method to determine heavy hitter servers by operating system</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22234#M3800</link>
      <description>&lt;P&gt;Yes you r right. I am assuming licensing usage by operating system, split down by hostnames which has the os installed.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2013 14:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22234#M3800</guid>
      <dc:creator>OMohi</dc:creator>
      <dc:date>2013-08-02T14:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search string to method to determine heavy hitter servers by operating system</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22235#M3801</link>
      <description>&lt;P&gt;Try the metrics.log. During each metrics dump (every 30 seconds), the "top X biggest Y" are written out. Where X is defaulted to ten (10), and Y is sourcetype, host, index, etc. The search string would read like:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
index=_internal source=*metrics.log group=tcpin_connections | stats sum(kb) AS kb by os&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You could also use the results from the os field in the tcpin_connections, to evaluate the OS while getting the accurate license usage from license_usage.log.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2013 14:12:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22235#M3801</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-08-05T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Search string to method to determine heavy hitter servers by operating system</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22236#M3802</link>
      <description>&lt;P&gt;could you break down the search to specify heavy hitters by host build using a particular o/s (eg windows)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2013 08:46:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-string-to-method-to-determine-heavy-hitter-servers-by/m-p/22236#M3802</guid>
      <dc:creator>OMohi</dc:creator>
      <dc:date>2013-08-13T08:46:58Z</dc:date>
    </item>
  </channel>
</rss>

