Skip to content

Commit

Permalink
updated dedicated query index settings to true (#1365) (#1368)
Browse files Browse the repository at this point in the history
(cherry picked from commit ffcaf43)

Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent dfb94d0 commit 6160ab8
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 6160ab8

Please sign in to comment.