File: 272e27bf1fcc4fe5dbd4092679dd0342.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 (11 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// This file is autogenerated, DO NOT EDIT
// migration/migrate_9_0.asciidoc:604

[source, python]
----
resp = client.indices.add_block(
    index=".ml-anomalies-custom-example",
    block="write",
)
print(resp)
----