-
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 drill-down capability in the dashboard options menu in Kibana #85013
Comments
@mbudge, 7.11 release will have this pr @elastic-jb @streamich , I now wonder if it would be valuable to have this for dashboard drilldown also. |
Our users need to be able to use drill-down paths from saved search dashboards. |
I've developed a set of dashboards that present information about "jobs" from different angles, such as CPU usage and memory usage. (What kind of jobs, on what platform? Not especially relevant here. If you prefer, for "jobs", read "tasks" or "processes".) Each of these dashboards is designed to present information about multiple jobs; to compare jobs, and highlight jobs with relatively high values; for example, in charts with titles such as "Top 10 Maximum CPU Usage by Job Name". In each "... by Job Name" visualization, I've defined a "View job details" drill-down to a "Job Details" dashboard that is designed to present information about a single job from multiple angles. This raises various questions related to this issue:
For further reading on some of these questions, see the following topic (that I created) in the Elastic Kibana discussion forum: "Defining drill-downs per visualization a tad tedious?". |
Is there any progress on this issue, or any other issue being worked on that might help here? I get the feeling that I'm missing something, or coming at this from the wrong angle: only 3 comments on this issue and no one assigned? (And #70653, also unassigned?) I would have thought this was a common use case: a set of dashboards presented as a hierarchy, and for Kibana to show your position in that hierarchy. |
It's something that we've bumped in to as well, so at least more than just you @GrahamHannington |
Hi,
We think it would be easier for operators to navigate drill-down dashboards via the options menu, as well as selecting the path by clicking one of the cells.
This is because operators often select multiple filters, for example user.name and host.name or user.name and process.executable before navigating to another dashboard. Currently they have to select all the filters then find the correct field to find the path to the next dashboard. This process could be streamlined by listing all available dashboard paths in the options menu. This should work with both visual and saved search dashboards.
Thanks
The text was updated successfully, but these errors were encountered: