logstash running lumberjack, indexer stops unexpected after a few minutes -
i trying setup log stash shipper , 1 logstash indexer on few different machines. works fine except indexer stop after few minutes without warning or errors. stop.
anyone can ?
start setting indexer send debug data stdout
output { stdout { debug => true debug_format => "json"} }
and @ logstash log file
are sure indexer stopping?
normally, problem either redis or elasticsearch.
the indexer jvm process pulls data out of redis , sends elasticsearch.
the logstash logfile tell going on.
Comments
Post a Comment