<?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: Why is Splunk not allowing me to specify the trigger condition &amp;quot;Threads &amp;gt; 1600&amp;quot; for my custom alert? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214938#M3832</link>
    <description>&lt;P&gt;Try providing the condition as &lt;CODE&gt;search Threads &amp;gt; 1600&lt;/CODE&gt; in the condition box.&lt;BR /&gt;
Another way to do is including the condition in the search itself and alert when &lt;CODE&gt;Number of Results&lt;/CODE&gt;is greater than '0'&lt;/P&gt;

&lt;P&gt;ie&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=perfmon host=CCEVPSYCA01 sourcetype="Perfmon:System" counter=Threads| eval Date=strftime(_time, "%Y-%m-%d %H:%M") | rename Value AS Threads | table Date, Threads | SORT BY Date|search Threads &amp;gt; 1600
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then selecting the drop down &lt;CODE&gt;Number of Results is greater than 0&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2016 10:06:45 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2016-06-21T10:06:45Z</dc:date>
    <item>
      <title>Why is Splunk not allowing me to specify the trigger condition "Threads &gt; 1600" for my custom alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214937#M3831</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I am using the following search for monitoring number of Threads on a server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=perfmon host=CCEVPSYCA01 sourcetype="Perfmon:System" counter=Threads| eval Date=strftime(_time, "%Y-%m-%d %H:%M") | rename Value AS Threads | table Date, Threads | SORT BY Date
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I want to set up an alert to be triggered when conditions are met (custom alert): Threads &amp;gt; 1600. But Splunk does not allow me to specify this condition in the alert "threads &amp;gt; 1600".&lt;/P&gt;

&lt;P&gt;Could you please help me in resolving this? Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 09:11:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214937#M3831</guid>
      <dc:creator>B83896</dc:creator>
      <dc:date>2016-06-21T09:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not allowing me to specify the trigger condition "Threads &gt; 1600" for my custom alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214938#M3832</link>
      <description>&lt;P&gt;Try providing the condition as &lt;CODE&gt;search Threads &amp;gt; 1600&lt;/CODE&gt; in the condition box.&lt;BR /&gt;
Another way to do is including the condition in the search itself and alert when &lt;CODE&gt;Number of Results&lt;/CODE&gt;is greater than '0'&lt;/P&gt;

&lt;P&gt;ie&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=perfmon host=CCEVPSYCA01 sourcetype="Perfmon:System" counter=Threads| eval Date=strftime(_time, "%Y-%m-%d %H:%M") | rename Value AS Threads | table Date, Threads | SORT BY Date|search Threads &amp;gt; 1600
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then selecting the drop down &lt;CODE&gt;Number of Results is greater than 0&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 10:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214938#M3832</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-06-21T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not allowing me to specify the trigger condition "Threads &gt; 1600" for my custom alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214939#M3833</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
Great! Thanks - first option worked for me!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 12:27:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214939#M3833</guid>
      <dc:creator>B83896</dc:creator>
      <dc:date>2016-06-21T12:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not allowing me to specify the trigger condition "Threads &gt; 1600" for my custom alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214940#M3834</link>
      <description>&lt;P&gt;Good to know. Please accept as answer so that the thread will be closed&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 14:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214940#M3834</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-06-21T14:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not allowing me to specify the trigger condition "Threads &gt; 1600" for my custom alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214941#M3835</link>
      <description>&lt;P&gt;Done, thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 14:22:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-Splunk-not-allowing-me-to-specify-the-trigger-condition/m-p/214941#M3835</guid>
      <dc:creator>B83896</dc:creator>
      <dc:date>2016-06-21T14:22:15Z</dc:date>
    </item>
  </channel>
</rss>

