You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Today if cluster.routing.weighted.strict is enabled and weights are set for round robin based routing, we restrict all preference based search requests. Ideally we should only restrict _prefer_nodes and _only_nodes search preference to avoid users targeting a specific node/host.
Describe the solution you'd like
Only restrict _prefer_nodes and _only_nodes search preference for weighted round robin, allow other preferences such as _only_local or _local.
Describe alternatives you've considered
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Today if
cluster.routing.weighted.strict
is enabled and weights are set for round robin based routing, we restrict all preference based search requests. Ideally we should only restrict_prefer_nodes
and_only_nodes
search preference to avoid users targeting a specific node/host.Describe the solution you'd like
_prefer_nodes
and_only_nodes
search preference for weighted round robin, allow other preferences such as_only_local
or_local
.Describe alternatives you've considered
NA
The text was updated successfully, but these errors were encountered: