logstash-input-http icon indicating copy to clipboard operation
logstash-input-http copied to clipboard

RejectedExecutionException NettyHttpServer.run

Open SUMIT0733 opened this issue 4 years ago • 1 comments

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)

image

SUMIT0733 avatar Nov 13 '20 06:11 SUMIT0733

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

andsel avatar Apr 06 '21 08:04 andsel