Alerting

I am trying to figure a way to create a rule that notifies me of webpages that been hit more than a few times per seconds?

ahmar74
Explorer

this rule would help determine if a DDOS attempt is or isn't occurring.

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Something like this?

search for web page hits | bin span=1m _time | stats count by _time uri | where count > 120

That'd give you a list of URIs that had an average of over two hits per second along with the minute in which that occurred.

0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...