Skip to content

Commit ee26c4c

Browse files
committed
Fix formatting typo
1 parent 29fc339 commit ee26c4c

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
@@ -487,6 +487,7 @@ 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+
====
490491

491492
[discrete]
492493
[[new-features-8.17.0]]

0 commit comments

Comments
 (0)