ignore unavailable index for snapshots

This commit is contained in:
simon 2022-11-20 12:33:39 +07:00
parent 6a7a84792e
commit e101c4abc7
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class ElasticSnapshot:
"repository": self.REPO,
"config": {
"indices": self.all_indices,
"ignore_unavailable": True,
"include_global_state": True,
},
"retention": {