[Docs] Correct setting name in snapshot/restore documentation (#22023)

There is no setting include_cluster_state for snapshot restore. The correct name for this setting is include_global_state.
This commit is contained in:
Lucas Bremgartner 2016-12-07 14:12:10 +01:00 committed by Yannick Welsch
parent 9630b1a6e7
commit 0086b99797
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ existing index can be only restored if it's <<indices-open-close,closed>> and
has the same number of shards as the index in the snapshot. The restore
operation automatically opens restored indices if they were closed and creates
new indices if they didn't exist in the cluster. If cluster state is restored
with `include_cluster_state` (defaults to `false`), the restored templates that
with `include_global_state` (defaults to `false`), the restored templates that
don't currently exist in the cluster are added and existing templates with the
same name are replaced by the restored templates. The restored persistent
settings are added to the existing persistent settings.