-
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
Kibana Actions implementation plan #32371
Labels
Comments
lizozom
added
Meta
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
:AppArch
labels
Mar 3, 2019
stacey-gammon
changed the title
Kibana Actions roadmap
Kibana Actions implementation plan
Mar 19, 2019
timroes
removed
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
labels
Mar 27, 2019
Looking forward to this change. This would help and open up a lot of new use cases for Kibana. |
This was referenced Apr 25, 2019
Closed
Hey, Liza. I'm looking for bubble up click and brush events on visualizations to embedded layer. Do you have any updated when It will be available in Kibana ? Or can you give me path forward to implement the same ? My Parent application is Angular 8 and I have integrated Kibana for chart dashboard. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue tracks work of the Kibana Actions of the @elastic/kibana-app-arch team.
Very broadly, actions are executable functions, or a pipeline of functions that will allow enriching the Kibana workflows. Some possible examples are:
Principles
Implementation Plan
Phase 1: Initial Embeddable API Branch
ui/public
into a separate pluginPhase 2: Clean up Embeddable API Branch
chore
Clean up input vs output states. They shouldn't overlap unless an embeddable modifies an input and exports it as an output state.bug
Fix "Add new visualization" functionality (not being added to dashboard)bug
Convert Map embeddable to new API.bug
Grabbing index patterns on dashboard for filter bar needs to be re-implemented.chore
Make sure new CSV export panel action still works, convert if necessary to new APIstest
Add tests that run against the sample functional test plugin.test
Ensure a missing embeddable or action is handled properly as this can happen with plugins installed, that are then uninstalled, but their data still exists on a dashboard for instance.test
Simple container example, test adding an embeddable renders.chore
improve documentation.Phase 3: Create initial PR
Phase 4: Introduce new functionality in secondary PRs
Customize Flow
feature from embeddable panel which adds actions to triggersCustomize time range
feature from embeddable panelPhase 5 & beyond
Additional Resources
Drilldown \ navigate action ticket
Embeddables and Actions design doc
Living architecture doc - Actions
Use cases
Things to keep in mind \ consider:
The text was updated successfully, but these errors were encountered: