From bce4f27d275ba14171c36e3133d3dcd1a2081c47 Mon Sep 17 00:00:00 2001 From: Jedr Blaszyk Date: Mon, 10 Feb 2025 08:57:31 +0100 Subject: [PATCH] [Connector API][Doc] Add info about required privileges (#3721) * [Connector API][Doc] Add info about required privileges * Update docs/overlays/elasticsearch-shared-overlays.yaml Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --------- Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- docs/overlays/elasticsearch-shared-overlays.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/overlays/elasticsearch-shared-overlays.yaml b/docs/overlays/elasticsearch-shared-overlays.yaml index 6153331317..63fc21eff6 100644 --- a/docs/overlays/elasticsearch-shared-overlays.yaml +++ b/docs/overlays/elasticsearch-shared-overlays.yaml @@ -41,6 +41,8 @@ actions: This API provides an alternative to relying solely on Kibana UI for connector and sync job management. The API comes with a set of validations and assertions to ensure that the state representation in the internal index remains valid. + + This API requires the `manage_connector` privilege or, for read-only endpoints, the `monitor_connector` privilege. externalDocs: url: https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-tutorial-api.html description: Check out the connector API tutorial