Hmmm not sure why it dosnt have that info when %{Referer}i\" \"%{User-Agent}i is in the LogFormat.
However, changing to Common did the trick. Thank you! This item can be marked closed.
Search found 8 matches
- Wed Aug 31, 2016 3:18 pm
- Forum: Nagios Log Server
- Topic: Apache LogStash Filter Not Working?
- Replies: 2
- Views: 1292
- Wed Aug 31, 2016 2:41 pm
- Forum: Nagios Log Server
- Topic: Apache LogStash Filter Not Working?
- Replies: 2
- Views: 1292
Apache LogStash Filter Not Working?
I have the following filter in 500_filters.conf filter { if [program] == 'apache_access' { grok { match => [ 'message', '%{COMBINEDAPACHELOG}'] } date { match => [ 'timestamp', 'dd/MMM/yyyy:HH:mm:ss Z', 'MMM dd HH:mm:ss', 'ISO8601' ] } mutate { replace => [ 'type', 'apache_access' ] convert => [ 'by...
- Wed Aug 31, 2016 2:34 pm
- Forum: Nagios Log Server
- Topic: No Logstash Config?
- Replies: 9
- Views: 5509
Re: No Logstash Config?
Yes indeed, we are good to mark resolved. Thanks!
- Wed Aug 31, 2016 2:11 pm
- Forum: Nagios Log Server
- Topic: No Logstash Config?
- Replies: 9
- Views: 5509
Re: No Logstash Config?
Success! I got it by changing the hash in 999_outputs.conf to match my clusters hash from the system dashboard.
Things seem to be appearing now! Thank you for all of your help!
Things seem to be appearing now! Thank you for all of your help!
- Wed Aug 31, 2016 1:57 pm
- Forum: Nagios Log Server
- Topic: No Logstash Config?
- Replies: 9
- Views: 5509
Re: No Logstash Config?
I guess I just got a bit confused. For the server where Nagios Log Server is installed, I should or should NOT have the rsyslog service running? (I manually configured rsyslog to run on 5544 thinking it was what was needed) Is the logstash doing the role of the rsyslog? So when I have my node doing ...
- Wed Aug 31, 2016 1:14 pm
- Forum: Nagios Log Server
- Topic: No Logstash Config?
- Replies: 9
- Views: 5509
Re: No Logstash Config?
Thank you that was very helpful! Making progress for sure :) New small problem: When starting the Logstash Collector I now get this message {:timestamp=>"2016-08-31T14:12:45.843000-0400", :message=>"syslog listener died", :protocol=>:tcp, :address=>"0.0.0.0:5544", :exce...
- Wed Aug 31, 2016 12:33 pm
- Forum: Nagios Log Server
- Topic: No Logstash Config?
- Replies: 9
- Views: 5509
Re: No Logstash Config?
Thank you for the fast reply. install.log has been pasted to: https://ybin.me/p/4fcc87ce6c9379ff#toXrlushlrUznUqtqDE3PXjWO8m5sbUTH3HzMwjGaBY= There was an issue with the install process early on because my host has blocked NTP traffic, I had to get around. But after that it worked. This server is ve...
- Wed Aug 31, 2016 11:54 am
- Forum: Nagios Log Server
- Topic: No Logstash Config?
- Replies: 9
- Views: 5509
No Logstash Config?
Hello, I attempted to do a full install via the source on CentOS 6.8 Everything seems to be ok except that no data is being collected / stored. When attempting to start the LogStash service via the GUI I get the following error: {:timestamp=>"2016-08-31T11:27:50.927000-0400", :message=>&qu...