Filebeats wont let me exclude output.elasticsearch from filebeat.yml and would give and error "Exiting: Index management requested but the Elasticsearch output is not configured/enabled".
The setup runs without error when i comment out output.logstash but kibana doesnot register any logs. I am trying to test a sample log data (apache-access-logs) on my localhost. i am very new to all this.
I think the problem with your filebeat.yml is that you are trying to manage shards number with the "setup.template.settings" and as you are not configuring an Elasticsearch output an error is popping up, could you try to comment this part of the configuration ?
The elastic search output from filebeat should be disabled
#-------------------------- Elasticsearch output ------------------------------
#output.elasticsearch:
# Array of hosts to connect to.
#hosts: ["localhost:9200"]
Hi Antoine
I get the same error Exiting: Index management requested but the Elasticsearch output is not configured/enabled while running
Blockquote sudo filebeat setup
Although in kibana while adding log data from Add logs from logstash It shows data successfully imported. But i guess it is just importing the syslog data somehow as the logs Dashboard makes no sense and it is only capturing the elasticsearch and logstash logs.
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.