elastic / kibana

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

[ML] Embeddable can be "brushed" in a dashboard #112106

Open ghudgins opened 3 years ago

ghudgins commented 3 years ago

Describe the feature: Would like to be able to brush a ML embeddable when it's on a dashboard to cross filter for anomalies.

Nice to have: integration with synchronized cursors that TSVB, Lens, XY support #106845 (this might be a separate issue)

Describe a specific use case for the feature: When I have a dashboard displaying metrics from a variety of datasets And I have a ML embeddable for anomalies on the same dashboard I need to be able to brush the time series of anomalies So I can cross filter other visualizations and gain additional insights

Note: you can work around this by including the .ml- anomaly data view in a lens visualization and cross filtering there. but you lose the lovely ML time series in this case.

Example dashboard Sep-14-2021 09-46-10

elasticmachine commented 3 years ago

Pinging @elastic/ml-ui (:ml)

elasticmachine commented 3 years ago

Pinging @elastic/kibana-presentation (Team:Presentation)

qn895 commented 2 years ago

While we have not yet added brushing support for this Anomaly explorer chart, the PR for synching cursor position with the other Lens chart in Dashboard is here https://github.com/elastic/kibana/pull/123951 🥳