Search found 248 matches
- Wed Sep 02, 2015 3:25 pm
- Forum: Nagios Log Server
- Topic: PARTIAL backups
- Replies: 24
- Views: 2667
Re: PARTIAL backups
does it matter that repository name isn't properly recongnized? No - that does not matter, what does matter is that the 'repo' shows up. Have you tried remaking your repo via the Web GUI and checking on the path once more? Repo doesn't show up for one of the nodes, does that matter? I can delete th...
- Wed Sep 02, 2015 2:32 pm
- Forum: Nagios Log Server
- Topic: PARTIAL backups
- Replies: 24
- Views: 2667
Re: PARTIAL backups
Let's see what your path setting looks like: curl -s -XGET localhost:9200/_nodes/?pretty | grep path -A7 If you're missing the 'repo' setting, you might have to remake your repository via the web GUI. After remaking the repository, does the 'repo' setting show up? If so, try deleting your PARTIALs ...
- Thu Aug 27, 2015 1:48 pm
- Forum: Nagios Log Server
- Topic: Maintenance of Elastic Search Nodes
- Replies: 3
- Views: 585
Re: Maintenance of Elastic Search Nodes
Perfect!! Thanksjolson wrote:The answer is yes - this applies to Nagios Log Server as well, and is very close to our own maintenance document: https://assets.nagios.com/downloads/nag ... Server.pdf
You could use either procedure without trouble. Thanks!
- Thu Aug 27, 2015 1:46 pm
- Forum: Nagios Log Server
- Topic: PARTIAL backups
- Replies: 24
- Views: 2667
Re: PARTIAL backups
Happy to hear it - looking forward to hearing back from you. :) Sorry to disappoint, but I am still having Partial backups elasticsearch log is full with these errors [2015-08-27 13:29:01,355][WARN ][repositories.fs ] [00a07fa5-7288-4d96-880c-474285dad017] The specified location [/nls_backup] shoul...
- Wed Aug 26, 2015 8:34 pm
- Forum: Nagios Log Server
- Topic: Maintenance of Elastic Search Nodes
- Replies: 3
- Views: 585
Maintenance of Elastic Search Nodes
Hello, I want to remove NLS nodes out of the cluster, in order to perform maintenance (disk expansion) I have Step-by-step guide for ElasticSearch rolling restart, and whether it would apply to NLS Check cluster setting: curl -u XXX:XXX -XGET "http://localhost:9200/_cluster/settings?pretty=true...
- Wed Aug 26, 2015 4:50 pm
- Forum: Nagios Log Server
- Topic: PARTIAL backups
- Replies: 24
- Views: 2667
Re: PARTIAL backups
Looks like that fixed the issue. I will let the scheduled backup run at night. I don't want to task the system at the moment by the backupjolson wrote:Try deleting all of your PARTIAL backups via the Web GUI, and running the curator command once more.
- Wed Aug 26, 2015 3:55 pm
- Forum: Nagios Log Server
- Topic: PARTIAL backups
- Replies: 24
- Views: 2667
Re: PARTIAL backups
curator snapshot --repository NLS_BACKUP --older-than 1 2015-08-26 20:52:57,964 INFO Job starting... 2015-08-26 20:52:57,965 INFO Default timeout of 30 seconds is too low for command SNAPSHOT. Overriding to 21,600 seconds (6 hours). 2015-08-26 20:52:57,976 INFO Beginning SNAPSHOT operations... 2015-...
- Wed Aug 26, 2015 3:52 pm
- Forum: Nagios Log Server
- Topic: PARTIAL backups
- Replies: 24
- Views: 2667
Re: PARTIAL backups
I have attached a known working version of curator.py (you will need to unzip it). Your md5sum is incorrect, I think that curator.py must not have been overwritten during your upgrade when we moved to the new version. Try replacing your current version of curator.py with this new one. Move the old ...
- Wed Aug 26, 2015 1:58 pm
- Forum: Nagios Log Server
- Topic: PARTIAL backups
- Replies: 24
- Views: 2667
Re: PARTIAL backups
Let's take a look at your cluster state. I'm particularly interested in seeing if you have any hanging snapshots - which could explain why further snapshots fail. I'm also looking for the md5 sum of your curator.py file. Cluster state: curl -XGET 'http://localhost:9200/_cluster/state?pretty' Md5sum...
- Wed Aug 26, 2015 12:18 pm
- Forum: Nagios Log Server
- Topic: PARTIAL backups
- Replies: 24
- Views: 2667
Re: PARTIAL backups
I should have clarified - when you run the following command: curator snapshot --repository nlsback --older-than 1 Be certain that 'nlsback' is replaced with the name of your repository (which could be something like 'NLS Backups'). e.g. curator snapshot --repository 'NLS Backup Repo' --older-than ...