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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -