From 8.0 on the the fleet setup step is done by Kibana itself thus agent do not need to to call /fleet/api/setup anymore.
This should be removed:
|
func kibanaSetup(cfg setupConfig, client *kibana.Client, streams *cli.IOStreams) error { |
On out telemetry we can see that more than 90% of the Elastic Agent calls to this API are getting an http 503

Related kibana issue - elastic/kibana#117552
cc @nchaulet
From 8.0 on the the fleet setup step is done by Kibana itself thus agent do not need to to call
/fleet/api/setupanymore.This should be removed:
elastic-agent/internal/pkg/agent/cmd/container.go
Line 516 in 861154f
On out telemetry we can see that more than 90% of the Elastic Agent calls to this API are getting an http

503Related kibana issue - elastic/kibana#117552
cc @nchaulet