-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Lens] Allow metric visualization to drill down #122879
Comments
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
Pinging @elastic/kibana-app-services (Team:AppServicesSv) |
@ppisljar I think we discussed this a while back - based on the current structure this would not only affect Lens but also other visualization types. What do you think about rolling out this change? It would basically mean adding a |
@flash1293 something worth setting up a poc branch so ppl can play with it. also, the issue talks about drilling down, which could be achieved by adding a drilldown link to the panel, but it won't add an exists filter to the target dashboard. cc @vadimkibana is something like this possilble with drilldowns at the moment if we would add filtering capacity to metrics ? |
I think it's about clicking the metric itself, not opening the context menu. |
As reported in our forum, it seems there is a regression and single metrics can't be used on drilldowns or to set up an "exists" filter. This is happening for both the legacy and the metric types. On the other hand, when the metric is split, the drilldown is available. Also, #147148 is reporting something similar. (Checked in 8.11.4-SNAPSHOT and 8.10.4) |
They are not supported if the metric is count of records, it should be supported if it is a count of a field. This happens because drilldowns are tied to the filters and clicking a count metric doesnt provide a filter. |
Hi, |
@prakashgupta1605 I agree with you! I think it makes sense to allow drilldowns not tied to the filters. But with the current implementation and functionality this is not a bug. I will discuss the enhancement request with the presentation team and I will create an issue. |
Another point. As per the elastic documentation, the drilldown should work for Vega visualizations as well. Could you please help me how do I make the drilldown work in Vega. |
@stratoula Thanks for understanding. Could you please share the issue once its created. |
Thanks so much for the feedback, @prakashgupta1605! Have you seen the new Links panel made available in 8.11? It sounds perfect for your use case! We created this panel specifically with dashboard navigation in mind. At least for now, we do not have a plan to allow for drilldowns without filters, since this goes against what drilldowns are meant to be used for - specifically, drilldowns are designed to carry vis-specific context across dashboards so that data is narrowed / drilled down on (hence the name) as the user navigates. The links panel, on the other hand, gives the author control over what context is carried over from dashboard to dashboard, and it does not add any vis-specific context like drilldowns do. Please let us know if this does not work for you 🙇 |
Describe the feature:
Allow a user to configure a lens metric vis to drill down passing an exists filter for the selected metric (and including any global filter state)
Describe a specific use case for the feature:
When I see a metric is not performing well on a dashboard
And I have a separate "drilldown dashboard" that details a single metric's performance holistically
I need to create a drill down from the metric overall to a target dashboard
So I can investigate "all" of something without breaking it down
The text was updated successfully, but these errors were encountered: