Skip to content

Commit

Permalink
Correct minor doc issues
Browse files Browse the repository at this point in the history
- Wrong default value
- Wrong indent
- Move default value into column
  • Loading branch information
mosabua committed Jan 17, 2024
1 parent b6f0e08 commit 9febd98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docs/src/main/sphinx/connector/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
12 changes: 6 additions & 6 deletions docs/src/main/sphinx/connector/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 9febd98

Please sign in to comment.