Merge pull request #343 from opensearch-project/plugins-1.1-fix

Added back in 1.1 plugins
This commit is contained in:
Keith Chan 2022-01-03 10:48:43 -08:00 committed by GitHub
commit 6e5180f0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 5 deletions

View File

@ -10,8 +10,8 @@ nav_order: 3
You can pull the OpenSearch Docker image just like any other image:
```bash
docker pull opensearchproject/opensearch:{{site.opensearch_version}}
docker pull opensearchproject/opensearch-dashboards:{{site.opensearch_dashboards_version}}
docker pull opensearchproject/opensearch:latest
docker pull opensearchproject/opensearch-dashboards:latest
```
To check available versions, see [Docker Hub](https://hub.docker.com/u/opensearchproject).

View File

@ -52,7 +52,7 @@ bin/opensearch-plugin list
</thead>
<tbody>
<tr>
<td>1.1.0</td>
<td>1.2.0</td>
<td>
<pre>analysis-icu 1.1.0
analysis-kuromoji 1.1.0
@ -87,6 +87,24 @@ repository-s3 1.1.0
store-smb 1.1.0
transport-nio 1.1.0
</pre>
<tr>
<td>1.1.0</td>
<td>
<pre>opensearch-alerting 1.1.0.0
opensearch-anomaly-detection 1.1.0.0
opensearch-asynchronous-search 1.1.0.0
opensearch-cross-cluster-replication 1.1.0.0
opensearch-index-management 1.1.0.0
opensearch-job-scheduler 1.1.0.0
opensearch-knn 1.1.0.0
opensearch-notebooks 1.1.0.0
opensearch-performance-analyzer 1.1.0.0
opensearch-reports-scheduler 1.1.0.0
opensearch-security 1.1.0.0
opensearch-sql 1.1.0.0
</pre>
</td>
</tr>
</td>
</tr>
<tr>