<?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: Splunk alert no results in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369543#M6538</link>
    <description>&lt;P&gt;Usually when I have stuff that "tests OK" in an ad-hoc search but fails in a scheduled search it is due to pipeline latency.  Check out the values of &lt;CODE&gt;_indextime - _time&lt;/CODE&gt; for your events.  These should be positive and no more than 300ish.&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2017 16:20:49 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-05-10T16:20:49Z</dc:date>
    <item>
      <title>Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369540#M6535</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2901i102BAAF288C73915/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I have made an email alert. but when i click to view events on triggered alert i see no results. why this happens? how can i show the results?&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 11:43:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369540#M6535</guid>
      <dc:creator>sonila</dc:creator>
      <dc:date>2017-05-09T11:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369541#M6536</link>
      <description>&lt;P&gt;Your trigger times in the capture show 12:27 to 12:34 but your search shows 1:11 to 1:21.   Is it possible that there were no triggered events between 1:11 and 1:21?  What if you change your search time frame to the 12:27-12:34?&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 13:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369541#M6536</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2017-05-09T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369542#M6537</link>
      <description>&lt;P&gt;I tried but no result again&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 21:55:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369542#M6537</guid>
      <dc:creator>sonila</dc:creator>
      <dc:date>2017-05-09T21:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369543#M6538</link>
      <description>&lt;P&gt;Usually when I have stuff that "tests OK" in an ad-hoc search but fails in a scheduled search it is due to pipeline latency.  Check out the values of &lt;CODE&gt;_indextime - _time&lt;/CODE&gt; for your events.  These should be positive and no more than 300ish.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 16:20:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369543#M6538</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-10T16:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369544#M6539</link>
      <description>&lt;P&gt;And what do you recommend after checking the values of  _indextime - _time&lt;BR /&gt;
_indextime - _time is less than 0 to my indexed data. What should i do?&lt;BR /&gt;
_indextime - _time is around -9.581&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 20:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369544#M6539</guid>
      <dc:creator>sonila</dc:creator>
      <dc:date>2017-05-10T20:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369545#M6540</link>
      <description>&lt;P&gt;Since the magnatude is so low, the problem is surely that your forwarders and/or indexers are not using &lt;CODE&gt;NTP&lt;/CODE&gt; and have drifted from true.  To see if it is your indexers, try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/server/info 
| eval updated_t=round(strptime(updated, "%Y-%m-%dT%H:%M:%S%z")) 
| eval delta_t=now()-updated_t 
| eval delta=tostring(abs(delta_t), "duration") 
| table serverName, updated, updated_t, delta, delta_t
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If delta is anything other than about 00:00:01 (which is easy to account for when processing a lot of indexers), you have clock skew and are a naughty boy because you should have setup NTP on your indexers.&lt;/P&gt;

&lt;P&gt;NOTE: this &lt;EM&gt;IS&lt;/EM&gt; a problem, but it is not the problem that you were asking about.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 20:39:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369545#M6540</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-11T20:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369546#M6541</link>
      <description>&lt;P&gt;delta is 00:00:00 and _indextime - _time is around 9.581 it is positive&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 21:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369546#M6541</guid>
      <dc:creator>sonila</dc:creator>
      <dc:date>2017-05-11T21:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369547#M6542</link>
      <description>&lt;P&gt;In that case never mind this whole answer.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 22:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369547#M6542</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-11T22:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369548#M6543</link>
      <description>&lt;P&gt;can you help me about my problem why i dont see results in splunk?&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 07:27:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369548#M6543</guid>
      <dc:creator>sonila</dc:creator>
      <dc:date>2017-05-12T07:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk alert no results</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369549#M6544</link>
      <description>&lt;P&gt;The only thing that I can think of is that your events are expiring between when the alert hits and when you double-check.  This should tell you what the oldest event still in the index is.  It should be weeks, if not months old but maybe it is hours or days old.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|metadata type=sourcetypes | search sourcetype=log4net
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 May 2017 22:40:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-alert-no-results/m-p/369549#M6544</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-12T22:40:20Z</dc:date>
    </item>
  </channel>
</rss>

