You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: USER_GUIDE.md
+9-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
-[Getting started with the OpenSearch Python client](#getting-started-with-the-opensearch-python-client)
1
+
-[User guide of OpenSearch Python Client](#user-guide-of-opensearch-python-client)
2
2
-[Setup](#setup)
3
-
-[Sample code](#sample-code)
3
+
-[Example](#example)
4
4
-[Creating a client](#creating-a-client)
5
5
-[Creating an index](#creating-an-index)
6
6
-[Adding a document to an index](#adding-a-document-to-an-index)
@@ -9,8 +9,8 @@
9
9
-[Searching for a document](#searching-for-a-document)
10
10
-[Deleting a document](#deleting-a-document)
11
11
-[Deleting an index](#deleting-an-index)
12
-
-[Making API calls](#making-api-calls)
13
-
-[Point in time API](#point-in-time-api-calls)
12
+
-[Making API Calls](#making-api-calls)
13
+
-[Point in Time API](#point-in-time-api)
14
14
-[Using plugins](#using-plugins)
15
15
-[Alerting plugin](#alerting-plugin)
16
16
-[**Searching for monitors**](#searching-for-monitors)
@@ -390,7 +390,9 @@ Refer the AWS documentation regarding usage of IAM credentials to sign requests
390
390
391
391
Opensearch-py client library also provides an in-house IAM based authentication feature, `AWSV4SignerAuth` that will help users to connect to their opensearch clusters by making use of IAM roles.
392
392
393
-
##### Pre-requisites to use `AWSV4SignerAuth`
393
+
`AWSV4SignerAuth` uses RequestHttpConnection as transport class for communication with opensearch clusters. Opensearch-py client library provides `pool_maxsize` option to modify default connection-pool size.
394
+
395
+
#### Pre-requisites to use `AWSV4SignerAuth`
394
396
- Python version 3.6 or above,
395
397
- Install [botocore](https://pypi.org/project/botocore/) using pip
0 commit comments