Hello, I reinstalled it many times but the problem is persistent.
I had two problems, first one, I didn’t correctly pass my certificates to my elastic-agents
I solved it by passing my certificates to the fleet settings, so now I have logs comming from filebeat and metribeat (I also use system integration).
The problem come from :
[elastic_agent.endpoint_security][error] Http.cpp:327 CURL error 60: SSL peer certificate or SSH remote key was not OK [SSL certificate problem: unable to get local issuer certificate]
I have this error on both Windows and Linux
Its still a certificate problem, I saw a thread with the same error.
But I give all my certificates through my fleet settings.
api_key: ""
hosts: ["https://myserver:9200"]
protocol: https
ssl.certificate_authorities: |
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
ssl.certificate: |
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
ssl.key: |
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
So I don't know why I still have this problem, I must have missed a parameter.
Thank you for your time