You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: