Difference between revisions of "GET / cluster/settings"
Jump to navigation
Jump to search
↑ https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-templates.html
(32 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | * <code>[[GET /_cluster/settings?include_defaults]]</code> | |
− | _cluster/settings | + | * [[Disk section]]: <code>[[Disk section: GET /_cluster/settings?include_defaults|GET /_cluster/settings?include_defaults]]</code> |
− | {{ | + | "disk": { |
+ | "threshold_enabled": "true", | ||
+ | "watermark": { | ||
+ | "flood_stage": "95%", | ||
+ | "high": "90%", | ||
+ | "low": "85%", | ||
+ | "enable_for_single_data_node": "false" | ||
+ | }, | ||
+ | |||
+ | |||
+ | [[/_cluster/]]settings | ||
+ | {"persistent":{},"transient":{}} | ||
+ | |||
+ | [[/my-index-000001/_doc/]] | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | {{cluster API}} | ||
+ | |||
+ | {{cat API}} | ||
+ | |||
+ | * <code>[[/myindex/_settings]]</code> | ||
+ | * <code>[[low disk watermark]]</code> | ||
+ | [[cluster.routing.allocation.disk.watermark.low]] | ||
+ | [[cluster.routing.allocation.disk.watermark.high]] | ||
+ | [[cluster.routing.allocation.disk.watermark.flood_stage]] | ||
+ | |||
+ | == See also == | ||
+ | * {{ES tr}} | ||
+ | * {{ES URLs}} | ||
+ | * {{Elasticsearch}} | ||
+ | |||
+ | [[Category:Elasticsearch]] |
Latest revision as of 17:20, 23 January 2023
"disk": { "threshold_enabled": "true", "watermark": { "flood_stage": "95%", "high": "90%", "low": "85%", "enable_for_single_data_node": "false" },
/_cluster/settings {"persistent":{},"transient":{}}
/my-index-000001/_doc/
Related[edit]
GET /_cluster/settings
/_cluster/settings?include_defaults
/_cluster/health
/_cluster/settings
GET /_cluster/allocation/explain
PUT /_cluster/settings
/_cat/indices
/_cat/shards
/_cat/allocation
/_cat/plugins
/_cat/recovery
/_cat/snapshot
/_cat/repositories
/_cat/health
/_cat/templates
[1]
cluster.routing.allocation.disk.watermark.low cluster.routing.allocation.disk.watermark.high cluster.routing.allocation.disk.watermark.flood_stage
See also[edit]
- Elasticsearch troubleshooting, Elasticsearch logs,
yellow, Low disk watermark, in-memory shard lock, re-running
- Elasticsearch:
/_cat/, /_nodes/, /_cluster/, /_snapshot/, /_ilm/, /_xpack/, /_search/, /_security/, /my-index/,
/_bulk
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: