Importing example dashboard

i am using 6.5.2 elasticsearch and trying to import metric beat 6.2.4 sample dashboard
kibana/6/dashboard/Metricbeat-system-overview.json
but it throws "saved objects file format is invalid and cannot be imported"
My index pattern is all_metricbeat and not metricbeat_* .
I even tried with 6.5.2 metricbeat example but i get same error .
how can i import sample dashboard/visualization ?

i managed to import the dashboard and visualisation, but it says invalid index patterns

i changed index pattern from "metricbeat-" to "all_metricbeat" in kibanaSavedObjectMeta.searchSourceJSON section but still i get the same "The index pattern associated with this object no longer exists"

Hi @vijay_kaali :slightly_smiling_face:

You need to use the index pattern metricbeat* for the curated dashboards

Thanks

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