Re: PARTIAL backups
Posted: Thu Aug 27, 2015 2:05 pm
Let's see what your path setting looks like:
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 and initializing another backup.
A working server of mine reports results as follows:
Code: Select all
curl -s -XGET localhost:9200/_nodes/?pretty | grep path -A7A working server of mine reports results as follows:
curl -s -XGET localhost:9200/_nodes/?pretty | grep path -A7
"path" : {
"data" : "/usr/local/nagioslogserver/elasticsearch/data",
"work" : "/usr/local/nagioslogserver/tmp/elasticsearch",
"home" : "/usr/local/nagioslogserver/elasticsearch",
"conf" : "/usr/local/nagioslogserver/elasticsearch/config",
"logs" : "/var/log/elasticsearch",
"repo" : "/"
},