Hi Guys,
I need your help, I installed ELK 6.0.0 packages on my VM. I used filebeat 6.0.0 to ship data logstash going to elasticsearch. I just followed the steps on this link
https://www.elastic.co/guide/en/beats/filebeat/6.0/load-kibana-dashboards.html used manually load the template.
filebeat.yml
#----------------------------- Logstash output --------------------------------
output.logstash:
The Logstash hosts
hosts: ["192.168.203.141:5044"]
I got this error
root@mark:/usr/bin# ./filebeat setup --dashboards
Exiting: Error importing Kibana dashboards: fail to create the Elasticsearch loader: Elasticsearch output is not configured/enabled
Thanks!