Jelajahi Sumber

[DOCS] Update security prereqs for delete async EQL API (#75091)

James Rodewig 4 tahun lalu
induk
melakukan
d9597da0ef
1 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 5 2
      docs/reference/eql/delete-async-eql-search-api.asciidoc

+ 5 - 2
docs/reference/eql/delete-async-eql-search-api.asciidoc

@@ -25,8 +25,11 @@ DELETE /_eql/search/FkpMRkJGS1gzVDRlM3g4ZzMyRGlLbkEaTXlJZHdNT09TU2VTZVBoNDM3cFZM
 [[delete-async-eql-search-api-prereqs]]
 ==== {api-prereq-title}
 
-* If the {es} {security-features} are enabled, only the user who first submitted
-the EQL search can delete the search using this API.
+* If the {es} {security-features} are enabled, only the following users can
+use this API to delete a search:
+
+** Users with the `cancel_task` <<privileges-list-cluster,cluster privilege>>
+** The user who first submitted the search
 
 * See <<eql-required-fields>>.