Skip to content
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

[ES|QL] Support the CHANGE_POINT command #211543

Open
4 tasks
stratoula opened this issue Feb 18, 2025 · 1 comment
Open
4 tasks

[ES|QL] Support the CHANGE_POINT command #211543

stratoula opened this issue Feb 18, 2025 · 1 comment
Assignees
Labels
enhancement New value added to drive a business result Feature:ES|QL ES|QL related features in Kibana impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Team:ESQL ES|QL related features in Kibana

Comments

@stratoula
Copy link
Contributor

Describe the feature:

This PR elastic/elasticsearch#120998 added support on the CHANGE_POINT command. (it is on snapshot releases)

We will need to:

  • Support in client side validation
  • Support in prettifier
  • Support in ast parser
  • Support in autocomplete

This command is used for change point detection (ML command). The syntax goes like:

FROM k8s
  | STATS count=COUNT() BY @timestamp=BUCKET(@timestamp, 1 MINUTE)
  | CHANGE_POINT count ON @timestamp AS type, pvalue

More examples here https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/esql/qa/testFixtures/src/main/resources/change_point.csv-spec

@stratoula stratoula added enhancement New value added to drive a business result Feature:ES|QL ES|QL related features in Kibana impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Team:ESQL ES|QL related features in Kibana labels Feb 18, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

@darnautov darnautov self-assigned this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:ES|QL ES|QL related features in Kibana impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Team:ESQL ES|QL related features in Kibana
Projects
None yet
Development

No branches or pull requests

3 participants