20 lines
404 B
Plaintext
20 lines
404 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: {
|
|
my_remote: {
|
|
mode: "proxy",
|
|
proxy_address: "my.remote.cluster.com:9443",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|