Skip to content

Commit

Permalink
Replacebad scope link with actual values (#63444)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
jloleysens and elasticmachine committed Apr 17, 2020
1 parent b81f926 commit eefafa2
Showing 1 changed file with 55 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}
}
Expand Down

0 comments on commit eefafa2

Please sign in to comment.