<?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: How to create an alert when CISCO IPS App is not collecting logs. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160273#M32492</link>
    <description>&lt;P&gt;Can't write the complete search for you, but you can follow the splunk docs and can help you out a bit-&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.4/SearchReference/Metadata"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.4/SearchReference/Metadata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Here is a base search that returns useful data, you can filter this down based on your sourcetype and host(s) of interest-&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| metadata type=hosts index=_internal | rename totalCount as Count firstTime as "First Event" lastTime as "Last Event" recentTime as "Last Update" | fieldformat Count=tostring(Count, "commas") | fieldformat "First Event"=strftime('First Event', "%c") | fieldformat "Last Event"=strftime('Last Event', "%c") | fieldformat "Last Update"=strftime('Last Update', "%c") &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Mon, 13 Oct 2014 16:32:49 GMT</pubDate>
    <dc:creator>esix_splunk</dc:creator>
    <dc:date>2014-10-13T16:32:49Z</dc:date>
    <item>
      <title>How to create an alert when CISCO IPS App is not collecting logs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160270#M32489</link>
      <description>&lt;P&gt;Hi Folks&lt;/P&gt;

&lt;P&gt;Can anybody advice how to create an alert when the Splunk CISCO IPS does not poll the data from the IPS device for more than 3 days?&lt;/P&gt;

&lt;P&gt;Best regards&lt;BR /&gt;
Muralee&lt;/P&gt;</description>
      <pubDate>Sun, 12 Oct 2014 12:59:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160270#M32489</guid>
      <dc:creator>integratednet</dc:creator>
      <dc:date>2014-10-12T12:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an alert when CISCO IPS App is not collecting logs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160271#M32490</link>
      <description>&lt;P&gt;Quickest way would be via metadata. Check the latest time for your datasource, and if its &amp;gt; 3 days, you can fire and alert.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| metadata type=sourcetypes index=whereipsdatais | ......&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Oct 2014 21:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160271#M32490</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2014-10-12T21:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an alert when CISCO IPS App is not collecting logs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160272#M32491</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Thanks for the reply.&lt;/P&gt;

&lt;P&gt;Being a beginner I would appreciate if you could provide me the complete syntax.&lt;/P&gt;

&lt;P&gt;Best regards&lt;BR /&gt;
Muralee,&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:04:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160272#M32491</guid>
      <dc:creator>integratednet</dc:creator>
      <dc:date>2014-10-13T05:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an alert when CISCO IPS App is not collecting logs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160273#M32492</link>
      <description>&lt;P&gt;Can't write the complete search for you, but you can follow the splunk docs and can help you out a bit-&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.4/SearchReference/Metadata"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.4/SearchReference/Metadata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Here is a base search that returns useful data, you can filter this down based on your sourcetype and host(s) of interest-&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;| metadata type=hosts index=_internal | rename totalCount as Count firstTime as "First Event" lastTime as "Last Event" recentTime as "Last Update" | fieldformat Count=tostring(Count, "commas") | fieldformat "First Event"=strftime('First Event', "%c") | fieldformat "Last Event"=strftime('Last Event', "%c") | fieldformat "Last Update"=strftime('Last Update', "%c") &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 13 Oct 2014 16:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-when-CISCO-IPS-App-is-not-collecting-logs/m-p/160273#M32492</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2014-10-13T16:32:49Z</dc:date>
    </item>
  </channel>
</rss>

