Files
elasticsearch-js/docs/doc_examples/4f6694ef147a73b1163bde3c13779d26.asciidoc
2024-09-24 10:04:11 -05:00

12 lines
277 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.nodes.stats({
human: "true",
filter_path: "nodes.*.indexing_pressure",
});
console.log(response);
----