mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Replacebad scope link with actual values (#63444)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
b81f9269e5
commit
eefafa2919
1 changed files with 55 additions and 1 deletions
|
@ -59,7 +59,61 @@
|
|||
}
|
||||
},
|
||||
"transient": {
|
||||
"__scope_link": ".persistent"
|
||||
"cluster": {
|
||||
"routing": {
|
||||
"allocation.enable": {
|
||||
"__one_of": ["all", "primaries", "new_primaries", "none"]
|
||||
},
|
||||
"allocation.disk.threshold_enabled": { "__one_of": [false, true] },
|
||||
"allocation.disk.watermark.low": "85%",
|
||||
"allocation.disk.watermark.high": "90%",
|
||||
"allocation.disk.reroute_interval": "60s",
|
||||
"allocation.exclude": {
|
||||
"_ip": "",
|
||||
"_name": "",
|
||||
"_host": "",
|
||||
"_id": ""
|
||||
},
|
||||
"allocation.include": {
|
||||
"_ip": "",
|
||||
"_name": "",
|
||||
"_host": "",
|
||||
"_id": ""
|
||||
},
|
||||
"allocation.require": {
|
||||
"_ip": "",
|
||||
"_name": "",
|
||||
"_host": "",
|
||||
"_id": ""
|
||||
},
|
||||
"allocation.awareness.attributes": [],
|
||||
"allocation.awareness.force": {
|
||||
"*": {
|
||||
"values": []
|
||||
}
|
||||
},
|
||||
"allocation.allow_rebalance": {
|
||||
"__one_of": [
|
||||
"always",
|
||||
"indices_primaries_active",
|
||||
"indices_all_active"
|
||||
]
|
||||
},
|
||||
"allocation.cluster_concurrent_rebalance": 2,
|
||||
"allocation.node_initial_primaries_recoveries": 4,
|
||||
"allocation.node_concurrent_recoveries": 2,
|
||||
"allocation.same_shard.host": { "__one_of": [false, true] }
|
||||
}
|
||||
},
|
||||
"indices": {
|
||||
"breaker": {
|
||||
"total.limit": "70%",
|
||||
"fielddata.limit": "60%",
|
||||
"fielddata.overhead": 1.03,
|
||||
"request.limit": "40%",
|
||||
"request.overhead": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue