-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APM Agents configuration cache refresh appears to be broken #13957
Comments
@up2neck thanks for reporting the issue. It is unexpected that Elasticsearch scroll API returns HTTP 400. It will be helpful if you could attach apm-server logs, especially the parts with |
@carsonip
|
I see that you've created a bugfix PR #13958 and it makes complete sense. Due to this bug, the scroll search payload is edit: it is HTTP 400 because scroll_id is missing from both query param and body. The go-elasticsearch client sends scroll id in query param, not body. |
APM Server version (
apm-server version
): 8.14.3 (linux/amd64), standaloneDescription of the problem including expected versus actual behavior:
APM Server makes invalid search/scroll requests to ".apm-agent-configuration" Elasticsearch index:
Invalid transaction JSON
Steps to reproduce:
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: