Search found 14 matches
- Tue Jul 28, 2015 4:28 am
- Forum: Nagios Log Server
- Topic: Manually Installing Log Server Issue
- Replies: 21
- Views: 2522
Re: Manually Installing Log Server Issue
Thanks jolson!!
- Mon Jul 27, 2015 8:03 am
- Forum: Nagios Log Server
- Topic: Querying data within a log message
- Replies: 3
- Views: 313
Re: Querying data within a log message
Thanks jolson If you take the example that I used previously of: 2015-07-24 09:30:28,746 INFO SystemEvents Successful load for feed ********* took 11094 ms, records read [63724] (duplicates removed before processing [0]), records loaded [63724] (new [0], updated [0], unchanged [63724]) What we were ...
- Mon Jul 27, 2015 7:54 am
- Forum: Nagios Log Server
- Topic: Manually Installing Log Server Issue
- Replies: 21
- Views: 2522
Re: Manually Installing Log Server Issue
It is very possible, I have just removed the the IPv6 blocking rules, run the system update and rebooted. To confirm: [support@nagioslog ~]$ sudo yum update Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: centos.openitc.uk * extras: mirrors.coreix.net * up...
- Fri Jul 24, 2015 9:58 am
- Forum: Nagios Log Server
- Topic: Manually Installing Log Server Issue
- Replies: 21
- Views: 2522
Re: Manually Installing Log Server Issue
Sadly that made no difference at all: cat /etc/sysctl.conf: # System default settings live in /usr/lib/sysctl.d/00-system.conf. # To override those settings, enter new settings here, or in an /etc/sysctl.d/<name>.conf file # # For more information, see sysctl.conf(5) and sysctl.d(5). # net.ipv6.conf...
- Fri Jul 24, 2015 8:58 am
- Forum: Nagios Log Server
- Topic: Querying data within a log message
- Replies: 3
- Views: 313
Querying data within a log message
I have recently set up a Nagios LogServer trial and I now have the log server monitoring the log files for a particular application across mutilple nodes. This appears to be working well. As an example I have got the log server querying a particular log file on 2 server and returning all instance of...
- Fri Jul 24, 2015 4:09 am
- Forum: Nagios Log Server
- Topic: Manually Installing Log Server Issue
- Replies: 21
- Views: 2522
Re: Manually Installing Log Server Issue
A ping of localhost rseponds with: 64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.044 ms The netstat command returns (to 192.168.150.209 is the servers address): tcp 0 0 127.0.0.1:45667 127.0.0.1:9200 TIME_WAIT tcp 0 0 127.0.0.1:45659 127.0.0.1:9200 TIME_WAIT tcp 0 0 127.0.0.1:45687 1...
- Thu Jul 23, 2015 10:12 am
- Forum: Nagios Log Server
- Topic: Manually Installing Log Server Issue
- Replies: 21
- Views: 2522
Re: Manually Installing Log Server Issue
No there do not seem to be any indices showing:
That doesn't change whether I choose Open, Closed or Deleted.
Please see the requested logstash log files attached.
That doesn't change whether I choose Open, Closed or Deleted.
Please see the requested logstash log files attached.
- Thu Jul 23, 2015 9:50 am
- Forum: Nagios Log Server
- Topic: Manually Installing Log Server Issue
- Replies: 21
- Views: 2522
Re: Manually Installing Log Server Issue
I have just been through that, my node id was: b80d81b4-6d79-4a0c-ba18-9fe18da640e8 and as you suggested my name_name was blank in /usr/local/nagioslogserver/logstash/etc/conf.d/999_outputs.conf. I have updated so that it now looks like: output { elasticsearch { cluster => '3b70f83b-d36f-48ae-ba17-9...
- Thu Jul 23, 2015 9:26 am
- Forum: Nagios Log Server
- Topic: Manually Installing Log Server Issue
- Replies: 21
- Views: 2522
Re: Manually Installing Log Server Issue
Result are as follows: cat /usr/local/nagioslogserver/var/cluster_uuid 3b70f83b-d36f-48ae-ba17-9f94d1d65244 cat /usr/local/nagioslogserver/logstash/etc/conf.d/* # # Logstash Configuration File # Dynamically created by Nagios Log Server # # DO NOT EDIT THIS FILE. IT WILL BE OVERWRITTEN. # # Created W...
- Thu Jul 23, 2015 6:30 am
- Forum: Nagios Log Server
- Topic: Manually Installing Log Server Issue
- Replies: 21
- Views: 2522
Re: Manually Installing Log Server Issue
Perhaps I spoke to soon. After attempting to add a log source, all appears to go well. I copy the command from within Nagios Logserver so: curl -s -O http://192.168.150.209/nagioslogserver/scripts/setup-linux.sh bash setup-linux.sh -s 192.168.150.209 -p 5544 -f "/path/to/file /path/to/another/f...