Hi,
I have an interesting use case and I would like to know if it's possible to avoid creating the same visualizations/dashboards multiple times.
I have two elastic stack environments. One environment will be only for the data from staging and the other one for the data from production. The data from both stages have the exact same structure.
We would like to know if it's possible to deploy the visualization/dashboard to each elastic stack environment and to have them stored as code in a repository, in order to be sure that each time they are in sync. Maybe to do an API call and to create/update all the visualization/dashboards.
Thank you!