Hello team,
I am getting below error in filebeat.yml.
I have commented all other lines and just added output.Elasticsearch
Can anyone please help me here.
output.elasticsearch:
hosts => ["10.115.6.288:9200"]
Hello team,
I am getting below error in filebeat.yml.
I have commented all other lines and just added output.Elasticsearch
Can anyone please help me here.
output.elasticsearch:
hosts => ["10.115.6.288:9200"]
That configuration is wrong, it should be:
output.elasticsearch:
hosts: ["10.115.6.288:9200"]
Thank you so much for your quick help. I just copy past from logstash pipeline that's why i missed it.
© 2020. All Rights Reserved - Elasticsearch
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.