Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RejectedExecutionException NettyHttpServer.run #131

Open
SUMIT0733 opened this issue Nov 13, 2020 · 1 comment
Open

RejectedExecutionException NettyHttpServer.run #131

SUMIT0733 opened this issue Nov 13, 2020 · 1 comment

Comments

@SUMIT0733
Copy link

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

@andsel
Copy link
Contributor

andsel commented Apr 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants