OpenSearch/docs/reference/cluster
David Turner b75207a09f Remove sporadic min/max usage estimates from stats (#59755)
Today `GET _nodes/stats/fs` includes `{least,most}_usage_estimate`
fields for some nodes. These fields have rather strange semantics. They
are only reported on the elected master and on nodes that have been the
elected master since they were last restarted; when a node stops being
the elected master these stats remain in place but we stop updating them
so they may become arbitrarily stale.

This means that these statistics are pretty meaningless and impossible
to use correctly. Even if they were kept up to date they're never
reported for data-only nodes anyway, despite the fact that data nodes
are the ones where we care most about disk usage. The information needed
to compute the path with the least/most available space is already
provided in the rest the stats output, so we can treat the inclusion of
these stats as a bug and fix it by simply removing them in this commit.
Since these stats were always optional and mostly omitted (for opaque
reasons) this is not considered a breaking change.
2020-07-20 15:22:04 +01:00
..
allocation-explain.asciidoc Improve same-shard allocation explanations (#56010) 2020-05-01 10:07:14 +01:00
get-settings.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
health.asciidoc [DOCS] Add data streams to cluster APIs docs (#58945) (#58974) 2020-07-02 17:20:55 -04:00
nodes-hot-threads.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
nodes-info.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
nodes-reload-secure-settings.asciidoc Docs fix node_id spec for secure settings reload API (#55712) 2020-05-05 11:21:02 +03:00
nodes-stats.asciidoc Remove sporadic min/max usage estimates from stats (#59755) 2020-07-20 15:22:04 +01:00
nodes-usage.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
pending.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
remote-info.asciidoc Align remote info api with new settings (#54102) 2020-03-24 10:27:24 -06:00
reroute.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
state.asciidoc [DOCS] Add data streams to cluster APIs docs (#58945) (#58974) 2020-07-02 17:20:55 -04:00
stats.asciidoc [DOCS] Replace `datatype` with `data type` (#58972) (#59184) 2020-07-07 14:59:35 -04:00
tasks.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
update-settings.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
voting-exclusions.asciidoc Adjust docs for voting config exclusions API (#55006) 2020-04-20 19:47:33 +01:00