All Apps and Add-ons

Is it possible to get an alert to only detect spikes in data on any host and not a fixed threshold

loureni1
Explorer

Below is the query i have . this can be used with a fixed threshold. I need to know if an host data spikes over a certain percentage and trying to get an alert if such a spike occurs. May be have to compare last one or two hours data .

index=_internal sourcetype=splunkd component=LicenseUsage type=Usage
| bucket span=1h _time
| stats sum(b) as usage by _time h | rename h as host
| eval usageGB=round(usage/1024/1024/1024,3)
| table _time host usageGB
| where usageGB >= 20

0 Karma

tiagofbmm
Influencer
0 Karma

tiagofbmm
Influencer

Please let me know if the answer was useful for you. If it was, accept it and upvote. If not, give us more input so we can help you with that

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...