-
Notifications
You must be signed in to change notification settings - Fork 913
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
Change the index pattern on a visualization #707
Comments
Related to #379. The ability to change index patterns is a feature of this new visualization creation experience I'm proposing here. |
So the trick here is in how to handle field mapping; we'd probably want some sort of friendly UX to allow the user to choose which fields in the new index pattern correspond to those in the old. |
We're currently looking for someone to take over and finish this PR: #1132 The remaining work is essentially:
|
We are very much in need of this feature, would save a ton of time when changing out the data architecture but not the underlying data. Exporting/importing is too error prone |
Any updates on this? |
One of the most requested features in Kibana was the ability to change the index pattern on a visualisation. This issue was eventually closed as it was implemented in Kibana's Lens feature.
Currently, once a visualisation has been made then it is impossible to change the index pattern unless you go into "Saved Objects" and manually alter the visualisation JSON, which is cumbersome, open to all sorts of issues and definitely not for casual users.
It would be useful to provide some simple mechanism to allow users to alter the index pattern once a chart has been created - maybe similar to how index patterns can be changed in the Discover tab.
(Also see elastic/kibana#3668 for additional discussion)
The text was updated successfully, but these errors were encountered: