File: ba10b644a4e9a2e7d78744ca607355d0.asciidoc

package info (click to toggle)
python-elasticsearch 9.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,728 kB
  • sloc: python: 104,053; makefile: 151; javascript: 75
file content (13 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file is autogenerated, DO NOT EDIT
// ccr/apis/follow/put-follow.asciidoc:91

[source, python]
----
resp = client.ccr.follow(
    index=".ds-logs-mysql-default_copy-2022-01-01-000001",
    remote_cluster="remote_cluster",
    leader_index=".ds-logs-mysql-default-2022-01-01-000001",
    data_stream_name="logs-mysql-default_copy",
)
print(resp)
----