From 44336bffb70163831f7fa7bfcd5fbf09ccd1bbba Mon Sep 17 00:00:00 2001 From: currantw Date: Fri, 15 Nov 2024 10:26:33 -0800 Subject: [PATCH] Update documentation Signed-off-by: currantw --- docs/user/configuration_options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/configuration_options.md b/docs/user/configuration_options.md index 2aa5092..881c1c4 100644 --- a/docs/user/configuration_options.md +++ b/docs/user/configuration_options.md @@ -30,7 +30,7 @@ | `HostnameVerification` | Whether certificate hostname verification should be performed for an SSL/TLS connection. | boolean | `0` or `1` | `1` (true) | | `ResponseTimeout` | The maximum time to wait for responses from the `Host`, in seconds. | integer | | `10` | | `FetchSize` | The page size for all cursor requests. The default value (-1) uses server-defined page size. Set FetchSize to 0 for non-cursor behavior. | integer | `-1`, `0` or any positive value | `-1` | -| `IsServerless` | Whether the connection is to an OpenSearch Serverless cluster. The default value (-1) means it is determined by parsing the server URL. | integer | `-1`, `0` or `1` | `-1` | +| `IsServerless` | Whether the connection is to an OpenSearch Serverless cluster. If not specified, it is determined by parsing the server URL. | boolean | `0` or `1` | | #### Logging Options