<?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: field value occurence treshold in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90645#M1267</link>
    <description>&lt;P&gt;host="abc0" DN= NOT DN="45643232" NOT DN="53222455" | timechart span=1s count by DN&lt;/P&gt;

&lt;P&gt;This comes closer than I was, but this will alert if the occurence of DN is higher than 10 per second. &lt;/P&gt;

&lt;P&gt;DN can hold many values, I need it to alert when a distinct value occurs more than 10 times per second.&lt;/P&gt;

&lt;P&gt;Thanks for helping though&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jul 2012 13:17:58 GMT</pubDate>
    <dc:creator>HansK</dc:creator>
    <dc:date>2012-07-04T13:17:58Z</dc:date>
    <item>
      <title>field value occurence treshold</title>
      <link>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90643#M1265</link>
      <description>&lt;P&gt;I want to create an alert with a certain treshold&lt;/P&gt;

&lt;P&gt;I have this query:&lt;BR /&gt;
host="abc0*" DN=* NOT DN="45643232*" NOT DN="53222455*"&lt;/P&gt;

&lt;P&gt;Any time a distinct DN occurs more than 10 times per second I would like to be alerted.&lt;/P&gt;

&lt;P&gt;How can I set this up?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:01:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90643#M1265</guid>
      <dc:creator>HansK</dc:creator>
      <dc:date>2020-09-28T12:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: field value occurence treshold</title>
      <link>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90644#M1266</link>
      <description>&lt;P&gt;Using the _internal index, here's the best approximation I can give you (my server name is "Voyager-2"):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | timechart span=1s count by host | search Voyager-2&amp;gt;10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So in your case, something like this should do the trick:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="abc0" DN= NOT DN="45643232" NOT DN="53222455" | timechart span=1s count by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you create an alert based on your saved search that will trigger if the number of results is greater than 10.&lt;/P&gt;

&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 13:09:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90644#M1266</guid>
      <dc:creator>rturk</dc:creator>
      <dc:date>2012-07-04T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: field value occurence treshold</title>
      <link>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90645#M1267</link>
      <description>&lt;P&gt;host="abc0" DN= NOT DN="45643232" NOT DN="53222455" | timechart span=1s count by DN&lt;/P&gt;

&lt;P&gt;This comes closer than I was, but this will alert if the occurence of DN is higher than 10 per second. &lt;/P&gt;

&lt;P&gt;DN can hold many values, I need it to alert when a distinct value occurs more than 10 times per second.&lt;/P&gt;

&lt;P&gt;Thanks for helping though&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 13:17:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90645#M1267</guid>
      <dc:creator>HansK</dc:creator>
      <dc:date>2012-07-04T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: field value occurence treshold</title>
      <link>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90646#M1268</link>
      <description>&lt;P&gt;Ahh in that case, try this:&lt;/P&gt;

&lt;P&gt;host="abc0" DN= NOT DN="45643232" NOT DN="53222455" | timechart span=1s dc(_raw) by DN&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 13:37:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90646#M1268</guid>
      <dc:creator>rturk</dc:creator>
      <dc:date>2012-07-04T13:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: field value occurence treshold</title>
      <link>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90647#M1269</link>
      <description>&lt;P&gt;hmm, still alerting when there are 10 occurence of any DN, not when a single DN is &amp;gt;10&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 13:57:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/field-value-occurence-treshold/m-p/90647#M1269</guid>
      <dc:creator>HansK</dc:creator>
      <dc:date>2012-07-04T13:57:02Z</dc:date>
    </item>
  </channel>
</rss>

