Skip to content

Commit

Permalink
(Doc+) System Index definition (#120327) (#121147)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnestor authored Jan 29, 2025
1 parent 4aa793e commit 63cc3b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/reference/api-conventions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63cc3b1

Please sign in to comment.