Skip to content

Commit a4ae884

Browse files
committed
Fix formatting typo
1 parent b986bec commit a4ae884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ 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+
====
471472

472473
[discrete]
473474
[[new-features-8.17.0]]

0 commit comments

Comments
 (0)