Monthly Archives: October 2015

Creating an Elastalert Docker Image on Docker Hub

By | October 19, 2015

In this article I will show how I created a Docker image for Elastalert and create an automated build for the image on Docker Hub. Among other things, I will show how to wait on other services that a service running in a Docker container depends on. Introduction For those who are not familiar with Elastalert… Read More »

Running Out of Diskspace with Mule 3.7

By | October 13, 2015

The other day I ran out of diskspace in a server on which I ran a Mule 3.7 instance. After some searching I found some quite large files in the $MULE-HOME/bin directory which turned out to be heap-dump files. The cause for this turned out to be an additional wrapper parameter that is present in… Read More »