Skip to content

Commit 29fc339

Browse files
committed
Remove known issue from release notes for 8.17.0
1 parent f1bc523 commit 29fc339

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -487,25 +487,6 @@ curl -XPOST --user elastic:${SUPERUSER_PASS} -H 'x-elastic-product-origin:fleet'
487487
# Issue an update_by_query request that targets effected agents:
488488
curl -XPOST -H 'Authorization: Bearer ${TOKEN}' -H 'x-elastic-product-origin:fleet' -H 'content-type:application/json' "https://${ELASTICSEARCH_HOST}/.fleet-agents/_update_by_query" -d '{"query": {"bool": {"must": [{ "exists": { "field": "unenrolled_at" } }],"must_not": [{ "term": { "active": "false" } }]}},"script": {"source": "ctx._source.unenrolled_at = null;","lang": "painless"}}'
489489
----
490-
====
491-
492-
[[known-issue-1800-8-17-0]]
493-
.On Windows, {agent} is unable to enroll into {fleet} following the {agent}'s upgrade.
494-
[%collapsible]
495-
====
496-
497-
*Details* +
498-
There is a known issue where an {agent} installed on Windows and previously enrolled into {fleet} is unable to re-enroll after the {agent} is upgraded. Attempting to enroll the {agent} fails with the following error:
499-
500-
[source,console-result]
501-
----
502-
Error: the command is executed as root but the program files are not owned by the root user.
503-
----
504-
505-
*Impact* +
506-
The issue affects {agent} installed on Windows. There is no resolution or workaround at this time, but a bug fix is expected in a later maintenance release.
507-
508-
====
509490
510491
[discrete]
511492
[[new-features-8.17.0]]

0 commit comments

Comments
 (0)