Can't start Logstash in Windows

When i execute logstash.bat i get this error :

 io/console not supported; tty will not be manipulated

Hello Jemli,

Have you created a config and pointed to it (argument -f)?

If not, you can try the basic example here where you specify it on the command line.

no with -e argument, like this

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

Hello Jemli,

Are you able to provide the output from the Window? Mine shows that warning but still continues to work, if i type in hello world it gives me a timestamped entry (removed server info):

when i run it, it still like this

Type on that window "hello world" and press enter, you'll see what I have. It looks to be working.

1 Like

yeah, i have exactly what you have
that's mean it Logstash is working ?

Yes, it's taking your input from stdin and outputting to stdout (as per your argument on command line)..

Take a look at this - it shows how you can parse apache logs with a config, it's worth having a look through the examples in the documentation - they're really good.

Thanks a lot, it was very useful, but i still have issues with Kibana, it won't start when executing kibana.bat file and i got no response on localhost:5601 :pensive:

What do the KB logs say?