<?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: finding greater than value from search resutls in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68514#M17193</link>
    <description>&lt;P&gt;thanks, exactly what i was looking for!&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2012 16:47:29 GMT</pubDate>
    <dc:creator>gerald_huddlest</dc:creator>
    <dc:date>2012-02-10T16:47:29Z</dc:date>
    <item>
      <title>finding greater than value from search resutls</title>
      <link>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68510#M17189</link>
      <description>&lt;P&gt;hi&lt;BR /&gt;
I have created an eventtype that looks for a certain event across 12 servers (cmchost). I created a dashboard showing showing the number of events per cmchost over time. &lt;/P&gt;

&lt;P&gt;I would like to set a threshold to alert when the number of events per server in a 15 minute period is exceeded but am struggling to put this last part together. &lt;/P&gt;

&lt;P&gt;Dashboard search is:&lt;BR /&gt;
tag=failure | dedup _raw | timechart count by CmcHost&lt;/P&gt;

&lt;P&gt;I want an alert when a cmchost exceeds 10 events in 15 minute period.&lt;/P&gt;

&lt;P&gt;grateful for some advise&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:37:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68510#M17189</guid>
      <dc:creator>gerald_huddlest</dc:creator>
      <dc:date>2012-02-09T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: finding greater than value from search resutls</title>
      <link>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68511#M17190</link>
      <description>&lt;P&gt;have a look at;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/User/SchedulingSavedSearches"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/User/SchedulingSavedSearches&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Basically you don't need to do the count for it, just do the search to return the events. Through the scheduled search/alert screen set it to alert when the numnber of results exceeds 10 and schedule it to run over a 15 minute period or perhaps every 5 minutes for some overlap.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2012 15:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68511#M17190</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-02-09T15:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: finding greater than value from search resutls</title>
      <link>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68512#M17191</link>
      <description>&lt;P&gt;thanks for the resposne, but that will look for the events generated by all 12 servers. I only want to alert if 1 server exceeds 10 events in a 15 minute period which i why i was putting hte results of the original search into a table so that I can see how many events per server.&lt;BR /&gt;
I dont want to run a seperate search for each server which would be the easy way to do it, but want to combine into a single search.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 08:21:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68512#M17191</guid>
      <dc:creator>gerald_huddlest</dc:creator>
      <dc:date>2012-02-10T08:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: finding greater than value from search resutls</title>
      <link>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68513#M17192</link>
      <description>&lt;P&gt;This will return only the servers with more than 10 events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tag=failure | dedup _raw | stats count by CmcHost | search count &amp;gt; 10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will only return rows where the count is greater than 10.&lt;BR /&gt;
Then, you can alert if number of events(rows returned by the search) is greater than zero.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68513#M17192</guid>
      <dc:creator>eelisio2</dc:creator>
      <dc:date>2012-02-10T16:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: finding greater than value from search resutls</title>
      <link>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68514#M17193</link>
      <description>&lt;P&gt;thanks, exactly what i was looking for!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:47:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/finding-greater-than-value-from-search-resutls/m-p/68514#M17193</guid>
      <dc:creator>gerald_huddlest</dc:creator>
      <dc:date>2012-02-10T16:47:29Z</dc:date>
    </item>
  </channel>
</rss>

