-
Notifications
You must be signed in to change notification settings - Fork 233
Description
Similar to #1808, this issue describes the need to support chunked encoding for the health check in of the Elastic Agent with the Fleet Server, to support situations with Synthetics Private Locations where the policy size is too big and the health check can fail, which results in the Agent appearing to be offline (even though it is still online and getting updates).
Refer to the knowledge base article where this is referred to.
As a result of elastic/fleet-server#5069 it’s possible to see body too large when these problems occur.
Note that whilst server.limits.checkin_limit.max_body_byte_size can be set to -1 or something larger than the default, it should be possible for Elastic Agent running as Synthetics Private Locations to check in their health status without this manual intervention.