<?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 Why aren't alerts triggering in my search on Splunk 8? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/461999#M130247</link>
    <description>&lt;P&gt;I created an alert w/ a basic search:   &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | stats count          
Cron Expression:     */1 * * * *
Alert condition  choise customer， Trigger Conditions:    search count&amp;gt;0  
Trigger Actions  is Add to Triggered Alerts.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But no alert messages are showing in the Trigger alerts page. &lt;BR /&gt;
I'm testing w/ Splunk versions 8.0.4. and 8.0.2.&lt;BR /&gt;
The same alert configration is normal in Splunk 7.&lt;/P&gt;</description>
    <pubDate>Sun, 24 May 2020 04:45:23 GMT</pubDate>
    <dc:creator>guo_dc</dc:creator>
    <dc:date>2020-05-24T04:45:23Z</dc:date>
    <item>
      <title>Why aren't alerts triggering in my search on Splunk 8?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/461999#M130247</link>
      <description>&lt;P&gt;I created an alert w/ a basic search:   &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | stats count          
Cron Expression:     */1 * * * *
Alert condition  choise customer， Trigger Conditions:    search count&amp;gt;0  
Trigger Actions  is Add to Triggered Alerts.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But no alert messages are showing in the Trigger alerts page. &lt;BR /&gt;
I'm testing w/ Splunk versions 8.0.4. and 8.0.2.&lt;BR /&gt;
The same alert configration is normal in Splunk 7.&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 04:45:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/461999#M130247</guid>
      <dc:creator>guo_dc</dc:creator>
      <dc:date>2020-05-24T04:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't alerts triggering in my search on Splunk 8?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/462000#M130248</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Could you give us more details?&lt;/P&gt;

&lt;P&gt;Check whether the search is producing any results.&lt;BR /&gt;
Also, include the time window in the search as below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     index="your_index" sourcetype="your_st" earliest=-1h@h latest=@h
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am searching for a window of one hour&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 00:00:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/462000#M130248</guid>
      <dc:creator>dindu</dc:creator>
      <dc:date>2020-05-26T00:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't alerts triggering in my search on Splunk 8?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/462001#M130249</link>
      <description>&lt;P&gt;I modified base search:&lt;BR /&gt;
index=_internal sourcetype=splunkd  earliest=-10m@m latest=@m | stats count as data_count&lt;BR /&gt;
But also, Alert isn't trigged . In triggered Alerts page don;t appeared. &lt;/P&gt;

&lt;P&gt;I check search result in Job manager, Search result is normal.&lt;BR /&gt;
This fault  is the same for linux and windows platform.&lt;BR /&gt;
When alert condition is  number of  result, alert trigger is normal.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:33:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/462001#M130249</guid>
      <dc:creator>guo_dc</dc:creator>
      <dc:date>2020-09-30T05:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why aren't alerts triggering in my search on Splunk 8?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/462002#M130250</link>
      <description>&lt;P&gt;Question solved. Cause alert.condition item  of alert configuration file savesearch.conf   have wrong Greater than escape.&lt;BR /&gt;
For example:   normal:    alert_condition = search data_count &amp;gt;  0&lt;BR /&gt;
        splunk 8  ：        alert_condition = search  count &amp;gt;  0&lt;BR /&gt;
Testing splunk version is 8.0.4,  Suggestion next version  fix bug.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:34:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-aren-t-alerts-triggering-in-my-search-on-Splunk-8/m-p/462002#M130250</guid>
      <dc:creator>guo_dc</dc:creator>
      <dc:date>2020-09-30T05:34:00Z</dc:date>
    </item>
  </channel>
</rss>

