Class GetSecuritySettingsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.GetSecuritySettingsRequest
Get security index settings.
Get the user-configurable settings for the security internal index
(.security
and associated indices). Only a subset of the index
settings — those that are user-configurable—will be shown. This includes:
index.auto_expand_replicas
index.number_of_replicas
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "security.get_settings
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Time
Period to wait for a connection to the master node.static GetSecuritySettingsRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetSecuritySettingsRequest,GetSecuritySettingsResponse, _ENDPOINTErrorResponse> Endpoint "security.get_settings
".
-
-
Method Details
-
of
public static GetSecuritySettingsRequest of(Function<GetSecuritySettingsRequest.Builder, ObjectBuilder<GetSecuritySettingsRequest>> fn) -
masterTimeout
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.API name:
master_timeout
-