I am trying to create development environment and production environment for Kibana dashboard (two separate VMs). Idea is to work on dev environment, export json -> import json in production environment.
If I work on new dashboard with new visualizations (or update visualization), then save only dashboard json, would it import all of the new visualizations into production? or do I need to save all of the visualizations as well?
If I have to save each visualization used in my dashboard, do I have to save each object separately? or can I save all of the visualizations and dashboard as one json and import it?
Thanks. I just want to know what happens if I export a dashboard from outside source, and then import to my own kibana, would it create that dashboard without problem?
Also, can I modify each visualizations as well? I am not sure importing the dashboard would create each visualization as saved objects..
Here is my understanding:
each visualization is saved as saved object.
dashboard uses each visualization.
dashboard is tied to each visualization.
so I would need each visualization saved objects for a dashboard that uses it.
If I am misunderstanding, please let me know. Thank you for your help
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.