Search found 8 matches
- Tue Nov 17, 2020 2:03 pm
- Forum: Nagios Log Server
- Topic: Snapshot Repo Reconfig
- Replies: 15
- Views: 1373
Re: Snapshot Repo Reconfig
After sending the last result to you, apparently, the snapshot starts to working again. I saw the job just successfully finished and will keep monitoring it.
- Mon Nov 16, 2020 9:15 am
- Forum: Nagios Log Server
- Topic: Snapshot Repo Reconfig
- Replies: 15
- Views: 1373
Re: Snapshot Repo Reconfig
[root@nagiosls ~]# curl -XDELETE 'http://localhost:9200/_snapshot/Snapshot%20Repository/curator-20201005133221' {"error":"RemoteTransportException[[bad2dc30-4cc1-4952-893c-00ea50d25ba7][inet[/140.141.7.101:9300]][cluster:admin/snapshot/delete]]; nested: SnapshotMissingException[[Snaps...
- Fri Nov 13, 2020 12:44 pm
- Forum: Nagios Log Server
- Topic: Snapshot Repo Reconfig
- Replies: 15
- Views: 1373
Re: Snapshot Repo Reconfig
Hmmm...This is wried...It shows nothing is going on
[root@nagiosls ~]# curl -XGET 'http://localhost:9200/_snapshot/Snapsho ... all?pretty'
{
"snapshots" : [ ]
}
[root@nagiosls ~]# curl -XGET 'http://localhost:9200/_snapshot/Snapsho ... all?pretty'
{
"snapshots" : [ ]
}
- Fri Nov 13, 2020 12:27 pm
- Forum: Nagios Log Server
- Topic: Snapshot Repo Reconfig
- Replies: 15
- Views: 1373
Re: Snapshot Repo Reconfig
Yes,I saw the same message, but the "curator" process was not running on any of the nodes.
- Fri Nov 13, 2020 10:36 am
- Forum: Nagios Log Server
- Topic: Snapshot Repo Reconfig
- Replies: 15
- Views: 1373
Re: Snapshot Repo Reconfig
I ran the 3 commands, but all show "Job did not complete successfully." We have 2 nodes, does this need to be executed on both nodes? or any single node works?
- Fri Nov 13, 2020 10:25 am
- Forum: Nagios Log Server
- Topic: Snapshot Repo Reconfig
- Replies: 15
- Views: 1373
Re: Snapshot Repo Reconfig
2020-11-13 10:25:04,213 INFO Job starting: snapshot indices 2020-11-13 10:25:04,213 WARNING Overriding default connection timeout. New timeout: 21600 2020-11-13 10:25:04,226 INFO Action snapshot will be performed on the following indices: ['logstash-2020.0 9.10', 'logstash-2020.09.11', 'logstash-202...
- Thu Nov 12, 2020 10:59 am
- Forum: Nagios Log Server
- Topic: Snapshot Repo Reconfig
- Replies: 15
- Views: 1373
Re: Snapshot Repo Reconfig
Here is the result. It seems no files are present in the directory [root@nagiosls ~]# ls -alh /mnt/snapshotrepo/ total 0 drwxrwxr-x 2 nagios nagios 6 Nov 11 10:28 . drwxrwxrwx. 3 root root 26 Sep 16 13:59 .. An incomplete snapshot in the repo can make it look like snapshots are not working. Please p...
- Wed Nov 11, 2020 10:46 am
- Forum: Nagios Log Server
- Topic: Snapshot Repo Reconfig
- Replies: 15
- Views: 1373
Snapshot Repo Reconfig
Our old snapshot repo ran out of space, so I removed all the snapshots from UI and recreated a bigger repo with the same name. But after the recreation of the snapshot repo, I could not back up the snapshot anymore. The snapshot job runs successfully with no error message in jobs.log, but no snapsho...