14 lines
366 B
Plaintext
14 lines
366 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": "90%",
|
|
"cluster.routing.allocation.disk.watermark.high": "95%",
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|