22 lines
443 B
Plaintext
22 lines
443 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: {
|
|
remote: {
|
|
cluster_two: {
|
|
mode: null,
|
|
seeds: null,
|
|
skip_unavailable: null,
|
|
"transport.compress": null,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|