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

2014-10-06 Thread StueckJu
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+unsubscr...@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.


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

2014-10-06 Thread Magnus Bäck
On Monday, October 06, 2014 at 10:11 CEST,
 StueckJu j.stuec...@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.b...@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+unsubscr...@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.