Hi All,
I am using elasticsearch version 1.5 with cloud-aws plugin 2.5.1 which is the compatible plugin for the same. But when i try to backup the complete cluster. I somehow get errors backing up. Below are the snapshot for the failure.
,
"logstash-2015.08.25": {
"shards_stats": {
"initializing": 0,
"started": 0,
"finalizing": 0,
"done": 0,
"failed": 5,
"total": 5
},
"stats": {
"number_of_files": 0,
"processed_files": 0,
"total_size_in_bytes": 0,
"processed_size_in_bytes": 0,
"start_time_in_millis": 0,
"time_in_millis": 0
},
"shards": {
"0": {
"stage": "FAILURE",
"stats": {
"number_of_files": 0,
"processed_files": 0,
"total_size_in_bytes": 0,
"processed_size_in_bytes": 0,
"start_time_in_millis": 0,
"time_in_millis": 0
},
"reason": "IndexShardSnapshotFailedException[[logstash-2015.08.25][0] INSTANCE]; nested: NoSuchFieldError[INSTANCE]; "
},
"1": {
"stage": "FAILURE",
"stats": {
"number_of_files": 0,
"processed_files": 0,
"total_size_in_bytes": 0,
"processed_size_in_bytes": 0,
"start_time_in_millis": 0,
"time_in_millis": 0
},
"reason": "IndexShardSnapshotFailedException[[logstash-2015.08.25][1] INSTANCE]; nested: NoSuchFieldError[INSTANCE]; "
},
Please help me out!!!!
Regards
Niraj