Elasticsearch - Cluster Management
Given the following snapshot creation request:
What will be the effect of
PUT /_snapshot/my_backup/snapshot_2
{
"indices": "logs-*",
"ignore_unavailable": true
}What will be the effect of
ignore_unavailable: true?