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

14 lines
345 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: "<follower_index>",
wait_for_active_shards: 1,
remote_cluster: "<remote_cluster>",
leader_index: "<leader_index>",
});
console.log(response);
----