I follow the process
http://logstash.net/docs/1.4.0/tutorials/getting-started-with-logstash
but even if I try to execute "logstash agent -f" D: \ logstash.conf with
input { stdin { } }
output {
elasticsearch { host => localhost }
stdout { codec => rubydebug }
}
he returns me an error:
Error: configuration files not found: D: \ logstash.conf Can you verify that this path is the logstash configuration file? and blah blah blah
I'm really confused.
source
share