Skip to content

Commit b986bec

Browse files
committed
Remove known issue from release notes for 8.17.0
1 parent 5a99cc3 commit b986bec

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
@@ -468,25 +468,6 @@ curl -XPOST --user elastic:${SUPERUSER_PASS} -H 'x-elastic-product-origin:fleet'
468468
# Issue an update_by_query request that targets effected agents:
469469
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"}}'
470470
----
471-
====
472-
473-
[[known-issue-1800-8-17-0]]
474-
.On Windows, {agent} is unable to enroll into {fleet} following the {agent}'s upgrade.
475-
[%collapsible]
476-
====
477-
478-
*Details* +
479-
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:
480-
481-
[source,console-result]
482-
----
483-
Error: the command is executed as root but the program files are not owned by the root user.
484-
----
485-
486-
*Impact* +
487-
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.
488-
489-
====
490471
491472
[discrete]
492473
[[new-features-8.17.0]]

0 commit comments

Comments
 (0)