Hi,
I am trying command in LogStash:
logstash -e 'input { stdin { } } output { elasticsearch { host => localhost } }'
Getting error like -
io/console not supported; tty will not be manipulated
The signal HUP is in use by the JVM and will not work correctly on this platform.
Please help me....