diff --git a/snippets/general-shared-text/opensearch.mdx b/snippets/general-shared-text/opensearch.mdx index f9bb312d..b782558e 100644 --- a/snippets/general-shared-text/opensearch.mdx +++ b/snippets/general-shared-text/opensearch.mdx @@ -1,6 +1,31 @@ The OpenSearch prerequisites: -- An OpenSearch instance, such as an [AWS OpenSearch](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/setting-up.html) or [local](https://opensearch.org/downloads.html) instance. In all cases, the [OpenSearch version](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) must be compatible with the client version of the [opensearch-py](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) package on PyPI. +- An OpenSearch instance, such as an [AWS OpenSearch](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/setting-up.html) instance... + + + + ...or a [local](https://opensearch.org/downloads.html) instance. + + + + In all cases, the [OpenSearch version](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) must be compatible with the client version of the [opensearch-py](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) package on PyPI. + - The instance's hostname and port number. - The name of the search index on the instance. - If you're using basic authentication to the instance, the user's name and password.