Search found 6 matches
- Mon Nov 02, 2015 3:06 pm
- Forum: Nagios Log Server
- Topic: experting to excel
- Replies: 3
- Views: 856
Re: experting to excel
OK, What can it export to?
- Mon Nov 02, 2015 2:24 pm
- Forum: Nagios Log Server
- Topic: experting to excel
- Replies: 3
- Views: 856
experting to excel
Hi
Not really sure we can do this but I need to be able to export a search to excel. I didn't see anything about this in documents or even here
Thanks,
Not really sure we can do this but I need to be able to export a search to excel. I didn't see anything about this in documents or even here
Thanks,
- Mon Oct 26, 2015 9:31 am
- Forum: Nagios Log Server
- Topic: Syslog not running
- Replies: 6
- Views: 2057
Re: Syslog not running
tail /var/log/logstash/logstash.log {:timestamp=>"2015-10-26T09:18:38.211000-0400", :message=>"syslog listener died", :protocol=>:udp, :address=>"0.0.0.0:514", :exception=>#<SocketError: bind: name or service not known>, :backtrace=>["org/jruby/ext/socket/RubyUDPSo...
- Mon Oct 26, 2015 8:48 am
- Forum: Nagios Log Server
- Topic: Syslog not running
- Replies: 6
- Views: 2057
Re: Syslog not running
/usr/local/nagioslogserver/logstash/bin/logstash -f /usr/local/nagioslogserver/logstash/etc/conf.d --configtest Configuration OK [root@localhost ~]# cat /usr/local/nagioslogserver/logstash/etc/conf.d/* # # Logstash Configuration File # Dynamically created by Nagios Log Server # # DO NOT EDIT THIS FI...
- Fri Oct 23, 2015 12:52 pm
- Forum: Nagios Log Server
- Topic: Syslog not running
- Replies: 6
- Views: 2057
Re: Syslog not running
cat /etc/sysconfig/logstash result: [root@localhost /]# cat /etc/sysconfig/logstash ############################### # Default settings for logstash ############################### # Override Java location #JAVACMD=/usr/bin/java # Set a home directory APP_DIR=/usr/local/nagioslogserver LS_HOME="...
- Fri Oct 23, 2015 10:40 am
- Forum: Nagios Log Server
- Topic: Syslog not running
- Replies: 6
- Views: 2057
Syslog not running
background: I have confirmed that root is user in Logstash. Changed the listening port to 514 Both green lights system status i have done these commands: LS_USER=root service logstash restart echo -e "\nsetcap 'cap_net_bind_service=+ep' \$(readlink -f \$(which java))" >> \ /etc/sysconfig/l...