Hello team!
I receive from my Ubuntu host these logs all the time.
[elastic_agent.metricbeat][info] CA certificate matching 'ca_trusted_fingerprint' found, adding it to 'certificate_authorities'
[elastic_agent.metricbeat][info] 'ca_trusted_fingerprint' set, looking for matching fingerprints
What can be causing this logs?
Find below my elasticsearch.yml
Enable security features
xpack.security.enabled: true
xpack.security.enrollment.enabled: true
Enable encryption for HTTP API client connections, such as Kibana, Logstash, and Agents
xpack.security.http.ssl:
enabled: true
keystore.path: certs/http.p12
Enable encryption and mutual authentication between cluster nodes
xpack.security.transport.ssl:
enabled: true
verification_mode: certificate
keystore.path: certs/transport.p12
truststore.path: certs/transport.p12
Thanks in advance!
Kind regards,