# Kibana dashboards not imported through filebeat-oss

**URL:** https://forum.opensearch.org/t/kibana-dashboards-not-imported-through-filebeat-oss/3979
**Category:** Open Source Elasticsearch and Kibana
**Created:** [October 20, 2020, 11:21am UTC](https://forum.opensearch.org/t/kibana-dashboards-not-imported-through-filebeat-oss/3979 "2020-10-20T11:21:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jd84](https://avatars.discourse-cdn.com/v4/letter/j/e0b2c6/32.png) [@jd84](https://forum.opensearch.org/u/jd84)
#### Post date: [October 20, 2020, 11:21am UTC](https://forum.opensearch.org/t/kibana-dashboards-not-imported-through-filebeat-oss/3979/1 "2020-10-20T11:21:49Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![sircompo](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.opensearch.org/sircompo/32/1047_2.png) [@sircompo](https://forum.opensearch.org/u/sircompo)
#### Post date: [January 28, 2021, 5:07pm UTC](https://forum.opensearch.org/t/kibana-dashboards-not-imported-through-filebeat-oss/3979/2 "2021-01-28T17:07:31Z")

</div>

This had me stumped as well. Thankfully, [darkdragn](https://forum.opensearch.org/u/darkdragn) came up with a fix [here](https://forum.opensearch.org/t/metricbeat-dashboards-for-opendistro-kibana/2061/3).  
Basically, you need to specify the tenant in your (whatever)beat.yml file -

```auto
setup.kibana:
  headers:
    securitytenant: global

```
