-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Import, export and clone saved objects #1552
Comments
That said, I personally don't think sharing a visualization from one cluster to another would be too useful, since the other person will have different data, indices, fields, etc. It might be useful for tutorials, or blog posts, but even then the author could provide just the hash part of the url. Thoughts? |
Cross-cluster sharing may not work, but sharing the URL with people who have access to the same cluster/index is handy! |
As a workaround you can go to settings -> objects -> visualizations and copy all the fields from there and paste them into another search (create a new one and save it) even on another elk server |
@robozu thanks for the advice |
Also, if I have mutiple environments like Dev, Test and Production with separate ELK infrastructure, this feature would be nice so we can migrate visualizations from environments. Unless there is another way to accomplish the same task. |
+1 for the dashboard export feature - really handy for being able to move between dev, test and prod |
+1, for the same reason as mentioned by @abh1nav |
+1 |
1 similar comment
+1 |
Copying comment from related ticket: |
+1 |
We really need the ability to import and export dashboards to a gist. We have an open source project that uses es and it's really nice for us to send our customers hosting locally a nice looking dashboard.. |
+1 to help with dev/test/prod synchronization |
👍 @spenceralger: re:
For our use case, we have several elasticsearch instances that share the same indices and fields, but different data. So while the the data changes, the format won't. This would be super helpful. Thanks all |
👍 |
FYI: We were able to work around this by using Elasticdump -- simply pull the .kibana mapping and data from one instance and shove it into another :) |
So I really liked the kibana 3 ability where you have a set of "static" dashboards stored in json files on disk, and managed via config management, rather than everyone being able to change everything inside the elasticsearch index. |
+1 |
+1000 :) |
👍 |
+1 |
1 similar comment
+1 |
+1 for dev/test/prod synchronization |
+1 very helpful to share the basic dashboard/visualizations. sharing to get new users quickly get started. And not sharing the url to avoid conflicts from modifications. each user should have their own copy instead of sharing one. |
+1 Read it being available from 4.1.0 release |
+1 |
+1 we have multiple deployed environments before we productionise the dashboards. |
For the moment I use the following script with a crontab every night! You have to create a folder /home/kibana-backups/
sh save_kibana_task.sh <suffix_name_for_backup>
sh restore_kibana_task.sh <suffix_name_for_backup_to_restore> Of course give them necessary right for bash script +x!!! |
I wrote a Ruby script that can copy a dashboard, its visualizations, and their saved searches from one Kibaba 4 cluster to another. |
Hi Jim, How to use the script? |
It's a ruby script intended to be run from the command line on Linux. ruby copy-kibana-dashboard.rb --help You will need to know the host and port of the source and destination ES clusters example ruby copy-kibana-dashboard.rb --from-host old-cluster-host --to-host On Wed 24/06/15 10:16 AM , ajay2881 [email protected] sent:
|
Thanks Jim |
+1 built in export/import |
+1 |
3 similar comments
+1 |
+1 |
+1 |
The issue is not dumping and restoring, but importing a dashboard you had on 3 to 4 or from machine to machine without having to mess alter the index. +1 |
We won't be supporting export/import from Kibana 3 to Kibana 4. However, you can currently import/export from one machine to another. See #3573. |
+1 |
As visualize configuration can be more complex in Kibana 4 than in 3 and visualize are part of dashboard, import / export feature should be great to share visualize with other people.
Update: request applies to dashboard as well, see #1551
The text was updated successfully, but these errors were encountered: