Automatically load my pre-created Kibana dashboards while Elasticsearch comes up

We are running kubernetes setups with independently running docker image pods on it for Elasticsearch and Kibana.
I have created the index and Kibana dashboard manually on Kibana GUI and saved it.
I want to save this index (as default) and dashboard configurations with Elasticsearch without the log data. Each time the Elasticsearch instance come up, the index and dashboard should visible from Kibana GUI. After getting new logs from FluentD the Kibana dashboard should show the new logs.

Setup a base snapshot with this info and then restore it after the cluster is provisioned.
That or export the data to json and then load it back in.

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