Monthly Archives: December 2015

Spring Dependency Injection in Mule FunctionalTestCase

By | December 13, 2015

Reading Time: 3 minutes In this article I will show how to accomplish dependency injection of fields in tests that inherit from the Mule class FunctionalTestCase; both of dependencies to Spring beans and of values from property files. Background On an earlier occasion, I have attempted to use the standard @RunWith(SpringJUnit4ClassRunner.class) annotation in order to be able to have Spring… Read More »

Alerting with the ELK Stack and Elastalert

By | December 6, 2015

Reading Time: 5 minutes 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 »