Hey, when i start logstash as a service /etc/init.d/logstash start, i get 
the Error Message in the topic in file logstash.stdout. 
I have a logstash config file in the directory 
/etc/logstash/conf.d/server.conf. So i don't know why logstash doesnt find 
the file.
Can anyone help me?
Greets


--------------
[xx@xxlogstash]$ cd /etc/logstash/conf.d/
[[email protected]]$ ls
server.conf
[[email protected]]$

-------Server.conf:
input {
redis {
host => "XX.XX.XX"
type => "redis"
data_type => "list"
key => "logstash"
}
}
output {
stdout { }
elasticsearch {
cluster => "logstash"
}
}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/559c4db5-7cd1-4276-91e0-cc6072f61743%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to