How to backup all my visualization and dashboard using version control like GIT?

How to backup all my visualization and dashboard using version control like GIT?

2 Likes

hi @sadiesh

You can export all your saved objects (visualizations, dashboards, ...) to a file using the "export" button under "Management". You can also import such files. So you can put those files under version control.

1 Like

Thanks Thomas. We are planning to automate the process rather than doing manually. There will some folder storing all viz and dashboard info in kibana or es. Thought of pushing those info into a git repo.

1 Like

For more automated way, you could export the relevant objects from the .kibana index (visualizations, dashboards, ...). But you'll be relying more on implementation details of Kibana, and they can change over time. So for now, I'd use the export-functionality if possible.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.