Tag Archives: jmx

Alerting with the E(L)K Stack and Elastalert Revisited

By | June 16, 2017

In this article I will revisit the example from my previous article Alerting with the ELK Stack and Elastalert. The same scenario as in the earlier article will be used; a Mule ESB CE instance with a Mule application will be monitored using JMX. The new example will use Metricbeat instead of Logstash to poll… Read More »

Alerting with the ELK Stack and Elastalert

By | December 6, 2015

Based on my article on JMX Monitoring with the ELK Stack and the article on creating a Docker image with Elastalert, I will now combine these and add the missing part, alerting, to the monitoring and alerting stack I have worked my way towards. Preparations The different configuration files used in this article’s example available… Read More »

JMX Monitoring with Docker and the ELK Stack

By | September 27, 2015

This article will show how to monitor a Java Virtual Machine (JVM) running in a Docker container using JMX and the ELK stack, consisting of Elasticsearch, Logstash and Kibana, running in another Docker container. In addition there will be a simple example on how to use Docker Compose. In the example I will run an… Read More »