New to elastic. Noted that following the steps mentioned in , command " bin/logstash -e 'input { stdin { } } output { stdout {} }'" doesnt work in windows.
When I created a conf files with 'input { stdin { } } output { stdout {} } and ran logstash -f conffile.conf it worked.
version logstash-7.2.0