Alerting

Alert whenever the devices is not sending traffic logs to splunk.

jlayson
New Member

index=pan* dvc_name="*" sourcetype="pan:traffic" OR sourcetype="pan:system"

how can I trigger an email alert if example 1 or multiple devices are not sending traffic logs after 24hrs. I tried using the alert with condition number of results but it's not sending logs. because splunk counts the result not by device and by logs it added all the results.

Labels (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

You must have a list to which you can compare your search results (for example - stored in a lookup, or generated from results from the day before).

Splunk cannot tell you what is not in the results.

0 Karma

ppudota1
New Member

try this

 

index=pan* dvc_name="*" sourcetype="pan:traffic" OR sourcetype="pan:system" | stats count by dvc_name | where count=0

 

in the alert condition select if number of results>0

0 Karma
Get Updates on the Splunk Community!

Why You Can't Miss .conf25: Unleashing the Power of Agentic AI with Splunk & Cisco

The Defining Technology Movement of Our Lifetime The advent of agentic AI is arguably the defining technology ...

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...