logstash-input-http
logstash-input-http copied to clipboard
RejectedExecutionException NettyHttpServer.run
Config file :
input{ stdin{} http{ host => "127.0.0.1" port => 8080 } } output{ stdout{ } file{ path => "op.txt" } }
While brought-up the filebeat using "logstash -f pipeline.conf" file, I got following error (It was working earlier)
Hi @SUMIT0733
I think this originates from the fact the you are connecting filebeat with the HTTP input, you should use instead the logstash-input-beats
plugin if you want to pull in data from filebeat