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

9 lines
221 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.cluster.getSettings();
console.log(response);
----