Replacebad scope link with actual values (#63444)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Jean-Louis Leysens 2020-04-17 10:18:01 +02:00 committed by GitHub
parent b81f9269e5
commit eefafa2919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}
}
}
}