You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APM service is defined as apm on 7.x and as integrations_server on 8.x. If you create a 7.x deployment wit apm then you update to 8.x and finally you replace apm by integrations_server this latest change fails with the following error:
╷
│ Error: failed updating deployment
│
│ with ec_deployment.main,
│ on main.tf line 24, in resource "ec_deployment" "main":
│ 24: resource "ec_deployment" "main" {
│
│ api error: 1 error occurred:
│ * clusters.cluster_plan_state_error: APM is not in managed mode, Integrations Server payload cannot be used
│ (resources.integrations_server[0])
│
│
Readiness Checklist
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
I am reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
The deployment must replace APM with the integrations service
Current Behavior
The changes in the plan must happen, and the apm service must be replaced by the integrations_server
Create a deployment with 7.17.26 and APM (see terraforms above)
Update the deployment to 8.18.0 (see terraforms above)
Update the deployment to use integrations server instead of APM (see terraforms above)
Context
Possible Solution
Remove the APM, and after that, add the integrations server, but this has a problem: you hit the same bug if you try to update the integrations server settings. So every time you have to change the setting on the Integrations server, you have to delete it and add it again.
APM service is defined as
apm
on 7.x and asintegrations_server
on 8.x. If you create a 7.x deployment witapm
then you update to 8.x and finally you replaceapm
byintegrations_server
this latest change fails with the following error:Readiness Checklist
Expected Behavior
The deployment must replace APM with the integrations service
Current Behavior
The changes in the plan must happen, and the
apm
service must be replaced by theintegrations_server
Terraform definition
Create 7.17.26 deployment
Update to 8.18.0
Replace APM with the Integrations server
Steps to Reproduce
Context
Possible Solution
Remove the APM, and after that, add the integrations server, but this has a problem: you hit the same bug if you try to update the integrations server settings. So every time you have to change the setting on the Integrations server, you have to delete it and add it again.
Delete APM/Integration server
Add the integrations server again after removing the APM/Integration server
Your Environment
The text was updated successfully, but these errors were encountered: