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.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...