<?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 can I display the seach results whcih are occured more than 3 times over last one hour in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140057#M38609</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Im using&lt;/P&gt;

&lt;P&gt;YourBaseSearchHere earliest=-60m | regex _raw="uploading reports to FTP server" | fields _raw,host | stats count(_raw) as CNT | where CNT &amp;gt; 3&lt;/P&gt;

&lt;P&gt;This is returing only total count, I need the _raw and host, so how can I write the search to get the _raw,host, If search count &amp;gt;=3.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:27:31 GMT</pubDate>
    <dc:creator>Ravi_c</dc:creator>
    <dc:date>2020-09-28T16:27:31Z</dc:date>
    <item>
      <title>How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140051#M38603</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Im having the search events like this&lt;/P&gt;

&lt;P&gt;23 Apr 2014 02:46:32,986 - 3339321692 [FtpTaskQueue] Error in Uploading Files&lt;BR /&gt;
23 Apr 2014 02:46:31,672 - 3339320378 [FtpTaskQueue] Error in Uploading Files&lt;BR /&gt;
23 Apr 2014 02:31:32,242 - 3338420948 [FtpTaskQueue] Error in Uploading Files&lt;BR /&gt;
Here "Error in Uploading Files" has occured more than 3 times, at different times&lt;/P&gt;

&lt;P&gt;so I need to display this error count as 3 under different hosts, I have areound 12 hosts whicha re have events like this.If the count is 2 for last one hour, then I should not display the host.&lt;/P&gt;

&lt;P&gt;Please Help.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 11:19:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140051#M38603</guid>
      <dc:creator>Ravi_c</dc:creator>
      <dc:date>2014-04-23T11:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140052#M38604</link>
      <description>&lt;P&gt;Hi Ravi_c,&lt;/P&gt;

&lt;P&gt;without any further details given, you could do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;YourBaseSearchHere "Error in Uploading Files" | timechart span=1h count by host | where count&amp;gt;=3 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 12:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140052#M38604</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-23T12:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140053#M38605</link>
      <description>&lt;P&gt;Nothing was displaying with your solution&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 12:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140053#M38605</guid>
      <dc:creator>Ravi_c</dc:creator>
      <dc:date>2014-04-23T12:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140054#M38606</link>
      <description>&lt;P&gt;Did you consider the fact that you maybe don't have any errors currently?&lt;BR /&gt;
If you could provide the exact search you did and maybe some more information it would be easier to help ... &lt;CODE&gt;'nothing was displaying ...'&lt;/CODE&gt;  isn't helpful either&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 12:52:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140054#M38606</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-23T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140055#M38607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;MY search=""&gt;|timechart span=15m count by host| where count &amp;gt; 2|rename _time AS Time | eval Time=strftime(Time, "%d/%m/%Y %H:%M")&lt;/MY&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140055#M38607</guid>
      <dc:creator>Ravi_c</dc:creator>
      <dc:date>2014-04-23T13:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140056#M38608</link>
      <description>&lt;P&gt;Sorry but this search does not reflect your question, you asked for three event in one hour but your search checks for more then 2 and timechart spans 15minutes. Also is &lt;MY search=""&gt; some placeholder or are you litteraly searching for this?&lt;/MY&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:19:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140056#M38608</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-23T13:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140057#M38609</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Im using&lt;/P&gt;

&lt;P&gt;YourBaseSearchHere earliest=-60m | regex _raw="uploading reports to FTP server" | fields _raw,host | stats count(_raw) as CNT | where CNT &amp;gt; 3&lt;/P&gt;

&lt;P&gt;This is returing only total count, I need the _raw and host, so how can I write the search to get the _raw,host, If search count &amp;gt;=3.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:27:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140057#M38609</guid>
      <dc:creator>Ravi_c</dc:creator>
      <dc:date>2020-09-28T16:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140058#M38610</link>
      <description>&lt;P&gt;it's equal if you extract the name from the search or if it is there in the event itself the count wont change So @Mus 's search is the way to go.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;YourBaseSearchHere earliest=-60m "uploading reports to FTP server" | stats count(_raw) as CNT | where CNT &amp;gt; 3&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This is it!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 06:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140058#M38610</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-24T06:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140059#M38611</link>
      <description>&lt;P&gt;Its giving me the count, I dont want count to come in the rsult, I want the matching events (_raw), which are having more than the count 3.&lt;/P&gt;

&lt;P&gt;I need to display the results if and only if the events count &amp;gt; 3.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 06:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140059#M38611</guid>
      <dc:creator>Ravi_c</dc:creator>
      <dc:date>2014-04-24T06:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display the seach results whcih are occured more than 3 times over last one hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140060#M38612</link>
      <description>&lt;P&gt;okay listen, like @Ayn said in the other post: we are not here to solve your problems, we can help you to solve them on your own! I gave you the direction, you have to walk the path on your own ... and a good starting point is &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/WelcometotheSearchTutorial"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 07:05:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-display-the-seach-results-whcih-are-occured-more-than/m-p/140060#M38612</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-24T07:05:44Z</dc:date>
    </item>
  </channel>
</rss>

