-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Provide drilldown capability for Saved Search panels on a Kibana Dashboard #73283
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@jeffvestal it looks like you have a number of use cases:
|
Thanks for the extra info @streamich! There definitely are a few different use cases. I did see the couple issues you linked, which will address some of the potential uses for drilldowns here. I didn't see any of them mention Saved Search panels specifically, so I wanted to call that out. Having custom urls with context loading will be very helpful. I really like the idea of in-panel drilldowns. If you look at the second screen shot I originally posted, the bottom panel has Node specific metrics (heap, fs, load). I had one user ask for the ability to click on a cluster_name from the "Clusters" panel, and then show all the nodes associated with that cluster and their metrics. So being able to drill down by a cluster name, and redraw that panel with the filtered node info panel below it would be very slick. |
I would like to see a similar capability. I have a basic dashboard that filters using controls a saved search. I would like to be able to take a row from that saved search and be able to drill down using 4 or 5 fields from that row to filter another search. One record in my saved search could result in another search of about 10 to 15 records. So basically being able to drill down from a saved search record, using fields from that record to filter the next saved search. |
I would also like to see drilldown on saved search. Let's say, I have a saved search with 4 columns: alert_id, server_id, alert_category, timestamp I would like to be able to configure the drilldowns to be performed on each column (alert_id would drilldown to an "Alert dashboard", server_id would drilldown to a "Server dashboard", no drilldowns on other columns). Alternatively, I would like to be able to configure an additional 'drilldown' column that would list all the drilldowns for the whole row: Alert dashboard, Server dashboard. Seems like it would make drilldowns a bit more discoverable on large table that can be a bit intimidating. Many thanks for this wonderful new capability |
It would be good if users could use drill-downs from the options menu as well as the field level. That way users can apply multiple filters before going to the options menu to move to another dashboards. Currently they have to apply the filters to the query, then click on one of the fields to find the drill-down menu. Having the drill-down menu in options would allow drill-downs to work with both visuals and saved search dashboards. The user would be able to move to any dashboard of their choosing. Not just the dashboards paths configured for them. |
I was just discussing this requirement today. The requirement is you have a dashboard and you use elements to filter the data until you find an interesting item. You then want to shift to a detailed analysis view dashboard using drilldown but filtered on an element of that document. You can just about achieve that through building an aggregation viz based on the doc id and using that to drill down but it's clunky and means creating inneficient aggs that run on every load of the dashboard. |
Any update on this request? Is it on the roadmap? We have a customer that is requesting this capability. |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Describe the feature:
I would like to drilldown from a "Saved Search" panel on a Kibana dashboard
Describe a specific use case for the feature:
I have a transform that provides monitoring data information with the cluster as an entity. On an Operational dashboard, I would display this data frame index (transform output) as a Saved Search panel. When I want to "drilldown" on a cluster, I would like to be able to link to the Stack Monitoring app for that specific cluster (using cluster_uuid as part of the url). I would take an arbitrary url with the ability to embed context to complete the url
Other transform saved search panels would benefit from the ability to link back to Discover to view the original source documents that fed into the transform. linking to another dashboard for additional context, or other Solution apps.
Part of : #42845 #55324 #78289
The text was updated successfully, but these errors were encountered: