瀏覽代碼

(Doc+) System Index definition (#120327) (#121148)

Stef Nestor 8 月之前
父節點
當前提交
44c7feaa0f
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      docs/reference/api-conventions.asciidoc

+ 10 - 0
docs/reference/api-conventions.asciidoc

@@ -254,6 +254,16 @@ as they contain data essential to the operation of the system.
 IMPORTANT: Direct access to system indices is deprecated and
 will no longer be allowed in a future major version.
 
+To view system indices within cluster:
+
+[source,console]
+--------------------------------------------------
+GET _cluster/state/metadata?filter_path=metadata.indices.*.system
+--------------------------------------------------
+
+WARNING: When overwriting current cluster state, system indices should be restored
+as part of their {ref}/snapshot-restore.html#feature-state[feature state].
+
 [discrete]
 [[api-conventions-parameters]]
 === Parameters