-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]Extend ppl stats
command functionality
#660
Labels
Comments
@YANG-DB @vamsi-amazon
So I am not exactly sure what the scope of this issue is because example 2+3 can be already executed successfully. |
@salyh I've assigned this task to @LantaoJin |
Catch All Triage - 1 2 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
High level Review
The OpenSearch Piped Processing Language (PPL) currently lacks some advanced statistical aggregation capabilities similar to those provided by the
eventstats
command in Splunk Search Processing Language (SPL).This feature request proposes adding new functions and syntax to PPL to enable statistical calculations and aggregations on event data.
Proposed Functionality:
Aggregate statistical calculations:
sum
,count
,min
,max
,avg
, etc., on specific fields or expressions.Conditional aggregations:
Chaining and nesting:
eventstats
commands can be chained in SPL.Integration with existing PPL syntax:
Examples:
The text was updated successfully, but these errors were encountered: