1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
// This file is autogenerated, DO NOT EDIT
// troubleshooting/common-issues/disk-usage-exceeded.asciidoc:90
[source, python]
----
resp = client.cluster.put_settings(
persistent={
"cluster.routing.allocation.disk.watermark.low": None,
"cluster.routing.allocation.disk.watermark.low.max_headroom": None,
"cluster.routing.allocation.disk.watermark.high": None,
"cluster.routing.allocation.disk.watermark.high.max_headroom": None,
"cluster.routing.allocation.disk.watermark.flood_stage": None,
"cluster.routing.allocation.disk.watermark.flood_stage.max_headroom": None,
"cluster.routing.allocation.disk.watermark.flood_stage.frozen": None,
"cluster.routing.allocation.disk.watermark.flood_stage.frozen.max_headroom": None
},
)
print(resp)
----
|