As proposed in #9 , I've check dotkibana --export all --pkg but entries where _type:index-pattern is not in the exported json.
I see data I expected to found in export with this query
GET /.kibana/_search?q=_type:index-pattern
When I export the kibana config, I can't import them in a new kibana because search need to found the index-pattern
So I need to manually create/define the index-pattern.
My need is to prepare the board in my local vagrant, and then share it via export.
Other developers need to import the config into their local installation.
It must also be able to import new board / visually / search in Kibana production and staging.