Hi, you are right that this happens because you don't have the template for Filebeat 6.7.1.
The way to solve this is to run the setup command for Filebeat 6.7 as well. You should always run the setup command, every time you upgrade one of the Beats.
So a quick step by step:
From the command line:
filebeat setup
Then you need to delete the indices created without the template. From Kibana Dev Tools:
DELETE filebeat-6.7.1-*
After that you can start Filebeat again, and your dashboards should be fine again.
Forgot to mention: after you've deleted the incorrect index, you should go refresh the index pattern in Kibana. You should see all the conflicts go away
Exiting: Template loading requested but the Elasticsearch output is not configured/enabled
This is because i got logstash output but not elasticsearch output. Furthermore, I already got setup.dashboards.enabled: true in filebeat.yml to skip this step, isn't it ? or it's only import dashboard into kibana ?
Is it possible to add the template through logstash ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.