Skip to content

Commit aefb994

Browse files
committed
Add attributes
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
1 parent e0df7d2 commit aefb994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/opensearch/plugin/insights/settings/QueryInsightsSettings.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ public class QueryInsightsSettings {
142142
);
143143

144144
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",
146146
false,
147147
Setting.Property.Dynamic,
148148
Setting.Property.NodeScope
149149
);
150150

151151
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",
153153
false,
154154
Setting.Property.Dynamic,
155155
Setting.Property.NodeScope

0 commit comments

Comments
 (0)