Skip to content

[ES|QL] Support the CHANGE_POINT command #211543

@stratoula

Description

@stratoula

Describe the feature:

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

We will need to:

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

Metadata

Metadata

Assignees

Labels

Feature:ES|QLES|QL related features in KibanaTeam:ESQLES|QL related features in Kibana t//enhancementNew value added to drive a business resultimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions