From 87f0605414480b577d297b3966e92c7c9df27248 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Tue, 17 Oct 2023 11:49:09 -0400 Subject: [PATCH] Add docs Signed-off-by: Derek Ho --- docs/user/ppl/admin/datasources.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user/ppl/admin/datasources.rst b/docs/user/ppl/admin/datasources.rst index bf37cc196d..31378f6cc4 100644 --- a/docs/user/ppl/admin/datasources.rst +++ b/docs/user/ppl/admin/datasources.rst @@ -104,6 +104,8 @@ we can remove authorization and other details in case of security disabled domai "allowedRoles" : ["all_access"] } + **Name is required and must exist. Connector cannot be modified and will be ignored.** + * Datasource Read GET API("_plugins/_query/_datasources/{{dataSourceName}}" :: GET https://localhost:9200/_plugins/_query/_datasources/my_prometheus @@ -125,6 +127,7 @@ Each of the datasource configuration management apis are controlled by following * cluster:admin/opensearch/datasources/create [Create POST API] * cluster:admin/opensearch/datasources/read [Get GET API] * cluster:admin/opensearch/datasources/update [Update PUT API] +* cluster:admin/opensearch/datasources/patch [Update PATCH API] * cluster:admin/opensearch/datasources/delete [Delete DELETE API] Only users mapped with roles having above actions are authorized to execute datasource management apis.