After the successful Setup of our Elasticsearch Cluster we noticed that the logs of the bind nameserver are not really stored in the index of the filebeat agent in a meaningful way.

so what can you do to solve this problem?

Filebeat rwbind Module

First for the Insiders the Module can be donwlo...

I am often asked "how do you make sure your SSL certificates are valid?" My simple answer: I have built an icinga2 check for it :-)

it is a simple Bashscript that gets triggerd once a day.

 #!/bin/bash
 #Created by ♞ Raffael Willems@im-c.de

 echo "Raffis SSL Cert Checker running..."
 if printf...