# ---------------------------- Elasticsearch Output ----------------------------
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["192.168.56.106:9200"]
# Protocol - either `http` (default) or `https`.
#protocol: "http"
# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
username: "elastic"
password: "${ELASTIC_PASSWORD}"
Sorry about the image.
I changed the keystore to, for now, a hardcoded password. Are these the elastic credentials or local for filebeat?
This is my output for filebeat test output.
elasticsearch: http://192.168.56.106:9200...
parse url... OK
connection...
parse host... OK
dns lookup... OK
addresses: 192.168.56.106
dial up... OK
TLS... WARN secure connection disabled
talk to server... ERROR Get "http://192.168.56.106:9200": EOF
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.