Search found 2534 matches

by jolson
Thu Mar 24, 2016 4:55 pm
Forum: Nagios Log Server
Topic: Logstash service will not stay on
Replies: 28
Views: 4995

Re: Logstash service will not stay on

I imagine that would be time consuming, but it's hard for us to help without seeing that kind of output. With that being said, the following might help you in your troubleshooting endeavors: The cron daemon is supposed to launch two processes every minute - jobs and poller. These two processes are d...
by jolson
Thu Mar 24, 2016 4:51 pm
Forum: Nagios Log Server
Topic: Filter Questions and exact matching?
Replies: 11
Views: 1192

Re: Filter Questions and exact matching?

While using queries in Elasticsearch, the default nature is to match the string provided ("ENTERPRISE-DOCSTORENAS-SERVICE" in your case) and expand infinitely outward from there. The problem arises because your log messages are so similar, and because ENTERPRISE-DOCSTORENAS-SERVICE-NAS is ...
by jolson
Thu Mar 24, 2016 4:41 pm
Forum: Nagios Log Server
Topic: How to export query results to a text file?
Replies: 40
Views: 13928

Re: How to export query results to a text file?

This feature has not been implemented yet, but it is in our system and the developers know that many users are requesting it. The largest feature that has been requested is granular user access, followed by a reporting system. The next NLS release should be within a few months, and it is my hope tha...
by jolson
Thu Mar 24, 2016 4:35 pm
Forum: Nagios Log Server
Topic: Logstash service will not stay on
Replies: 28
Views: 4995

Re: Logstash service will not stay on

Can you please post the output of the commands I listed above?
by jolson
Thu Mar 24, 2016 4:33 pm
Forum: Nagios Log Server
Topic: Alerts thresholds queries not updating?
Replies: 7
Views: 789

Re: Alerts thresholds queries not updating?

I was capable of modifying my query and the alert responded accordingly. Old query: { "query": { "filtered": { "query": { "bool": { "should": [ { "query_string": { "query": "*" } } ] } }, "filter": { "bool...
by jolson
Thu Mar 24, 2016 4:09 pm
Forum: Nagios Log Server
Topic: Logstash service will not stay on
Replies: 28
Views: 4995

Re: Logstash service will not stay on

The config files may not be generating due to potential access problems. Apache needs to generate those files, and cron is the handler that apache uses to do so. Try the following: ls -ld /usr/local/nagioslogserver/logstash/etc/conf.d egrep "nag|apache" /etc/group egrep "nag|apache&qu...
by jolson
Tue Mar 22, 2016 3:58 pm
Forum: Nagios Log Server
Topic: Nagios Log Server Offline Installation
Replies: 10
Views: 2044

Re: Nagios Log Server Offline Installation

You can do this, but I noted a few weird issues regarding the install. The following instructions should be sufficient. First, open the fullinstall script and comment out the pip install instructions in the fullinstall script as well as the ntpdate instructions: #ntpdate -u pool.ntp.org # install pi...
by jolson
Tue Mar 22, 2016 1:57 pm
Forum: Nagios Log Server
Topic: Hit Count Question
Replies: 5
Views: 883

Re: Hit Count Question

You have indicated that "The 278 and 52 represent the amount of times it was hit during the duration you have set, which is 15 minutes". 1. Does this mean that RecallService app was hit 278 times during 15min and WarrantyAPI - 52 times during 15min interval? That is correct. 2. The 2062 l...
by jolson
Tue Mar 22, 2016 1:51 pm
Forum: Nagios Log Server
Topic: How to process Websphere Application server/HTTP server logs
Replies: 42
Views: 11870

Re: How to process Websphere Application server/HTTP server

1. I have attached the document where I have included the current configuration and the changes I am planning to make for Inputs and Filters. Please review and let me know if these are ok to implement. I reviewed your attached document, and I've made an adjustment - please see the bottom of this po...
by jolson
Mon Mar 21, 2016 2:25 pm
Forum: Nagios Log Server
Topic: Maintenance may not be working
Replies: 16
Views: 555

Re: Maintenance may not be working

We are seeing roughly a 10GB increase every day in our storage even though we have the following Maintenance settings: Can you identify what exactly is growing? Do you know if it's your backups that are growing wildly, or is it the data that you're receiving in Nagios Log Server? Any additional inf...