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
[7.15] [DOCS] Fix create snapshot API parameters (#79209) (#79626)
* [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
* Update `expand_wildcards` default
* Fix xref
* Fix xref
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
@@ -137,25 +137,29 @@ indices. If `false`, the request doesn't restore aliases. Defaults to `true`.
137
137
+
138
138
--
139
139
(Optional, Boolean)
140
-
If `false`, the global state is not restored. Defaults to `false`.
140
+
If `true`, restore the cluster state. Defaults to `false`.
141
141
142
-
If `true`, the current global state is included in the restore operation.
142
+
The cluster state includes:
143
143
144
-
The global state includes:
145
-
146
-
* Persistent cluster settings
147
-
* Index templates
148
-
* Legacy index templates
149
-
* Ingest pipelines
150
-
* {ilm-init} lifecycle policies
151
-
* 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