From b10289f2fbd55e195d91ad66a157ac55a2a23648 Mon Sep 17 00:00:00 2001 From: Jedr Blaszyk Date: Wed, 5 Feb 2025 16:15:00 +0100 Subject: [PATCH 1/2] [Connector API][Doc] Add info about required privileges --- 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..70f6fb5c0c 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. + + It requires `manage_connector` privilege or, for read-only endpoints, `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 From 1a8b8378cea336620a53e18deda1b38183c1556e Mon Sep 17 00:00:00 2001 From: Jedr Blaszyk Date: Wed, 5 Feb 2025 17:05:13 +0100 Subject: [PATCH 2/2] Update docs/overlays/elasticsearch-shared-overlays.yaml Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- docs/overlays/elasticsearch-shared-overlays.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overlays/elasticsearch-shared-overlays.yaml b/docs/overlays/elasticsearch-shared-overlays.yaml index 70f6fb5c0c..63fc21eff6 100644 --- a/docs/overlays/elasticsearch-shared-overlays.yaml +++ b/docs/overlays/elasticsearch-shared-overlays.yaml @@ -42,7 +42,7 @@ 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. - It requires `manage_connector` privilege or, for read-only endpoints, `monitor_connector` privilege. + 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