<?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: Ambiguous behavior of Splunk Alert in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407080#M12562</link>
    <description>&lt;P&gt;@jawaharas Yes i am using Last 15minutes as time window and cron schedule of every 5minutes.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2019 07:25:04 GMT</pubDate>
    <dc:creator>sarvesh_11</dc:creator>
    <dc:date>2019-07-26T07:25:04Z</dc:date>
    <item>
      <title>Ambiguous behavior of Splunk Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407078#M12560</link>
      <description>&lt;P&gt;I am getting alert in splunk, when i click the hyperlink "View Result in Splunk", &lt;BR /&gt;
it is giving me the same what is there in the mail body. &lt;BR /&gt;
But when i again run the same code for same time window, there is nothing, i.e just hit , the results disappear?&lt;BR /&gt;
Also, they are false alerts. the correct output is shown when we are rerunning the query.&lt;/P&gt;

&lt;P&gt;Now this is frightening, and looses confidence on Splunk. Though its not happening in repetitive manner, its unusual.&lt;BR /&gt;
My code is :&lt;/P&gt;

&lt;P&gt;| makeresults&lt;BR /&gt;
| eval Field1="1,2,3,4,5"&lt;BR /&gt;
| eval Field1=split(Field1,",")&lt;BR /&gt;
| mvexpand Field1&lt;BR /&gt;
| join type=left Field1&lt;BR /&gt;
[ search index=x source="abc"(my source is database)&lt;BR /&gt;
....] &lt;/P&gt;

&lt;P&gt;and the code goes onn.&lt;BR /&gt;
@gordo32 i have seen your inputs on this &lt;A href="https://answers.splunk.com/answers/305369/why-the-results-from-triggered-alert-is-different.html"&gt;https://answers.splunk.com/answers/305369/why-the-results-from-triggered-alert-is-different.html&lt;/A&gt;. Do you think the "search" will also resolve my thing?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 18:38:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407078#M12560</guid>
      <dc:creator>sarvesh_11</dc:creator>
      <dc:date>2019-07-25T18:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ambiguous behavior of Splunk Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407079#M12561</link>
      <description>&lt;P&gt;Are you using relative time (say last 15 min, last 1 hour etc.,) for your search?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 06:31:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407079#M12561</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-07-26T06:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ambiguous behavior of Splunk Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407080#M12562</link>
      <description>&lt;P&gt;@jawaharas Yes i am using Last 15minutes as time window and cron schedule of every 5minutes.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 07:25:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407080#M12562</guid>
      <dc:creator>sarvesh_11</dc:creator>
      <dc:date>2019-07-26T07:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ambiguous behavior of Splunk Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407081#M12563</link>
      <description>&lt;P&gt;Is your issue replicable when using absolute time range (from 'timerange' picker, select 'Date &amp;amp; Time  Range) instead of relative time (last 15 min) ?&lt;/P&gt;

&lt;P&gt;Also, can you share your full Splunk query?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 00:24:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407081#M12563</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-01T00:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ambiguous behavior of Splunk Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407082#M12564</link>
      <description>&lt;P&gt;yes, it is replicable!&lt;BR /&gt;
I am sorry, i cannot share the whole query.&lt;BR /&gt;
I found something intereting in: &lt;A href="https://answers.splunk.com/answers/305369/why-the-results-from-triggered-alert-is-different.html"&gt;https://answers.splunk.com/answers/305369/why-the-results-from-triggered-alert-is-different.html&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;Using "search" in alert was creating a problem, thankfully i get rid of it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 08:16:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Ambiguous-behavior-of-Splunk-Alert/m-p/407082#M12564</guid>
      <dc:creator>sarvesh_11</dc:creator>
      <dc:date>2019-08-05T08:16:56Z</dc:date>
    </item>
  </channel>
</rss>

