<?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 Trigger Alert When New Field is Created in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Custom-Trigger-Alert-When-New-Field-is-Created/m-p/582001#M13405</link>
    <description>&lt;P&gt;If we're only interested in yesterday and today then there's no need to look back 30 days.&amp;nbsp; We'll look at two days, find the difference between them, and trigger an alert if there is one.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup program_version.csv
| where date&amp;gt;=relative_time(now(), "-1d@d")
| eval _time=date
| timechart max(count) as count by version
| eventstats range(count) as diff
| where diff!=0&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 21 Jan 2022 13:48:18 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-01-21T13:48:18Z</dc:date>
    <item>
      <title>Custom Trigger Alert When New Field is Created</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-Trigger-Alert-When-New-Field-is-Created/m-p/581928#M13404</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help created a custom triggered alert condition where when I run the search below it will send me an alert when there is a new version created compared to the versions that were listed yesterday. So the trigger alert would run once each day and if I had 1.1.1 and 1.1.2 the day before but yesterday I had it give me results with 1.1.1, 1.1.2, 1.1.3 then to send me an alert when that new version is detected. How would I go about setting up that custom alert?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;| inputlookup program_version.csv&lt;BR /&gt;| where date&amp;gt;=relative_time(now(), "-30d@d")&lt;BR /&gt;| eval _time=date&lt;BR /&gt;| timechart max(count) by version&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 19:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-Trigger-Alert-When-New-Field-is-Created/m-p/581928#M13404</guid>
      <dc:creator>MikeB</dc:creator>
      <dc:date>2022-01-20T19:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Trigger Alert When New Field is Created</title>
      <link>https://community.splunk.com/t5/Alerting/Custom-Trigger-Alert-When-New-Field-is-Created/m-p/582001#M13405</link>
      <description>&lt;P&gt;If we're only interested in yesterday and today then there's no need to look back 30 days.&amp;nbsp; We'll look at two days, find the difference between them, and trigger an alert if there is one.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup program_version.csv
| where date&amp;gt;=relative_time(now(), "-1d@d")
| eval _time=date
| timechart max(count) as count by version
| eventstats range(count) as diff
| where diff!=0&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 21 Jan 2022 13:48:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Custom-Trigger-Alert-When-New-Field-is-Created/m-p/582001#M13405</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-21T13:48:18Z</dc:date>
    </item>
  </channel>
</rss>

