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{}}'**/

Hello,

try this,

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

It will work fine.