[DOCS] Fixed typo
This commit is contained in:
parent
3ae02b0b60
commit
233279bb64
|
@ -121,7 +121,7 @@ $ curl -XPUT "localhost:9200/_snapshot/my_backup/snapshot_1" -d '{
|
|||
|
||||
The list of indices that should be included into the snapshot can be specified using the `indices` parameter that
|
||||
supports <<search-multi-index-type,multi index syntax>>. The snapshot request also supports the
|
||||
`ignore_unavailable` option. Setting it to `true` will cause indices that do not exists to be ignored during snapshot
|
||||
`ignore_unavailable` option. Setting it to `true` will cause indices that do not exist to be ignored during snapshot
|
||||
creation. By default, when `ignore_unavailable` option is not set and an index is missing the snapshot request will fail.
|
||||
By setting `include_global_state` to false it's possible to prevent the cluster global state to be stored as part of
|
||||
the snapshot. By default, entire snapshot will fail if one or more indices participating in the snapshot don't have
|
||||
|
|
Loading…
Reference in New Issue