Files
elasticsearch-js/docs/doc_examples/a3464bd6f0a61623562162859566b078.asciidoc
2024-07-29 17:10:05 -05:00

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_ecommerce2",
wait_for_active_shards: 1,
remote_cluster: "clusterA",
leader_index: "kibana_sample_data_ecommerce",
});
console.log(response);
----