Hi there!
I am trying to do a bulk import of dashboards from an old elasticsearch cluster into a new one. It appears that some of our dashboards/visualizations are not importing as objects, apparently because some of the fields that they query on do not yet exist in the new cluster.
Rather than waiting for the first record containing those fields to be indexed, I would like to import those dashboard & visualization objects now. This seems like it should be possible, and that they should simply return no RESULTS, rather than blocking me from importing, right??
Is there a good way for me to accomplish this?? Maybe by manually adding those objects to the .kibana index via the index api??
This is the error I get from kibana:
Plus stack trace:
Error: Could not locate that index-pattern-field (id: TEST_SUITE_TIME_ELAPSED)
at FieldAggParamFactory.FieldAggParam.deserialize ()
at
at Array.forEach (native)
at AggConfigFactory.AggConfig.fillDefaults ()
at new AggConfig ()
at
at Array.map (native)
at new AggConfigs ()
at VisFactory.Vis.setState ()
at SavedVis._updateVis ()
Thank you!