We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843f1b8 commit 31597b3Copy full SHA for 31597b3
docs/reference/api-conventions.asciidoc
@@ -254,6 +254,16 @@ as they contain data essential to the operation of the system.
254
IMPORTANT: Direct access to system indices is deprecated and
255
will no longer be allowed in a future major version.
256
257
+To view system indices within cluster:
258
+
259
+[source,console]
260
+--------------------------------------------------
261
+GET _cluster/state/metadata?filter_path=metadata.indices.*.system
262
263
264
+WARNING: When overwriting current cluster state, system indices should be restored
265
+as part of their {ref}/snapshot-restore.html#feature-state[feature state].
266
267
[discrete]
268
[[api-conventions-parameters]]
269
=== Parameters
0 commit comments