Files
elasticsearch-js/docs/doc_examples/615dc36f0978c676624fb7d1144b4899.asciidoc
2025-03-07 15:18:44 -06:00

12 lines
269 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.indices.getDataLifecycleStats({
human: "true",
pretty: "true",
});
console.log(response);
----