Getting Data In

How to create an alert when CISCO IPS App is not collecting logs.

integratednet
Explorer

Hi Folks

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?

Best regards
Muralee

Tags (1)
0 Karma

integratednet
Explorer

Hi

Thanks for the reply.

Being a beginner I would appreciate if you could provide me the complete syntax.

Best regards
Muralee,

0 Karma

esix_splunk
Splunk Employee
Splunk Employee

Can't write the complete search for you, but you can follow the splunk docs and can help you out a bit-

http://docs.splunk.com/Documentation/Splunk/6.1.4/SearchReference/Metadata

Here is a base search that returns useful data, you can filter this down based on your sourcetype and host(s) of interest-

| 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")

0 Karma

esix_splunk
Splunk Employee
Splunk Employee

Quickest way would be via metadata. Check the latest time for your datasource, and if its > 3 days, you can fire and alert.

| metadata type=sourcetypes index=whereipsdatais | ......

Good luck.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...