{
"error": {
"root_cause": [
{
"type": "remote_transport_exception",
"reason": "[elk-mgm-node3][10.138.0.8:9300][cluster:admin/settings/update]"
}
],
"type": "illegal_argument_exception",
"reason": "unable to consistently parse [cluster.routing.allocation.disk.watermark.low=100gb], [cluster.routing.allocation.disk.watermark.high=50gb], and [cluster.routing.allocation.disk.watermark.flood_stage=95%] as percentage or bytes",
"caused_by": {
"type": "parse_exception",
"reason": "failed to parse setting [cluster.routing.allocation.disk.watermark.flood_stage] with value [95%] as a size in bytes: unit is missing or unrecognized"
}
},
"status": 400
}
@pastechecker
is there any direct way to force cluster settings ?
Due to this I am not able to change routing as well
PUT /_cluster/settings
{ "transient": { "cluster.routing.allocation.enable": "all" }}
Output
{
"error": {
"root_cause": [
{
"type": "remote_transport_exception",
"reason": "[elk-mgm-node3][10.138.0.8:9300][cluster:admin/settings/update]"
}
],
"type": "illegal_argument_exception",
"reason": "unknown setting [archived.cluster.routing.allocation.disk.watermark.high] did you mean any of [cluster.routing.allocation.disk.watermark.high, cluster.routing.allocation.disk.watermark.low]?",
"suppressed": [
{
"type": "illegal_argument_exception",
"reason": "unknown setting [archived.cluster.routing.allocation.disk.watermark.low] did you mean any of [cluster.routing.allocation.disk.watermark.low, cluster.routing.allocation.disk.watermark.high]?"
}
]
},
"status": 400
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.