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
Copy file name to clipboardExpand all lines: docs/release-notes/known-issues.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,30 +28,30 @@ Known issues are significant defects or limitations that may impact your impleme
28
28
29
29
**Applies to: {{agent}} 8.18.7, 9.0.7**
30
30
31
-
On September 17, 2025, a known issue was discovered that can cause {{agent}} upgrades to get stuck if an upgrade attempt fails early. This happens because the coordinator’s overrideState remains set, leaving the agent in a state that appears to be upgrading.
31
+
On September 17, 2025, a known issue was discovered that can cause {{agent}} upgrades to get stuck if an upgrade attempt fails early. This happens because the coordinator’s `overrideState` remains set, leaving the agent in a state that appears to be upgrading.
32
32
33
33
**Conditions**
34
34
35
-
This issue is triggered if the upgrade fails during one of the early checks inside Coordinator.Upgrade, for example:
35
+
This issue is triggered if the upgrade fails during one of the early checks inside `Coordinator.Upgrade`, for example:
36
36
37
37
- The agent is not upgradeable
38
38
- Capabilities check denies the upgrade
39
-
-Most commonly: When {{agent}} is tamper-protected and Endpoint returns an error during action proxying, for example, because the upgrade action signature is invalid, missing, or fails verification. This causes the coordinator’s override state to be stuck.
39
+
- When {agent} is tamper-protected, Endpoint must validate that the upgrade action was correctly signed by Kibana to allow the upgrade. If the signature is missing, invalid, or the connection between {agent} and Endpoint was interrupted, the validation fails. This causes the agent coordinator's override state to become stuck until the agent is restarted.
40
40
41
41
**Symptoms**
42
42
43
43
- {{fleet}} shows the upgrade action in progress, even though the upgrade remains stuck
44
44
- No further upgrade attempts succeed
45
-
- Elastic-agent status shows an override state indicating upgrade
45
+
- Elastic Agent status shows an override state indicating upgrade
46
46
47
47
**Workaround**
48
48
49
-
Restart the {{agent}} to clear the coordinator’s overrideState and allow new upgrade attempts to proceed.
49
+
Restart the {{agent}} to clear the coordinator’s `overrideState` and allow new upgrade attempts to proceed.
50
50
51
51
**Resolution**
52
52
This issue was fixed in [#9992](https://github.com/elastic/elastic-agent/pull/9992), which ensures that the coordinator clears its override state whenever an early failure occurs.
53
53
54
-
The fix will be included in versions 9.1.4, 8.19.4, 9.0.8, and 8.18.8.
54
+
The fix is included in versions 9.1.4 and 8.19.4, and planned for versions 9.0.8 and 8.18.8.
55
55
:::
56
56
57
57
:::{dropdown} [Windows] {{agent}} does not process Windows security events
0 commit comments