Page MenuHomePhabricator

elasticsearch cluster settings

Authored By
Gehel
Mar 13 2017, 4:49 PM
Size
520 B
Referenced Files
None
Subscribers
None

elasticsearch cluster settings

curl -XPUT localhost:9200/_cluster/settings -d '{
"persistent" : {
"cluster.routing.allocation.disk.watermark.low" : 75%,
"cluster.routing.allocation.disk.watermark.high" : 80%,
"cluster.routing.allocation.cluster_concurrent_rebalance": 8,
"cluster.routing.allocation.node_concurrent_recoveries": 8,
"cluster.routing.allocation.awareness": "row",
"cluster.indices.recovery.concurrent_streams": 4,
"cluster.indices.recovery.max_bytes_per_sec": "40mb",
}
}'

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4463718
Default Alt Text
elasticsearch cluster settings (520 B)

Event Timeline