Skip to content

Commit

Permalink
[Connector API][Doc] Add info about required privileges (#3721) (#3748)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
github-actions[bot] and jedrazb authored Feb 27, 2025
1 parent f9c923a commit 43c1ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/overlays/elasticsearch-shared-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43c1ab0

Please sign in to comment.