Search found 3 matches
- Wed Nov 05, 2014 10:25 am
- Forum: Nagios Log Server
- Topic: Filters not written to configuration
- Replies: 11
- Views: 7564
Re: Filters not written to configuration
Scott: Thanks for your reply. I added it as an input as shown in my original post. My cluster is two instances; neither of them seem to get the new input. Perms and ownership shown here: # ls -l /usr/local/nagioslogserver/logstash/etc/conf.d/ total 12 -rw-r--r--. 1 apache apache 636 Oct 30 15:51 000...
- Tue Nov 04, 2014 4:45 pm
- Forum: Nagios Log Server
- Topic: Filters not written to configuration
- Replies: 11
- Views: 7564
Re: Filters not written to configuration
Yes, I did verify the config and it verified fine. I also confirmed that if I simply modify 000_inputs.conf with the additions I want and restart logstash, logstash successfully uses my redis input, my redis queue is drained as expected, and the desired entries appear in Log Server when I search for...
- Tue Nov 04, 2014 4:18 pm
- Forum: Nagios Log Server
- Topic: Filters not written to configuration
- Replies: 11
- Views: 7564
Filters not written to configuration
Hello, all: I'm evaluating Log Server and am trying to add a Redis input filter. Via the Administration section of the GUI, I've added an input filter that looks like this: redis { host => "127.0.0.1" data_type => "list" key => "logstash" codec => json } After saving th...