Nagios Logging - Snapshot scheduler

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Nagios Logging - Snapshot scheduler

Post by cdienger »

There does seem to be something weird here. Please PM me a profile so I can take a look at some logs and other system info. It can be gathered under Admin > System > System Status > Download System Profile or from the command line with:

Code: Select all

/usr/local/nagioslogserver/scripts/profile.sh
This will create /tmp/system-profile.tar.gz.

Note that this file can be very large and may not be able to be uploaded in a PM. This is usually due to the logs in the Logstash and/or Elasticsearch directories found in it. If it is too large, please open the profile, extract these directories/files and send them separately.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
songviet
Posts: 20
Joined: Mon Jun 08, 2020 5:25 am

Re: Nagios Logging - Snapshot scheduler

Post by songviet »

Hi,
Please find from attachments, there are from CLuster + 1 node.

Files have been downloaded for our review and removed from this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Nagios Logging - Snapshot scheduler

Post by cdienger »

The cluster is having issues with indices because of disk space issues:
[2020-07-17 02:27:21,635][WARN ][cluster.routing.allocation.decider] [6b1c0aaa-e3ca-420a-b57b-9ac39159df9f] high disk watermark [90%] exceeded on [uZmL-_E6T5-FnrKqtvQkrg][6b1c0aaa-e3ca-420a-b57b-9ac39159df9f] free: 95.9gb[9.5%], shards will be relocated away from this node
[2020-07-17 02:27:21,635][WARN ][cluster.routing.allocation.decider] [6b1c0aaa-e3ca-420a-b57b-9ac39159df9f] high disk watermark [90%] exceeded on [vuZTiFILQQ-KR1W0HlW1BQ][e966b108-935b-47ec-9f4b-427a675e95d9] free: 37.1gb[7.5%], shards will be relocated away from this node
You'll want to increase the size of the disk/partition that the elasticsearch database is on or delete old indices to free up space.

Deleting indices can be done with:

Code: Select all

/usr/local/nagioslogserver/scripts/curator.sh delete indices --older-than X --time-unit days --timestring %Y.%m.%d
(Replace X with the number of days)

You can also set this number of days that old data will be stored on the NLS file system so that it automatically deletes. Set this under Admin > System > Snapshots & Maintenance > Maintenance and Repository Settings > Maintenance Settings > Delete indexes older than.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Nagios Logging - Snapshot scheduler

Post by cdienger »

It appears that we have a ticket open for this issue and this is also a duplicate of https://support.nagios.com/forum/viewto ... 38&t=59285.

Going forward please only open one ticket or one forum post per issue so that we can avoid duplicating our efforts.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked