# Installing beats dashboard into kibana, version 6.x

**URL:** https://discuss.elastic.co/t/installing-beats-dashboard-into-kibana-version-6-x/103952
**Category:** Beats
**Tags:** metricbeat
**Created:** [October 13, 2017, 8:02pm UTC](https://discuss.elastic.co/t/installing-beats-dashboard-into-kibana-version-6-x/103952 "2017-10-13T20:02:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chirgeo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chirgeo/32/23045_2.png) [@chirgeo](https://discuss.elastic.co/u/chirgeo)
#### Post date: [October 13, 2017, 8:02pm UTC](https://discuss.elastic.co/t/installing-beats-dashboard-into-kibana-version-6-x/103952/1 "2017-10-13T20:02:01Z")

</div>

Hi.

I'm testing metricbeat:6.0.0-rc1 and confused on how to import dashboards into kibana when using as output logstash in an automated way(using ansible). I'm installing metricbeat which is configured default to send output to logstash. After metricbeat is running I'm trying to to execute

```
metricbeat setup -E "output.elasticsearch.hosts=[\"http://172.16.1.39:9201\"]" --dashboards

```

but I get error:

`Exiting: error unpacking config data: more then one namespace configured accessing 'output' (source:'/etc/metricbeat/metricbeat.yml')`

I understand that in version 6.x only one output is allowed but how do we import dashboards without changing the config to: stop metricbeat -\> disable logstash -\> enable elasticsearch -\> load dashboards -\> enable logstash -\> start metricbeat? Am I missing smth ?

Thx!

---

<div class="post-metadata">

### Author: ![ruflin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ruflin/32/3116_2.png) [@ruflin](https://discuss.elastic.co/u/ruflin)
#### Post date: [October 16, 2017, 9:26am UTC](https://discuss.elastic.co/t/installing-beats-dashboard-into-kibana-version-6-x/103952/2 "2017-10-16T09:26:44Z")

</div>

Currently it is not possible to import dashboards through Logstash. Assuming you deploy beats automatically and larger number of, it is not encourage to run each with the setup command. So instead I would recommend to have one beat close to Elasticsearch that only is responsible for loading the dashboards and only has the Elasticsearch output.

---

<div class="post-metadata">

### Author: ![chirgeo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chirgeo/32/23045_2.png) [@chirgeo](https://discuss.elastic.co/u/chirgeo)
#### Post date: [October 20, 2017, 5:48am UTC](https://discuss.elastic.co/t/installing-beats-dashboard-into-kibana-version-6-x/103952/3 "2017-10-20T05:48:06Z")

</div>

Hi,

Thx for the replay, yes this seems to be a solution for me, thx. I think some updates in the docs will do a plus for such scenarios.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 17, 2017, 5:48am UTC](https://discuss.elastic.co/t/installing-beats-dashboard-into-kibana-version-6-x/103952/4 "2017-11-17T05:48:31Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
