Added new docs examples (#1233)
This commit is contained in:
committed by
GitHub
parent
83e5147d9d
commit
148f2fd864
11
docs/doc_examples/1dbb8cf17fbc45c87c7d2f75f15f9778.asciidoc
Normal file
11
docs/doc_examples/1dbb8cf17fbc45c87c7d2f75f15f9778.asciidoc
Normal file
@ -0,0 +1,11 @@
|
||||
// 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.cluster.state({
|
||||
filter_path: 'metadata.indices.*.stat*'
|
||||
})
|
||||
console.log(response)
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user