You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -369,11 +369,6 @@ public enum Cap {
369
369
*/
370
370
GROK_DISSECT_MASKING,
371
371
372
-
/**
373
-
* Avid GROK and DISSECT attributes being removed when resolving fields.
374
-
* see <a href="https://github.com/elastic/elasticsearch/issues/127468"> ES|QL: Grok only supports KEYWORD or TEXT values, found expression [type] type [INTEGER] #127468 </a>
375
-
*/
376
-
KEEP_REGEX_EXTRACT_ATTRIBUTES,
377
372
/**
378
373
* Support for quoting index sources in double quotes.
379
374
*/
@@ -1090,7 +1085,13 @@ public enum Cap {
1090
1085
/**
1091
1086
* Full text functions in STATS
1092
1087
*/
1093
-
FULL_TEXT_FUNCTIONS_IN_STATS_WHERE;
1088
+
FULL_TEXT_FUNCTIONS_IN_STATS_WHERE,
1089
+
1090
+
/**
1091
+
* Avid GROK and DISSECT attributes being removed when resolving fields.
1092
+
* see <a href="https://github.com/elastic/elasticsearch/issues/127468"> ES|QL: Grok only supports KEYWORD or TEXT values, found expression [type] type [INTEGER] #127468 </a>
0 commit comments