<?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: Custom alert based on inputlookup table not sending alerts in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382220#M6729</link>
    <description>&lt;P&gt;What is your alert condition? &lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 05:06:50 GMT</pubDate>
    <dc:creator>xpac</dc:creator>
    <dc:date>2018-05-04T05:06:50Z</dc:date>
    <item>
      <title>Custom alert based on inputlookup table not sending alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382219#M6728</link>
      <description>&lt;P&gt;I have several inputlookup tables that are updated on a frequent basis and i want to detect new cases based on several conditions. However since the inputlookup tables have no default _time field, i created a Time field to act as a timestamp based on a time field (date_last) in the table. My code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup mylookup.csv where &amp;lt;conditions&amp;gt;
| eval _time=strptime(date_last, "%Y-%m-%dT%H:%M:%S.000Z")
| sort _time 
| addinfo 
| where _time&amp;gt;=info_min_time AND (_time&amp;lt;=info_max_time OR info_max_time="+Infinity")
| eval Time = strftime(_time, "%Y-%m-%d %H:%M:%S")
| table Time, srcip, org, source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, the above is not sending any alerts and i am wondering whether inputlookups are able to do so?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:25:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382219#M6728</guid>
      <dc:creator>esmonder</dc:creator>
      <dc:date>2020-09-29T19:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom alert based on inputlookup table not sending alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382220#M6729</link>
      <description>&lt;P&gt;What is your alert condition? &lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 05:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382220#M6729</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-04T05:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom alert based on inputlookup table not sending alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382221#M6730</link>
      <description>&lt;P&gt;just searching for events within a country &lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 06:05:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382221#M6730</guid>
      <dc:creator>esmonder</dc:creator>
      <dc:date>2018-05-04T06:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom alert based on inputlookup table not sending alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382222#M6731</link>
      <description>&lt;P&gt;The events that come from &lt;CODE&gt;inputlookup&lt;/CODE&gt; are no different than any others in any way that matters.  The only thing that looks potentially limiting is that you should be using &lt;CODE&gt;sort 0 _time&lt;/CODE&gt; instead of &lt;CODE&gt;sort _time&lt;/CODE&gt; but that's a long shot and unlikely to be your problem.  It all depends on your actual data.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 07:07:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-alert-based-on-inputlookup-table-not-sending-alerts/m-p/382222#M6731</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-05-04T07:07:35Z</dc:date>
    </item>
  </channel>
</rss>

