14 lines
364 B
Plaintext
14 lines
364 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.ccr.follow({
|
|
index: "kibana_sample_data_ecommerce",
|
|
wait_for_active_shards: 1,
|
|
remote_cluster: "clusterB",
|
|
leader_index: "kibana_sample_data_ecommerce2",
|
|
});
|
|
console.log(response);
|
|
----
|