Export Index Patterns with all mapping properties / fields

Hey,
I need to export all saved objects from my ES and Kibana environment and import them to a different instance of Kibana and ES. When I did that using the bulk get Objects API, the exported index patterns included only fields that are currently present in the ES data. How can I create/export the index patterns so they will include all the document mapping properties / fields, and not just those who are currently present in my ES data?
I’m using Kibana 6.8.
Thanks

Index patterns are references to indexes, so I don't think exporting / importing index patterns will create the underlying indices. As for the mappings, the relevant mappings for saved objects are in the .kibana index, and are automatically managed by Kibana.

If you want to move actual underlying indices and their data across, you'd need to do that separately.

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