Alerting

In my server i have 24 jvm. if the jvm down .i need to trigger alert in splunk?

karthi2809
Builder

In my server i have 24 jvm. if the jvm is down .i need to trigger alert in splunk?

i have to trigger alert whih jvm is in down state

eg:server name : va20n5445

jvm names:
node1
node2
.
.
.
.
node24

Tags (2)
0 Karma

esix_splunk
Splunk Employee
Splunk Employee

Are your logs in Splunk? What does the "down state" look like? A general search like

index=myjvm host=node* | stats dc(host) as hostCount   by host | where hostCount <24 

You can do a simple time search over last 5/10/20/30m or whatever time range you want. This will give you a count of hosts during that time < your total number of hosts...

Theres alot more options, but your question is very vague.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

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, ...