Unable to start Logstash 6.5.4/I am trying the command below : **C:\Users\logstash-6.5.4\bin> .\logstash -e 'input { stdin{}} output { stdout{}}'**/

Copied the error in the following :

https://pastebin.com/8FRMYsCN

Hello,

try this,

logstash -e 'input{stdin{}}output{stdout{}}'

It will work fine.

hi ,

tried as suggested getting the following error

Suggestion [3,General]: The command logstash was not found, but does exist in the current location. Windows PowerShell d
oes not load commands from the current location by default. If you trust this command, instead type ".\logstash". See "g
et-help about_Command_Precedence" for more details.

I faced the same issue , hence tried the command as directed which is causing the error which is sent in the first message.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.