Skip to content

Commit

Permalink
updated dedicated query index settings to true
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Oct 21, 2024
1 parent 98edd70 commit 6aa9c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public static final List<Setting<?>> settings() {

public static final Setting<Boolean> ENABLE_DETECTORS_WITH_DEDICATED_QUERY_INDICES = Setting.boolSetting(
"plugins.security_analytics.enable_detectors_with_dedicated_query_indices",
false,
true,
Setting.Property.NodeScope, Setting.Property.Dynamic
);

Expand Down

0 comments on commit 6aa9c7a

Please sign in to comment.