Variable | ENABLE_QUERY_LOAD_BALANCING | |
Introduced Version | 1.14 | |
Description | Allows queries to execute locally on the node that receives the requests | |
Default | true |
Queries posted to /queryjobs
such
as those from the LogScale UI can either start on the local node that
receives the request, or get proxied to the node that is the most likely
to run the query if another instance of the same search has already
started. This helps sharing identical searches in a cluster. Setting this
to false makes requests execute locally on the node that receives them.
ini
ENABLE_QUERY_LOAD_BALANCING=true
See QUERY_COORDINATOR
and NODE_ROLES
for
more information.