Query parameters

  • master_timeoutstring

    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 -1 or 0.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • securityobject Required
      Hide security attribute Show security attribute object
    • security-profileobject Required
      Hide security-profile attribute Show security-profile attribute object
    • security-tokensobject Required
      Hide security-tokens attribute Show security-tokens attribute object
GET /_security/settings
GET /_security/settings
resp = client.security.get_settings()
const response = await client.security.getSettings();
response = client.security.get_settings
$resp = $client->security()->getSettings();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_security/settings"