Hi.
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?
I do not want to save all of saved objects.