21 lines
823 B
Plaintext
21 lines
823 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.cluster.putSettings({
|
|
persistent: {
|
|
"cluster.routing.allocation.disk.watermark.low": null,
|
|
"cluster.routing.allocation.disk.watermark.low.max_headroom": null,
|
|
"cluster.routing.allocation.disk.watermark.high": null,
|
|
"cluster.routing.allocation.disk.watermark.high.max_headroom": null,
|
|
"cluster.routing.allocation.disk.watermark.flood_stage": null,
|
|
"cluster.routing.allocation.disk.watermark.flood_stage.max_headroom": null,
|
|
"cluster.routing.allocation.disk.watermark.flood_stage.frozen": null,
|
|
"cluster.routing.allocation.disk.watermark.flood_stage.frozen.max_headroom":
|
|
null,
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|