Filebeat Dashboard load

Hi,
I am trying to get the Filebeat Dashboards loaded , but wont work the usual way.
Version ES/Kibana/Filebeat - 5.6.2
Error:

error loading /tmp/tmp858474757/beats-dashboards-5.6.2/
filebeat/5.x/dashboard/dfbb49f0-0a0f-11e7-8a62-2d05eaaac5cb.json: Failed to load /tmp/tmp858474757/beats-dashboards-5.6.2/filebeat/5.x/dashboard/dfbb49f0-0a0f-11e7-8a62-2d05eaaac5cb.json under /.kibana/dashboard/dfbb49f0-0a0f-11e7-8a62-2d05eaaac5cb: couldn't load json. Error: 404 Not Found. Response body: {"error":{"root_cause":
    [{"type":"type_missing_exception","reason":"type[dashboard] 
    missing","index_uuid":"XOYIk3baSJiLutt_2Fk--Q","index":".kibana-
    6-v2"}],"type":"type_missing_exception","reason":"type[dashboard] 
    missing","index_uuid":"XOYIk3baSJiLutt_2Fk--Q","index":".kibana-6-v2","caused_by":
    {"type":"illegal_state_exception","reason":"trying to auto create mapping, but dynamic 
    mapping is disabled"}},"status":404}
    Exiting

Please help

This link: https://www.elastic.co/guide/en/elasticsearch/guide/current/dynamic-mapping.html says that dynamic mapping is enabled by default. It also explains how to change this behaviour on an index or on just a specific object. What do your index options look like? Is dynamic set to true?

According to this link https://stackoverflow.com/questions/36866957/how-to-create-kibana-index-in-elasticsearch you only need to create your kibana index manually and with dynamic set to true if you set index.mapper.dynamic false previously