C:\logstash-2.3.4\logstash-2.3.4\bin>logstash -f C:\logstash-2.3.4\logstash-2.3.4\bin\logstash.conf
io/console not supported; tty will not be manipulated
Settings: Default pipeline workers: 4
Pipeline main started
After that it is supposed to show me the index created rite. But nothing happens after that.
just curious, can you put the hosts in array something like ["localhost:9200"] and remove manually specifying of index. Let logstash create its own index and then the meantime have a watch at both elasticsearch and logstash logs simultaneously .
Added Path value as array,
path => ["/logs/exampledata_01.json"]
sincedb value as string
sincedb_path => "null"
Configuration is fine, but index is not creating,
C:\logstash-2.3.4\bin>logstash agent -f C:\logstash-2.3.4\bin\exampleConf.conf
io/console not supported; tty will not be manipulated
Settings: Default pipeline workers: 4
Pipeline main started
C:\logstash-2.3.4\bin>logstash agent -f C:\logstash-2.3.4\bin\exampleConf.conf
io/console not supported; tty will not be manipulated
Settings: Default pipeline workers: 4
Pipeline main started
C:\logstash-2.3.4\bin>logstash agent -f C:\logstash-2.3.4\bin\exampleConf.conf
io/console not supported; tty will not be manipulated
Settings: Default pipeline workers: 4
Pipeline main started
And how can I overcome the "io/console not supported; tty will not be manipulated" message. ?
When you executed your conf file, were you able to see the output written to console (stdout). If you are able to see the output then it should create a index as per your config file. If not, try updating the log file by adding new lines and see.
No, that does not disable sincedb. Use "nul" on Windows and "/dev/null" on all other platforms.
This thread is impossible to follow. If you still haven't resolved this please post your current configuration.
Until you've gotten the file input to read files properly you should disable the elasticsearch output and only keep the stdout output. I also suggest you enable verbose Logstash logging by starting it with --debug. Look for log lines containing "discover" and post them here.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.