I use ansible in order to list the available (imported) beat-dashboards. I select a number of dashboards to import to a number of spaces and it works fine. However, I get a 404 error when I click a "sub/included" dashboard. Say I click the imported "Syslog..." dashboard and want to look at "SSH logins" I immediately get a 404 error. I use the Kibana "Copy saved object API" (/api/spaces/_copy_saved_objects) to copy the dashboards from a "master dashboard space" to other spaces.
An example:
Link to "sub dashboard" for syslog master dashboard
.../app/dashboards#/**dashboard**/5517a150-f9ce-11e6-8115-a7c18106d86a-ecs
The link rendered when I click the "sub dashboard"
/app/dashboards#/**view**/5517a150-f9ce-11e6-8115-a7c18106d86a-ecs
When I perform the same in the "dashboard" space from which I copy the dashboards it works fine. What am I doing wrong?