From 3ec6842e0fbd0f2635558c4a522ef8f3d48de6de Mon Sep 17 00:00:00 2001 From: Abdon Pijpelink Date: Mon, 12 Dec 2022 16:06:16 +0100 Subject: [PATCH] [DOCS] Add missing privilege to bulk prerequisites (#92237) --- docs/reference/docs/bulk.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/docs/bulk.asciidoc b/docs/reference/docs/bulk.asciidoc index bdbb40bb37a3b..5aa28b7fc1f27 100644 --- a/docs/reference/docs/bulk.asciidoc +++ b/docs/reference/docs/bulk.asciidoc @@ -49,6 +49,9 @@ privilege. ** To automatically create a data stream or index with a bulk API request, you must have the `auto_configure`, `create_index`, or `manage` index privilege. +** To make the result of a bulk operation visible to search using the `refresh` +parameter, you must have the `maintenance` or `manage` index privilege. + * Automatic data stream creation requires a matching index template with data stream enabled. See <>.