Alerting

i have one server having four nodes.how to write alert query for nodes have no transaction for 5 min and trigger alert email in splunk?

karthi2809
Builder

I have one server having four nodes.how to write alert query for nodes have no transaction for 5 min and trigger alert email in splunk?

Tags (1)
0 Karma

woodcock
Esteemed Legend

I do not understand what you mean; it might help to add more detail and restate things. Show sample events and a mockup of desired output.

0 Karma

dineshraj9
Builder

You can extract the node name and use that in the alert query -

index=<your_index> host=<your_host> | stats count by node_name 

And set trigger condition as "if number of results less than 4" then alert.

If you want to explicitly know which node is down, then have the four node names in the alert mailer description.

adonio
Ultra Champion

can you kindly elaborate and / or share data sample?
if we assume that each node has a unique source (or other unique field), you can create a search that counts by source and if count is = 0 then alert on that particular node

   index = whatever UniqueField = * | stats count by UniqueField
0 Karma
Get Updates on the Splunk Community!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...