Open mtojek opened 3 years ago
Pinging @elastic/ingest-management (Team:Ingest Management)
Pinging @elastic/fleet (Feature:Fleet)
@mtojek Checkin is a long polling API. Agent sends a request and then the HTTP connection blocks until the Agent needs to perform an action or it times out.
I think what you are seeing here is the long pooling. Let me know if I am miss understanding what you are reporting.
The correlation between timestamps and time duration for each checkin makes sense. Thank you for the explanation.
Reopening for documenting purposes: do you think it's something that should be documented?
Hi,
I've been investigating some issues around the Fleet and policies and discovered that requests to Fleet API
/checkin
take relatively long. Here are some logs:6s, 20s, 28s, 40s,....
For reference: https://beats-ci.elastic.co/job/Ingest-manager/job/elastic-package/job/PR-227/29/artifact/build/elastic-stack-dump/check/logs/kibana.log
I wonder if it's not something that should be improved.