James Rodewig 988e8c8fc6
[DOCS] Swap [float] for [discrete] (#60134)
Changes instances of `[float]` in our docs for `[discrete]`.

Asciidoctor prefers the `[discrete]` tag for floating headings:
https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
2020-07-23 12:42:33 -04:00

16 lines
492 B
Plaintext

[[release-notes-7.10.0]]
== {es} version 7.10.0
Also see <<breaking-changes-7.10,Breaking changes in 7.10>>.
[[stats-7.10.0]]
[discrete]
=== Stats changes
Estimates removed from filesystem stats::
* {es} would sometimes report the data path which it estimated to have the
most and least available space in the filesystem stats. These stats were
often very out of date and were frequently omitted from responses to the
stats APIs. They are now always omitted. {es-pull}59755[#59755]