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!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...