23 lines
571 B
Plaintext
23 lines
571 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: {
|
|
clusterB: {
|
|
mode: "proxy",
|
|
skip_unavailable: "true",
|
|
server_name: "clusterb.es.region-b.gcp.elastic-cloud.com",
|
|
proxy_socket_connections: "18",
|
|
proxy_address: "clusterb.es.region-b.gcp.elastic-cloud.com:9400",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|