Commit aefb994 1 parent e0df7d2 commit aefb994 Copy full SHA for aefb994
File tree 1 file changed +2
-2
lines changed
src/main/java/org/opensearch/plugin/insights/settings
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,14 +142,14 @@ public class QueryInsightsSettings {
142
142
);
143
143
144
144
public static final Setting <Boolean > TOP_N_QUERIES_GROUPING_FIELD_NAME = Setting .boolSetting (
145
- TOP_N_QUERIES_GROUPING_SETTING_PREFIX + ".field_name" ,
145
+ TOP_N_QUERIES_GROUPING_SETTING_PREFIX + ".attributes. field_name" ,
146
146
false ,
147
147
Setting .Property .Dynamic ,
148
148
Setting .Property .NodeScope
149
149
);
150
150
151
151
public static final Setting <Boolean > TOP_N_QUERIES_GROUPING_FIELD_TYPE = Setting .boolSetting (
152
- TOP_N_QUERIES_GROUPING_SETTING_PREFIX + ".field_type" ,
152
+ TOP_N_QUERIES_GROUPING_SETTING_PREFIX + ".attributes. field_type" ,
153
153
false ,
154
154
Setting .Property .Dynamic ,
155
155
Setting .Property .NodeScope
You can’t perform that action at this time.
0 commit comments