You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] Fix create snapshot API parameters (#79209)
Changes:
- Notes snapshot names support date math
- Sorts request body parameters alphabetically
- Adds the `expand_wildcards` request body parameter
- Reuses cluster state contents list from the restore snapshot API
- Notes the `indices` and `feature_states` parameters support a special `none` value
Relates to #79081
Copy file name to clipboardExpand all lines: docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -135,25 +135,29 @@ indices. If `false`, the request doesn't restore aliases. Defaults to `true`.
135
135
+
136
136
--
137
137
(Optional, Boolean)
138
-
If `false`, the global state is not restored. Defaults to `false`.
138
+
If `true`, restore the cluster state. Defaults to `false`.
139
139
140
-
If `true`, the current global state is included in the restore operation.
140
+
The cluster state includes:
141
141
142
-
The global state includes:
143
-
144
-
* Persistent cluster settings
145
-
* Index templates
146
-
* Legacy index templates
147
-
* Ingest pipelines
148
-
* {ilm-init} lifecycle policies
149
-
* For snapshots taken after 7.12.0, data stored in system indices, such as Watches and task records, replacing any existing configuration (configurable via `feature_states`)
0 commit comments