-
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
Can't upgrade APM integration to version 7.16.1 on ESS #121238
Comments
I just confirmed that this also happens in |
This also happens after adding a default APM integration to any agent policy and trying to upgrade it. This looks like an issue with the APM UI editor rather than an APM Server issue, therefore transferring the issue. |
Pinging @elastic/apm-ui (Team:apm) |
@bmorelli25 thank you for raising this, we'll take a look at it ASAP (the team are coming to the end of thier on week) |
The form validation error for "Maximum duration for reading an entire request" happens because |
Fleet allows packages to specify cluster privileges as part of this but the update policy endpoint throws a
|
FYI @hop-dev is taking a look at this validation issue ^ |
@ogupte This looks suspiciously similar to the fix you made in this PR for 8.0 and 8.1: #119131 (comment) Long story short is that we don't accept this parameter on the API, it's supplied by the package manifest and added to the package policy on the backend. I think we need to make a similar adjustment on 7.16 branch to not send in this API request. |
@joshdover it seems the same issue |
AFAIK this has been fixed. Still waiting for someone from @elastic/apm-ui to confirm before we close. We also need to figure out why this wasn't caught in testing. @simitt is it possible this wasn't caught because we aren't testing against production packages in the staging environment? I've been worried that that could cause issues like this that aren't caught until we promote a release to production. |
@cauemarcondes Can you confirm if this is fixed? |
We werent testing against production packages, but we were testing against the production like packages from staging, that then got promoted to production. I'm not sure I am following how this would have caused troubles here. |
@joshdover @hop-dev I see that this PR #121412 hasn't been backported to |
@cauemarcondes that change was already present in #119131 which was merged to 8.1 and 8.0 |
@sqren I tested on |
Think we're good here, closing. |
I'm still seeing this error when trying to upgrade the APM Integration using Kibana
|
@hop-dev can you check if your fix was backported to 7.17? |
I don't see it in 7.17. |
backport created for 7.17: #123368 |
Thank you @ogupte ! |
APM Server version (
apm-server version
):Description of the problem including expected versus actual behavior:
Steps to reproduce:
I expanded the "Advanced options" and saw "Maximum duration for reading an entire request" thinks the default
3600
is less than 1ms, so I took that down to 0 (which removes the red) and tried again. Same error.I think it's important to note that I didn't change any configs. I was just trying to get the URL and Host from this page.
The text was updated successfully, but these errors were encountered: