Kibana dashboards not imported through filebeat-oss

Hello I’m testing the Opendistro ELK and I’m struggling with the setup of the dashboards. I followed the instructions where I’ve to run filebeat setup --dashboards --pipelines --index-management. The command completes successful with the messages:

ILM policy and write alias loading not enabled.

Index setup finished.
Loading dashboards (Kibana must be running and reachable)
Loaded dashboards
Loaded Ingest pipelines

The index is created and filebeat sends data without any problems. I can see the data in Kibana as well, but I don’t have any dashboards. If I click on dashboards in Kibana, I only can create a new one, no dashboards are installed.

In my filebeat.yml setup.dashboards.enabled: true is set correctly. Kibana shows no errors at all.
Can someone give some hints where I can find the dashboards? Do I miss something?

Thanks for help.

This had me stumped as well. Thankfully, darkdragn came up with a fix here.
Basically, you need to specify the tenant in your (whatever)beat.yml file -

setup.kibana:
  headers:
    securitytenant: global