Files
elasticsearch-js/docs/doc_examples/621665fdbd7fc103c09bfeed28b67b1a.asciidoc
2020-06-26 09:24:14 +02:00

12 lines
235 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.count({
filter_path: '-_shards'
})
console.log(response)
----