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

12 lines
274 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.search({
index: "my-data-stream",
filter_path: "hits.hits._source",
});
console.log(response);
----