Blog Archive for April 25, 2018

Logstash Grok

April 25, 2018

I'm using FileBeat and Logstash to load log files into Elasticsearch so that they are visible in Kibana. I was struggling with creating the correct grok message format to read the log entries in and make them available in Kibana.

The tool at http://grokdebug.herokuapp.com/ was invaluable in debugging and trying …