Skip to content

Commit

Permalink
Enable coordinator search.request_stats_enabled by default
Browse files Browse the repository at this point in the history
Signed-off-by: David Zane <[email protected]>
  • Loading branch information
dzane17 committed Oct 11, 2024
1 parent d6ea8eb commit c340f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class SearchRequestStats extends SearchRequestOperationsListener {
public static final String SEARCH_REQUEST_STATS_ENABLED_KEY = "search.request_stats_enabled";
public static final Setting<Boolean> SEARCH_REQUEST_STATS_ENABLED = Setting.boolSetting(
SEARCH_REQUEST_STATS_ENABLED_KEY,
false,
true,
Setting.Property.Dynamic,
Setting.Property.NodeScope
);
Expand Down

0 comments on commit c340f9c

Please sign in to comment.