-
Notifications
You must be signed in to change notification settings - Fork 919
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
[PROPOSAL] Dashboard Rows in OpenSearch Dashboards #353
Comments
I like this idea of being able to show/hide sections of your dashboard. I'd really like an option that takes this further and doesn't limit to just working with rows. For instance, I'd like a way to create a panel that I could cycle through views as horizontal tabs. Someone else might like it as vertical tabs and not full width rows. Temporarily hiding individual visualizations that you could easily bring back would also be great. WARNING: Last paragraph summarizes my solution to this immediate need. However, I'm about to explain how dashboard creation and management of visualizations could be much better. No judgement if you skip this section. I think the whole dashboard functionality is a little rudimentary. It's pretty basic and most of the time annoying to use. Right now we perform these tasks:
I bring this up because if this proposal will be worked in a similar way to Grafana as suggested then where do new visualizations get placed? Below all rows? It's already annoying the way it currently is but if I have all my rows expanded and go to add a new one its now potentially even further away from where I would like it placed. What if instead there was a whole new way of creating dashboards. I imagine a future world where I can do the following:
I made steps 2, 3 & 4 obsolete from the previous workflow. You no longer have to find the visualization, resize it or move it. You picked exactly where and how large you wanted the view in this new workflow in step 1. I say view in the workflow above because this should not be limited to just visualizations. Why can't I place a dashboard in a dashboard? All the fundamental pieces are in place within the code to make this happen. SearchSource can have parent SearchSource. So a view could contain children views. Every view will have a SearchSource and these children views will have a SearchSource whose parent is their parent view's SearchSource. Now imagine that this View can do the following:
If you reached all the way here than thank you for listening. Potential Solution |
@JacobBrandt what do you think about adding tags to Viz's? I am thinking that instead of arranging them into groups, we could show and hide Viz's in dashboards (filtering) based on tags. So maybe instead of this, we should add tagging functionality. Maybe the default tag that will be available from the start is "Favorite", it could also accept special styling, Other Functions to the tags could be: (some ideas I had)
|
@galangel I like that you're thinking about tagging as I believe tagging should be possible for when saving the saved objects (visualizations, dashboards, saved searches). I also have thought of an idea that utilized tags but not used in a way as filtering the dashboard view as you proposed here. Tagging would be useful for users to be able to quickly find related views and has benefits not just on the dashboard. One thing that makes a UX great is for features to be instinctively deterministic. I think using tags in the filtering of the dashboard view as you mentioned above has a few grey areas on what the behavior will be. Here are the questions I immediately had when thinking about.
Both of these above dashboard view filtering options for tags you mentioned above are still solvable with the grouping I mentioned I would like to see with views. The benefit to the groups is that they are deterministic because the layouts were designed by the user. So when they switch between views they know what they are getting and exactly how it will look. Also, when they hide views they can bring that view back exactly the same as when they hid it.
Overall, tagging would be a good addition for saved objects as they can help solve many use cases throughout the tool. I still think grouping is the better option though for viewing these saved objects on a dashboard. |
Requirements - What kind of business use case are you trying to solve?
Problem - What blocks you from solving this today?
There is a missing feature to create rows or separators between sections of a long dashboard. This would allow for separations of parts of a dashboard and the ability to collapse sections when not in use.
Everything in a dashboard is singular to a specific dashboard. We would need to create the notion of the ability to link dashboards or copy dashboard configurations into another dashboard.
Proposal - what do you suggest to solve the problem or improve the existing situation?
There are two ways we can solve this:
4. Same as creating dashboards and adding visualizations, but adding dashboards
We would like to create a way to add a row and drag existing panels into and between rows for example this is possible in Grafana.
When adding a new panel in OpenSearch Dashboards, you should also have an option to add a row.
The row could be renamed, or deleted for example this in Grafana.
The user may drag panels into rows or between rows.
Assumptions
The user can create dashboards as new, or editing existing dashboards or linking existing dashboards, or copied into existing dashboards.
Any open questions to address
How would the export of these dashboards work in Kibana? We would need to think about how this feature works with backward and forward compatibility.
The text was updated successfully, but these errors were encountered: