Skip to content

Commit

Permalink
Set default true for field name and type (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd authored Oct 11, 2024
1 parent fb24118 commit f333ec8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ public class QueryInsightsSettings {

public static final Setting<Boolean> TOP_N_QUERIES_GROUPING_FIELD_NAME = Setting.boolSetting(
TOP_N_QUERIES_GROUPING_SETTING_PREFIX + ".attributes.field_name",
false,
true,
Setting.Property.Dynamic,
Setting.Property.NodeScope
);

public static final Setting<Boolean> TOP_N_QUERIES_GROUPING_FIELD_TYPE = Setting.boolSetting(
TOP_N_QUERIES_GROUPING_SETTING_PREFIX + ".attributes.field_type",
false,
true,
Setting.Property.Dynamic,
Setting.Property.NodeScope
);
Expand Down

0 comments on commit f333ec8

Please sign in to comment.