mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 00:15:47 +00:00
[Docs] improved description for fs.total.available_in_bytes (#26657)
This commit is contained in:
parent
bdd9953aa4
commit
1f9e0fd0dd
@ -96,7 +96,9 @@ information that concern the file system:
|
|||||||
Total number of unallocated bytes in all file stores
|
Total number of unallocated bytes in all file stores
|
||||||
|
|
||||||
`fs.total.available_in_bytes`::
|
`fs.total.available_in_bytes`::
|
||||||
Total number of bytes available to this Java virtual machine on all file stores
|
Total number of bytes available to this Java virtual machine on all file stores.
|
||||||
|
Depending on OS or process level restrictions, this might appear less than `fs.total.free_in_bytes`.
|
||||||
|
This is the actual amount of free disk space the Elasticsearch node can utilise.
|
||||||
|
|
||||||
`fs.data`::
|
`fs.data`::
|
||||||
List of all file stores
|
List of all file stores
|
||||||
|
Loading…
x
Reference in New Issue
Block a user