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.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

ATTENTION: We’re Moving! (AGAIN!)

The Splunk Community Slack is undergoing a system migration to keep our workspace secure and ...

Deep Dive: Optimizing Telemetry Pipelines in Splunk Observability Cloud

In this session, we will peel back the layers of Splunk Observability Cloud’s cost-optimization features. ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...