Logstash Configuration of 5.0.1

When starting with bin/logstash logstash is searching for the file in $LS_HOME/config by default. In your case, there aren't these files (because they are in the /etc/logstash directory).
If you really want this warning to not appear, the simplest way is to create a symlink
config -> /etc/logstash/

2 Likes