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

11 lines
249 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({
flat_settings: "true",
});
console.log(response);
----