Skip to content

Commit 76c126e

Browse files
authored
OpenSearch connectors: how-to video links (#240)
1 parent bd5ff72 commit 76c126e

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

snippets/general-shared-text/opensearch.mdx

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
The OpenSearch prerequisites:
22

3-
- 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.
3+
- An OpenSearch instance, such as an [AWS OpenSearch](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/setting-up.html) instance...
4+
5+
<iframe
6+
width="560"
7+
height="315"
8+
src="https://www.youtube.com/embed/BNOYTbRbaFQ"
9+
title="YouTube video player"
10+
frameborder="0"
11+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
12+
allowfullscreen
13+
></iframe>
14+
15+
...or a [local](https://opensearch.org/downloads.html) instance.
16+
17+
<iframe
18+
width="560"
19+
height="315"
20+
src="https://www.youtube.com/embed/Rew3_pNnYIs"
21+
title="YouTube video player"
22+
frameborder="0"
23+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
24+
allowfullscreen
25+
></iframe>
26+
27+
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.
28+
429
- The instance's hostname and port number.
530
- The name of the search index on the instance.
631
- If you're using basic authentication to the instance, the user's name and password.

0 commit comments

Comments
 (0)