New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Cluster Get Settings

edit

The cluster get settings API allows to retrieve the cluster wide settings.

GET /_cluster/settings

Or

GET /_cluster/settings?include_defaults=true

In the second example above, the parameter include_defaults ensures that the settings which were not set explicitly are also returned. By default include_defaults is set to false.

Was this helpful?
Feedback