Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround the dashboards' reliance on types (#4218)
Kibana still relies on types, and works around it by setting `index.mapping.single_type=false` when creating the `.kibana` index. If the Beats dashboards are inserted before this index is created, however, the import will fail. This adds `single_type=false` when creating the `.kibana` index. This is a temporary solution until Kibana removes types from its usage and we have an API to index the dashboards.
- Loading branch information