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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...