IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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" }