// 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: { "cluster.indices.close.enable": false, "indices.recovery.max_bytes_per_sec": "50mb", }, transient: { "*": null, }, }); console.log(response); ----