You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Certain parts of alerting and fleet require TLS to be enabled to work, and when it is the startup of the Elastic Agent container fails with this error:
Kibana Fleet setup failed: http POST request to http://kibana:5601/api/fleet/setup fails: fail to execute the HTTP POST request: Post "http://kibana:5601/api/fleet/setup": EOF. Response:
This is (essentially) the command that I use to start up my environment with TLS enabled for the stack:
Notice that I override the --opbeans-elasticsearch-url in there. We likely need a similar kind of --elastic-agent-kibana-url with that, and under the covers maybe need to override the certs and CA, similar to the APM server, here's a partial snippet from the generated compose file:
Certain parts of alerting and fleet require TLS to be enabled to work, and when it is the startup of the Elastic Agent container fails with this error:
This is (essentially) the command that I use to start up my environment with TLS enabled for the stack:
Notice that I override the
--opbeans-elasticsearch-urlin there. We likely need a similar kind of--elastic-agent-kibana-urlwith that, and under the covers maybe need to override the certs and CA, similar to the APM server, here's a partial snippet from the generated compose file:Thanks!