How do you migrate Kibana from one environment to another environment?

How do you migrate Kibana graphs , settings , dashboards from one environment to another environment ?

I have created Dashboard , Graphs etc In Kibana Dev environment.
Now I want to transfer all to Stage environment.

What is the simplest way ?

I am using AWS Elastic Search service (ES V7.1 with Kibana 7.1.1) in Dev and Stage

IMHO

In Kibana, [Saved Object] -> [Export Objects] . Then, you can get a "ndjson" file.
And, you can import it into another env.
As a result, you can migrate some data from one to another environment.

1 Like

Thanks. will check this out.

Incase you need data also, then you must do re-indexing.
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html

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