i have a problem with logstash when i want to start from my config file with the command"bin/logstash -f logstash-rt.conf" this return: Error: No config files found: logstash-rt.conf Can you make sure this path is a logstash config file? You may be interested in the '--configtest' flag which you can use to validate logstash's configuration before you choose to restart a running system.
can someone help me ?
Thanks
ls -al logstash-rt.conffrom the directory you are starting from. Is the file there? Does it have read permissions for the user you are starting logstash as? - Alcanzar