It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
LdapSecurityRealmLoadBalance
editLdapSecurityRealmLoadBalance
editThe load balancing configuration for the Elasticsearch security LDAP realm.
Properties
edit-
cache_ttl
(string
) - When using dns_failover or dns_round_robin as the load balancing type, this setting controls the amount of time to cache DNS lookups. Defaults to 1h.
-
type
(string
; allowed values: [failover
,dns_failover
,round_robin
,dns_round_robin
]) - The behavior to use when there are multiple LDAP URLs defined
Example
edit{ "cache_ttl" : "string", "type" : "string" }