Hello all,
I have the ELK stack with: AWS Elasticsearch & Logstash on EC2 instance.
Currently, I want to monitor the java process in the other remote server which running many java process such as:
- java --proccess1
- java --proccess2
- java --proccess3
And in case of any java process is not running, it will be trigger an alert.
Can you please help me the solution to do this?
Thank you,