i follow exactly the documentaion , but we stuck on
filebeat setup.
filebeat setup
Exiting: couldn't connect to any of the configured Elasticsearch hosts. Errors: [error connecting to Elasticsearch at https://127.0.0.1:9200: Get "https://127.0.0.1:9200": decode 'ca_trusted_fingerprint': encoding/hex: invalid byte: U+002F '/']
My conf;
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["127.0.0.1:9200"]
# Protocol - either `http` (default) or `https`.
protocol: "https"
# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#password: "changeme"
username: "elastic"
password: "xxxxxxxxxxxx"
ssl.ca_trusted_fingerprint: "/etc/filebeat/certs/http_ca.crt"
ssl.verificationMode: none
"/etc/filebeat/certs/http_ca.crt" i s a copy of "/etc/Elasticsearch/certs/http_ca.crt"