By default, it returns only settings that have been explicitly defined. ##Required authorization
- Cluster privileges:
monitor
Query parameters
-
If
true, returns settings in flat format. -
If
true, returns default cluster settings from the local node. -
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.
Values are
-1or0. -
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Values are
-1or0.
GET
/_cluster/settings
Console
GET /_cluster/settings?filter_path=persistent.cluster.remote
curl \
--request GET 'http://api.example.com/_cluster/settings'