Files
elasticsearch-js/docs/doc_examples/4029af36cb3f8202549017f7378803b4.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);
----