-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[UbsUx][APM] Delete "Agent Configuration" API failing on localhost #198019
Comments
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
It seems edge and edge-lite are currently running older revisions than this ticket initially tested on? 10ec204 is Oct 21st, and edge/edge-lite are running a Sept 7th revision for kibana. |
@bryce-b Thank you for picking it up. I was checking |
I was using the same instance, but I clicked on the "version-info" link at the top to get the hash. which goes to this page : https://studious-disco-k66oojq.pages.github.io/edge-oblt/ I tried running a couple of different versions of kibana & ES from these earlier version to current, and the issue reproduces on all of them. Very odd to see this reproduce locally, but not on the cloud instance. I'm going to try spinning up some cloud instances to see if it reproduces there. |
8.16 on cloud works fine. |
I opted to move the parameters into the query, hopefully that is acceptable. |
root cause: #200722 |
We can close this one now. |
The API fails when trying to delete Agent Configuration in APM settings.
Failing API:
DELETE /api/apm/settings/agent-configuration 2023-10-31
The currently running edge-oblt instance (commit:
10ec2041
) doesn't have that issue. However, it doesn't help when reverting to10ec2041
on localhost.It looks like body parameter schema is causing bad request, but we don't know why does it work on cloud instance.
AC:
400 bad request examples:
Edge-oblt working example:
Working example when removed schema validation for body parameter:
The text was updated successfully, but these errors were encountered: