I have just installed logstash on an Ubuntu 16.10 using the APT repository.
I wanted to do the "Stashing your first event" tutorial.
So I ran : /usr/share/logstash/bin/logstash --path.settings /etc/logstash -e 'input { stdin { } } output { stdout {} }'
However it stops immediatly and in logstash-plain.log I have :
cat /var/log/logstash/logstash-plain.log
[2016-11-10T17:47:21,473][ERROR][logstash.agent ] failed to fetch pipeline configuration {:message=>"No config files found: /etc/logstash/conf.d/*\nCan you make sure this path is a logstash config file?"}
Is it not possible to use -e with the version from the package ?
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.