Migrating settings and dashboards from an offline instance (Kibana/Metricbeat/Winlogbeat)

Hi
My Test single Node Cluster is offline due a data corruption.
(Shard Allocation Failed)

However, I would like to export the created dashboards and settings from Kibana (and if possible Metricbeat and WInlogbeat) so that I don't have to create them from scratch.
Is there any way to do this?

Hi @Shaakxuur,

Which version of Elasticsearch are you using? Depending on the version you should be able to use the export saved objects API to pull out the dashboards and related objects, before using the corresponding import saved objects API. Be sure to check the version compatibility matrix in the import documentation to see if the objects are compatible for export and import.

For the Metricbeat and Winlogbeat configuration, you should be able to look at the metricbeat.yml and winlogbeat.yml files where you have installed the respective Beat.

Hope that helps!

Hey Carly,

I'll give that a try, thank you very much :slight_smile:

The last installed version was 8.10.2.
The latest version is 8.14.3.
I don't see any negative effects in the documentation.
Should I first install the new server with version 8.10.2 or can I install 8.14.3 directly?

Looking at the compatibility matrix I think installing 8.14.3 directly should be ok.