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

13 lines
312 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.putSettings({
persistent: {
"logger.org.elasticsearch.xpack.security.authc.saml": "debug",
},
});
console.log(response);
----