<?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: Count logging systems in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Count-logging-systems/m-p/192299#M55294</link>
    <description>&lt;P&gt;The field system is a field in log?&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2014 15:44:53 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-03-18T15:44:53Z</dc:date>
    <item>
      <title>Count logging systems</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-logging-systems/m-p/192297#M55292</link>
      <description>&lt;P&gt;Is there a fast way to count all logging systems to a certain index?&lt;BR /&gt;
Currently I use the "stats" command with the "distinct_count" and it is very slow on that index. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=windows | stats distinct_count(system)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:07:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-logging-systems/m-p/192297#M55292</guid>
      <dc:creator>FRoth</dc:creator>
      <dc:date>2014-03-18T15:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count logging systems</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-logging-systems/m-p/192298#M55293</link>
      <description>&lt;P&gt;Narrowing your search time window will help.  See if this is any faster: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=windows | dedup system | stats count(system)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:17:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-logging-systems/m-p/192298#M55293</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-03-18T15:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count logging systems</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-logging-systems/m-p/192299#M55294</link>
      <description>&lt;P&gt;The field system is a field in log?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:44:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-logging-systems/m-p/192299#M55294</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-18T15:44:53Z</dc:date>
    </item>
  </channel>
</rss>

