From 43c1ab01d1cc9c23cd72dff6e28ffafd8baa0d54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:11:55 +0100 Subject: [PATCH] [Connector API][Doc] Add info about required privileges (#3721) (#3748) * [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> (cherry picked from commit bce4f27d275ba14171c36e3133d3dcd1a2081c47) Co-authored-by: Jedr Blaszyk --- 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 c40344adb0..2b30628ea3 100644 --- a/docs/overlays/elasticsearch-shared-overlays.yaml +++ b/docs/overlays/elasticsearch-shared-overlays.yaml @@ -36,6 +36,8 @@ actions: Connectors are Elasticsearch integrations for syncing content from third-party data sources, which can be deployed on Elastic Cloud or hosted on your own infrastructure. 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