<?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 RSS and alert in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530730#M9986</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am subscribed to the NVD CVE rss feed that I receive via splunk.&lt;/P&gt;&lt;P&gt;When one device matches I have an alert. The issue is that when the RSS feed is updated (with us every 24 hours) it also updates the date and time of the event and therefore gives me the same alert as yesterday.&lt;/P&gt;&lt;P&gt;My alert check every day at 8.00 PM if new cve with my device.&lt;/P&gt;&lt;P&gt;For example, I receive one alert yesterday for new cve checkpoint and today I have receive the same&amp;nbsp; alert with the same cve.&lt;/P&gt;&lt;P&gt;index=main *Checkpoint* | table publish,cve,link&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 00:39:58 GMT</pubDate>
    <dc:creator>machin90</dc:creator>
    <dc:date>2020-11-25T00:39:58Z</dc:date>
    <item>
      <title>RSS and alert</title>
      <link>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530730#M9986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am subscribed to the NVD CVE rss feed that I receive via splunk.&lt;/P&gt;&lt;P&gt;When one device matches I have an alert. The issue is that when the RSS feed is updated (with us every 24 hours) it also updates the date and time of the event and therefore gives me the same alert as yesterday.&lt;/P&gt;&lt;P&gt;My alert check every day at 8.00 PM if new cve with my device.&lt;/P&gt;&lt;P&gt;For example, I receive one alert yesterday for new cve checkpoint and today I have receive the same&amp;nbsp; alert with the same cve.&lt;/P&gt;&lt;P&gt;index=main *Checkpoint* | table publish,cve,link&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 00:39:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530730#M9986</guid>
      <dc:creator>machin90</dc:creator>
      <dc:date>2020-11-25T00:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: RSS and alert</title>
      <link>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530732#M9987</link>
      <description>&lt;P&gt;How about outputting to csv and including that csv in the search?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 00:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530732#M9987</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-11-25T00:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: RSS and alert</title>
      <link>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530893#M9990</link>
      <description>&lt;P&gt;Hi to4awa,&lt;/P&gt;&lt;P&gt;Could you give me an example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 20:54:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530893#M9990</guid>
      <dc:creator>machin90</dc:creator>
      <dc:date>2020-11-25T20:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: RSS and alert</title>
      <link>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530969#M9991</link>
      <description>&lt;P&gt;sample:&lt;/P&gt;&lt;P&gt;1. source.csv(Splunk_folder&lt;SPAN&gt;/var/run/splunk/csv/source.csv&amp;nbsp;&lt;/SPAN&gt;)&lt;BR /&gt;source&lt;BR /&gt;/Applications/Splunk/var/log/splunk/metrics.log&lt;BR /&gt;/Applications/Splunk/var/log/splunk/mongod.log&lt;BR /&gt;&lt;BR /&gt;2. alert query&lt;BR /&gt;| tstats count where index=_internal NOT [|inputcsv source.csv ] by source&lt;BR /&gt;| outputcsv append=t source&lt;BR /&gt;&lt;BR /&gt;3. alerting&lt;BR /&gt;eventcount &amp;gt; 0&lt;BR /&gt;&lt;BR /&gt;4. note&lt;/P&gt;&lt;P&gt;If you first create it with &lt;STRONG&gt;outputcsv&lt;/STRONG&gt;, it will be the default folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 08:32:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/530969#M9991</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-11-26T08:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: RSS and alert</title>
      <link>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/531091#M9994</link>
      <description>&lt;P&gt;Hi to4awa,&lt;/P&gt;&lt;P&gt;Thanks for idea, this my query:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=main *Checkpoint*&lt;BR /&gt;| stats count by publish,cve,link&lt;BR /&gt;| table publish,cve,link,count&lt;BR /&gt;| search NOT [inputcsv cve.csv | fields cve]&lt;BR /&gt;| outputcsv append=t cve&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My csv file is always fed so I have duplicates how to add only the missing cve ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 01:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/RSS-and-alert/m-p/531091#M9994</guid>
      <dc:creator>machin90</dc:creator>
      <dc:date>2020-11-27T01:41:17Z</dc:date>
    </item>
  </channel>
</rss>

