Answer the question
In order to leave comments, you need to log in
How to install filebeats separately from ELK?
We have a working ELK on our local server. I want to install filebeat separately on my Ubuntu 20.04 machine and send my data to elastik. filebeat.yml changed minimally
# ---------------------------- Elasticsearch Output ----------------------------
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["10.168.1.22:9200"]
# Protocol - either http (default) or https.
#protocol: "https"
# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
username: "admin"
password: "admin"
Answer the question
In order to leave comments, you need to log in
I had a similar problem, but it all worked out in the end.
also ran filebeat setup -e
don't remember what it says, but ignore it.
check your filebeat config.
and can you demonstrate?
it's probably in the very setting of the input data in filebit
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question