diff --git a/docs/src/main/sphinx/connector/elasticsearch.md b/docs/src/main/sphinx/connector/elasticsearch.md index bf6ae22d4359..6286601ecb79 100644 --- a/docs/src/main/sphinx/connector/elasticsearch.md +++ b/docs/src/main/sphinx/connector/elasticsearch.md @@ -75,16 +75,16 @@ The following table details all general configuration properties: * - `elasticsearch.max-retry-time` - The maximum [duration](prop-type-duration) across all retry attempts for a single request to Elasticsearch. - - `20s` + - `30s` * - `elasticsearch.node-refresh-interval` - [Duration](prop-type-duration) between requests to refresh the list of available Elasticsearch nodes. - `1m` * - `elasticsearch.ignore-publish-address` - Disable using the address published by the Elasticsearch API to connect for - queries. Defaults to `false`. Some deployments map Elasticsearch ports to a - random public port and enabling this property can help in these cases. - - + queries. Some deployments map Elasticsearch ports to a random public port + and enabling this property can help in these cases. + - `false` ::: ### Authentication @@ -104,8 +104,8 @@ following options must be configured: * - `elasticsearch.aws.region` - AWS region of the Elasticsearch endpoint. This option is required. * - `elasticsearch.aws.access-key` - - AWS access key to use to connect to the Elasticsearch domain. If not set, the - default AWS credentials provider chain is used. + - AWS access key to use to connect to the Elasticsearch domain. If not set, the + default AWS credentials provider chain is used. * - `elasticsearch.aws.secret-key` - AWS secret key to use to connect to the Elasticsearch domain. If not set, the default AWS credentials provider chain is used. diff --git a/docs/src/main/sphinx/connector/opensearch.md b/docs/src/main/sphinx/connector/opensearch.md index 1c6437e39686..cf27ff7c765f 100644 --- a/docs/src/main/sphinx/connector/opensearch.md +++ b/docs/src/main/sphinx/connector/opensearch.md @@ -73,16 +73,16 @@ The following table details all general configuration properties: * - `opensearch.max-retry-time` - The maximum [duration](prop-type-duration) across all retry attempts for a single request. - - `20s` + - `30s` * - `opensearch.node-refresh-interval` - [Duration](prop-type-duration) between requests to refresh the list of available OpenSearch nodes. - `1m` * - `opensearch.ignore-publish-address` - Disable using the address published by the OpenSearch API to connect for - queries. Defaults to `false`. Some deployments map OpenSearch ports to a - random public port and enabling this property can help in these cases. - - + queries. Some deployments map OpenSearch ports to a random public port and + enabling this property can help in these cases. + - `false` ::: ### Authentication @@ -102,8 +102,8 @@ following options must be configured: * - `opensearch.aws.region` - AWS region of the OpenSearch endpoint. This option is required. * - `opensearch.aws.access-key` - - AWS access key to use to connect to the OpenSearch domain. If not set, the - default AWS credentials provider chain is used. + - AWS access key to use to connect to the OpenSearch domain. If not set, the + default AWS credentials provider chain is used. * - `opensearch.aws.secret-key` - AWS secret key to use to connect to the OpenSearch domain. If not set, the default AWS credentials provider chain is used.