Skip to content

Commit 43c1ab0

Browse files
[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 <[email protected]> --------- Co-authored-by: Liam Thompson <[email protected]> (cherry picked from commit bce4f27) Co-authored-by: Jedr Blaszyk <[email protected]>
1 parent f9c923a commit 43c1ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ actions:
3636
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.
3737
3838
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.
39+
40+
This API requires the `manage_connector` privilege or, for read-only endpoints, the `monitor_connector` privilege.
3941
externalDocs:
4042
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-tutorial-api.html
4143
description: Check out the connector API tutorial

0 commit comments

Comments
 (0)