Files
elasticsearch-js/docs/doc_examples/a46f566ca031375658c22f89b87dc6d2.asciidoc
2025-02-03 12:48:17 -06:00

13 lines
295 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.cat.indices({
index: ".ml-anomalies-custom-example",
v: "true",
h: "index,store.size",
});
console.log(response);
----