Graylog2 is an open source log management solution used to store logs in ElasticSearch and perform data analysis. It consists of a server application written in Java that accepts Syslog and GELF messages via TCP, UDP or AMQP and stores them in the database. The second part is a web interface that allows you to manage those indexed messages; there you can search patterns, create charts, send reports and be alerted when something happens.
13 Mar 2014
We needed to deploy a mirrored high availability cluster for RabbitMQ on our Amazon AWS cloud. Here you'll find notes explaining how we made this possible and some tips to get you started with it as well.
06 Mar 2014
This is a basic guide about our approach on code testing by using Vagrant instances. We will explain how to deploy Debian Wheezy and make different Vagrant boxes to share with the development team and thus make testing easier even before doing a git commit.
24 Feb 2014
This is our vision how we think code should be versioned and branches maintained, we would like to bring this to discussion and push this recommendation as further as possible.
13 Feb 2014
It works!
hello world
10 Feb 2014