Add admonition to cluster state instability note (#57985)
We document that the cluster state API is an internal representation which may change, but apparently not emphatically enough. This commit adds a `NOTE:` admonition to this paragraph.
This commit is contained in:
parent
16e230dcb8
commit
9b52a250f8
|
@ -26,8 +26,8 @@ whole cluster. This includes information such as
|
||||||
|
|
||||||
* the locations of all the shards in the cluster.
|
* the locations of all the shards in the cluster.
|
||||||
|
|
||||||
The response is an internal representation of the cluster state and its format
|
NOTE: The response is an internal representation of the cluster state and its
|
||||||
may change from version to version. If possible, you should obtain any
|
format may change from version to version. If possible, you should obtain any
|
||||||
information from the cluster state using the other, more stable,
|
information from the cluster state using the other, more stable,
|
||||||
<<cluster,cluster APIs>>.
|
<<cluster,cluster APIs>>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue