<?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: Threshold stats count table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Threshold-stats-count-table/m-p/38967#M8894</link>
    <description>&lt;P&gt;this worked thanks much&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2012 20:16:49 GMT</pubDate>
    <dc:creator>hartfoml</dc:creator>
    <dc:date>2012-11-19T20:16:49Z</dc:date>
    <item>
      <title>Threshold stats count table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Threshold-stats-count-table/m-p/38965#M8892</link>
      <description>&lt;P&gt;I want to use stats count with several fields and am running my search every hour&lt;/P&gt;

&lt;P&gt;I don't want to show any results unless the total count is greater than 50&lt;/P&gt;

&lt;P&gt;I had this &lt;CODE&gt;eventtype=foo | stats count | where count &amp;gt; 50&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I what to do this &lt;CODE&gt;eventtype=foo | stats count by field1 field2 field3 | where Total_Count &amp;gt; 50&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I could use "accum" but this will most often only give me the last line and I want all lines if the total of all lines are above 50&lt;/P&gt;

&lt;P&gt;I tried &lt;CODE&gt;eventtype=foo | streamstats count | where count &amp;gt; 50 | stats count by field1 field2 field3&lt;/CODE&gt; but this did not work&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 17:37:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Threshold-stats-count-table/m-p/38965#M8892</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2012-11-19T17:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold stats count table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Threshold-stats-count-table/m-p/38966#M8893</link>
      <description>&lt;P&gt;Did you try eventstats? &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;eventtype=foo | eventstats count|where count&amp;gt;50|stats count by field1 field2 field3&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/Eventstats" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/Eventstats&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 18:19:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Threshold-stats-count-table/m-p/38966#M8893</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-19T18:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold stats count table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Threshold-stats-count-table/m-p/38967#M8894</link>
      <description>&lt;P&gt;this worked thanks much&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 20:16:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Threshold-stats-count-table/m-p/38967#M8894</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2012-11-19T20:16:49Z</dc:date>
    </item>
  </channel>
</rss>

