elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.63k stars 8.22k forks source link

[ML] Create dedicated API for data drift detection #180987

Open qn895 opened 7 months ago

qn895 commented 7 months ago

Describe the feature:

Currently, we do a lot of logic in the UI side for the data drift detection feature, using Elasticsearch aggregations underneath the hood to compare the data. It would be good to create a Kibana endpoint (or potentially an Elasticsearch API?) so that this feature can be used programmatically via the API.

elasticmachine commented 7 months ago

Pinging @elastic/ml-ui (:ml)