[elastic_agent.metricbeat][info] CA certificate matching 'ca_trusted_fingerprint' found, adding it to 'certificate_authorities'

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,

I followed this thread and still receiving the logs.

Why are you concerned about this message? It's perfectly normal.

Hello Tim,

Wanted to know if my SSL Configuration is correct.

Thanks,

Hello Tim,

Checking again the situation, wanted to know if I can avoid this logs in my Observability Explorer.

I don't think there's any way to avoid them, nor do I understand why you are so keen to do so.

Tools produce informational messages, trying to hide them is futile.