Hello,
Can anyone explain the different between "available_in_bytes" and "free_in_bytes" as used in the Nodes API: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-nodes-stats.html#fs-info
Hello,
Can anyone explain the different between "available_in_bytes" and "free_in_bytes" as used in the Nodes API: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-nodes-stats.html#fs-info
free and available are respectively defined in terms of Java's FileStore#getUnallocatedSpace() and FileStore#getUsableSpace():
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.