Error: No config files found: /etc/logstash/conf.d

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/
[xx@xxconf.d]$ ls
server.conf
[xx@xxconf.d]$

-------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 elasticsearch+unsubscribe@googlegroups.com.
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.

On Monday, October 06, 2014 at 10:11 CEST,
StueckJu j.stuecker@gmx.com wrote:

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.

Let's move this thread to logstash-users. Kept the elasticsearch list
cc'd for now.

How is Logstash being invoked? Is /etc/logstash/conf.d being passed with
the -f (or --config) option?

[...]

--
Magnus Bäck | Software Engineer, Development Tools
magnus.back@sonymobile.com | Sony Mobile Communications

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/20141006114922.GD3541%40seldlx20533.corpusers.net.
For more options, visit https://groups.google.com/d/optout.