-
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
Enhancement: Flow Generator & Flow viewer - linking dashboards & passing filters #16807
Comments
We are planning this feature as generic as possible so everyone in community can give their comments so we can design better for community. |
Hi Guys, @cjcenizal @marius-dr @tsullivan @LeeDr @bhavyarm @w33ble @weltenwort We are expecting someone will comment on this feature, Currently we are developing for in-house usage. We were thinking incase -anything on same lines exists or planned, We can be part of that. Regards |
@elastic/kibana-sharing @elastic/kibana-design Hey teams, could you take a look at this issue and comment? |
Thanks!! Appreciate ur quick attention |
Can you expand a bit on the problems you are trying to solve with this feature @jollyparamjit? I'm having a bit of a tough time following it, but from what I can tell there are a few features we are working on that may help ease some of the pain you are trying to address. One issue is drill down links: #12560. I think this covers the issue with applying filters incrementally and opening up different dashboards, but please correct me if I am misunderstanding. Another issue is dashboard level index patterns: #16917. It seems like this might be in line with your desire to choose the index pattern first in the flow, and then create a dashboard where all visualizations are based off that index pattern. Another issue is dashboard templates/nested dashboards: #16919. You mention What isn't being worked on or planned for is the ability to choose an index pattern without first going into management, though we could always add that in later. Time series visual builder does something like this - letting the user choose index patterns that may not be first created in management. Hope this helps. |
Hi @jitendra-kumawat/@jollyparamjit I am explaining exact requirement with example . In Dashboard 1 we have pie chart showing multiple Operating System like Windows,linux,Android . When I click on Windows in Dashboard 1 then it should redirect to Dashboard 2 and should show Browsers having Operating System as Windows . Is it possible through this? Thanks & Regards, |
Thanks a lot for all the interaction and the detailed sharing of mocks here. As @stacey-gammon pointed out in a previous comment a lot of the underlying features are already tracked in several different issues (all linked above). I would close this issue, not because we are not looking into how to bring something like that into Kibana, but in favor of the more specific issues above, so we can chunk it into manageable efforts. Please feel free to stay with us and keep interacting on the above issues. Your feedback is highly welcome there. |
Describe the feature:
Flow Generator & Flow viewer - linking dashboards & passing filters
Create a flow(inter-linked dashboard ) using Kibana dashboards and indices available in ES .
While creating flow following features are required:-
Flow Viewer:
Currently kibana support visualise data in single standalone dashboard for any index available in elastic search and that index must be created in kibana’s management tab before hand via create index-pattern functionality. Currently It’s not providing multiple dashboard linking in a specific flow (linear type or tree type), also passing selection(filters) on to linked dashboards. Also need breadcrumb support in flow of dashboards to support move back to specific previous dashboard.
This feature in kibana can be developed as plugin or in-code of kibana. (We prefer plugin way - tried in our poc).
Prerequisite requirement for plugin
Follow below steps to create flow in plugin
Eventual goal is to achieve two features here:
For details follow the screenshots or pdf below:
Flow Generator Kibana Detailed Screen Pdf
In case needed we can have conference call or chat to discuss about our idea. We can even present our plugin POC to show case the real capability. There might be some specific implementation which we can remove on your comments so generically used by industry.
Feature raised by @jitendra-kumawat ([email protected])/@jollyparamjit ([email protected])
The text was updated successfully, but these errors were encountered: