tail of the job.log shows variations of the below across 10 nodes
Code: Select all
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 99 0 99 0 55 3143 1746 --:--:-- --:--:-- --:--:-- 1466
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 99 0 99 0 55 3188 1771 --:--:-- --:--:-- --:--:-- 1419
Pretty new to the backup portion of NLS, so it's very possible I've missed something somewhere.
result of:
curl -s -XGET localhost:9200/_nodes/?pretty | grep path -A7
Code: Select all
"path" : {
"data" : "/extdata/data",
"work" : "/usr/local/nagioslogserver/tmp/elasticsearch",
"home" : "/usr/local/nagioslogserver/elasticsearch",
"conf" : "/usr/local/nagioslogserver/elasticsearch/config",
"logs" : "/var/log/elasticsearch",
"repo" : "/"
},Where do I start on the troubleshooting of this?