Alerting

Can you help me with the following firewall alert trigger?

CreieR
New Member

I got the below search and I want to create an alert that would trigger:
1. when the total per day is bigger than X
2. When the total per day is two times bigger than the second value
3. when the average for a week is two times bigger for that user, or overall.

index="pan_logs" action=allow  
| stats  count sum(eval(bytes_received/1000000000)) as bytesReceivedGB  sum(eval(bytes_sent/1000000000)) as bytesSentGB sum(eval(bytes/1000000000)) as TotalGB  by user          
| sort  -TotalGB

Thank you !

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Get Schooled with Splunk Education: Explore Our Latest Courses

At Splunk Education, we’re dedicated to providing incredible learning experiences that cater to every skill ...

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL  The Splunk AI Assistant for SPL ...

Buttercup Games: Further Dashboarding Techniques (Part 5)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...