Browse Source

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.
David Turner 5 years ago
parent
commit
dc3e047a16
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/cluster/state.asciidoc

+ 2 - 2
docs/reference/cluster/state.asciidoc

@@ -26,8 +26,8 @@ whole cluster. This includes information such as
 
 * the locations of all the shards in the cluster.
 
-The response is an internal representation of the cluster state and its format
-may change from version to version. If possible, you should obtain any
+NOTE: The response is an internal representation of the cluster state and its
+format may change from version to version. If possible, you should obtain any
 information from the cluster state using the other, more stable,
 <<cluster,cluster APIs>>.