# Send filebeat 6.0 dashboard template to Kibana using logstash

**URL:** https://discuss.elastic.co/t/send-filebeat-6-0-dashboard-template-to-kibana-using-logstash/108690
**Category:** Kibana
**Created:** [November 22, 2017, 9:59am UTC](https://discuss.elastic.co/t/send-filebeat-6-0-dashboard-template-to-kibana-using-logstash/108690 "2017-11-22T09:59:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![samiujan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/samiujan/32/23605_2.png) [@samiujan](https://discuss.elastic.co/u/samiujan)
#### Post date: [November 22, 2017, 9:59am UTC](https://discuss.elastic.co/t/send-filebeat-6-0-dashboard-template-to-kibana-using-logstash/108690/1 "2017-11-22T09:59:37Z")

</div>

Hi

I am new to the ELK stack

Previously I was using 5.6.3 and had connected fileBeat and metricBeat to Logstash where a geoip lookup was done in /etc/logstash/conf.d/beats.conf and this was then forwarded to Elasticsearch

Today I decided to set up the same env but load Kibana's Nginx dashboard so that I don't have to build the nginx dashboard myself

So, in fileBeat, I enabled the nginx module

`./filebeat modules enable nginx`

and in the filebeat.yml, specified the URL host:port to **Kibana** and **logstash** both - when I ran, it gave the error:

> CRIT Exiting: Template loading requested but the Elasticsearch output is not configured/enabled

I am confused here... the filebeat.yml file says:

> Starting with Beats version 6.0.0, the dashboards are loaded via the Kibana API.  
> This requires a Kibana endpoint configuration.

I am assuming that you don't need to specify the Elasticsearch endpoint since the template will be loaded via the Kibana endpoint anyway

Is this a bug? Or intended behavior - i.e. _if you use send a Kibana dashboard from fileBeat, you can't use logstash in the middle_

---

<div class="post-metadata">

### Author: ![bhavyarm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bhavyarm/32/22392_2.png) [@bhavyarm](https://discuss.elastic.co/u/bhavyarm)
#### Post date: [November 22, 2017, 9:51pm UTC](https://discuss.elastic.co/t/send-filebeat-6-0-dashboard-template-to-kibana-using-logstash/108690/2 "2017-11-22T21:51:00Z")

</div>

Hi Sami,

Template gets loaded into ES and dashboards get loaded into Kibana.  
So yes you definitely need to configure your ES endpoint.

Let me know if you have issues after.

Thanks,  
Bhavya

---

<div class="post-metadata">

### Author: ![samiujan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/samiujan/32/23605_2.png) [@samiujan](https://discuss.elastic.co/u/samiujan)
#### Post date: [December 6, 2017, 9:43am UTC](https://discuss.elastic.co/t/send-filebeat-6-0-dashboard-template-to-kibana-using-logstash/108690/3 "2017-12-06T09:43:07Z")

</div>

sorry for the late reply - thanks Bhavya - I understand it now

I worked around this by:

1. uncommeting the ES endpoint and commenting the Logstash endpoint, to load Kibana dashboards from beats into the ES .kibana index

2. commented ES and uncommented Logstash so now my data goes through Logstash (where logs are grokked and IP-\>geo conversion takes place) and from Logstash it goes on to Kibana

3. I can then use the Kibana dashboards that I installed in 1

---

<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: [January 3, 2018, 9:43am UTC](https://discuss.elastic.co/t/send-filebeat-6-0-dashboard-template-to-kibana-using-logstash/108690/4 "2018-01-03T09:43:24Z")

</div>

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