Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to debug the logstash file plugin

Is it possible to log actions of the logstash file plugin? (i.e. what files it tries to send, what errors happen, etc)

like image 903
user626528 Avatar asked Sep 11 '25 07:09

user626528


1 Answers

In new version stdout format changed

stdout { codec => rubydebug }
like image 60
Max Avatar answered Sep 13 '25 05:09

Max