Hello
I am trying to set up a Splunk search which will alert on unbalanced load across hosts for a target sourcetype.
Scenario:
sourcetype="A" has 4 hosts h1, h2, h3 and h4
Trigger alert for unbalanced load whenever load on 1 host is n% less or more than any other host
sourcetype="A" index="*" | timechart span=8h count by host
h1: 100 hits
h2: 95 hits
h3. 91 hits
h4. 85 hits
Alert: h4 is unbalanced by +/- n%
**I have been searching for something similar in this community, haven't found anything yet, any help will be appreciated
Thanks
... View more