Kibana in docker, and savedObjects

Hi all, can anyone give me some advice. We're hosting both elasticsearch, and kibana in docker containers (using Kubernetes), and as part of the pod startup, I need to make sure that all the Kibana savedObjects are up to date. I also have spaces where some savedObjects need to be assigned to.

What is the best way to do this..? Is it even possible with the Kibana REST api

Thanks
Mat

This is the kibana saved objects api.
https://www.elastic.co/guide/en/kibana/master/saved-objects-api.html
If you have a single source of truth for you up-to-date objects, I'd use the export api on that and then the import api.

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