-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:ES|QLES|QL related features in KibanaES|QL related features in KibanaTeam:ESQLES|QL related features in Kibana t//ES|QL related features in Kibana t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.
Description
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 [ES|QL] Validation and autocomplete support for the
CHANGE_POINTcommand #216043 - Support in prettifier [ES|QL]
CHANGE_POINTcommand support in pretty-printing andVisitor#214389 - Support in ast parser [ES|QL] Adds parsing support for
CHANGE_POINTcommand #213982 - Support in autocomplete [ES|QL] Validation and autocomplete support for the
CHANGE_POINTcommand #216043
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 KibanaES|QL related features in KibanaTeam:ESQLES|QL related features in Kibana t//ES|QL related features in Kibana t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.