Difference between revisions of "Elasticsearch storage"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  [[/_cat/allocation]]
+
  [[/_cat/allocation]]?v
 
{{cat_allocation}}
 
{{cat_allocation}}
 
* <code>[[/_cat/shards]]</code>
 
* <code>[[/_cat/shards]]</code>

Revision as of 07:34, 4 November 2022

/_cat/allocation?v
shards disk.indices disk.used disk.avail disk.total disk.percent host        ip          node
    25       31.5gb    37.5gb     21.2gb     58.7gb           63 10.12.7.36  10.12.7.36  elasticsearch-master-1
    25       47.3gb    53.2gb      5.4gb     58.7gb           90 10.12.15.48 10.12.15.48 elasticsearch-master-0


Configuration:

Disk section: GET /_cluster/settings?include_defaults

.../...
"disk": {
     "threshold_enabled": "true",
     "watermark": {
     "flood_stage": "95%",
     "high": "90%",
     "low": "85%",
     "enable_for_single_data_node": "false"
 }
 .../...


Related


See also

Advertising: