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
Two pipes are recognized and supported: | head N and | tail N.
There are additional pipes that we recognize in EQL because their names were around for Endgame EQL (docs).
We don't support these pipes. However the message says "yet" and that can be misleading about roadmap. We should update it to either say "unrecognized pipe", "this pipe is not supported" or something similar.
Two pipes are recognized and supported:
| head N
and| tail N
.There are additional pipes that we recognize in EQL because their names were around for Endgame EQL (docs).
We don't support these pipes. However the message says "yet" and that can be misleading about roadmap. We should update it to either say "unrecognized pipe", "this pipe is not supported" or something similar.
See
elasticsearch/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/LogicalPlanBuilder.java
Lines 324 to 353 in a92a647
The text was updated successfully, but these errors were encountered: