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: You can pull the OpenSearch Docker image just like any other image:
```bash ```bash
docker pull opensearchproject/opensearch:{{site.opensearch_version}} docker pull opensearchproject/opensearch:latest
docker pull opensearchproject/opensearch-dashboards:{{site.opensearch_dashboards_version}} docker pull opensearchproject/opensearch-dashboards:latest
``` ```
To check available versions, see [Docker Hub](https://hub.docker.com/u/opensearchproject). To check available versions, see [Docker Hub](https://hub.docker.com/u/opensearchproject).
@ -378,7 +378,7 @@ networks:
opensearch-net: opensearch-net:
``` ```
The environment variable `"DISABLE_SECURITY_DASHBOARDS_PLUGIN=true"` disables the security dashboards plugin in OpenSearch Dashboards by removing the security dashboards plugin folder, removing all related settings in the `opensearch_dashboards.yml` file, and setting the `opensearch.hosts` entry protocol from HTTPS to HTTP. The environment variable `"DISABLE_SECURITY_DASHBOARDS_PLUGIN=true"` disables the security dashboards plugin in OpenSearch Dashboards by removing the security dashboards plugin folder, removing all related settings in the `opensearch_dashboards.yml` file, and setting the `opensearch.hosts` entry protocol from HTTPS to HTTP.
You can't reverse this step as the security dashboards plugin is removed in the process. You can't reverse this step as the security dashboards plugin is removed in the process.
To re-enable security for OpenSearch Dashboards, start a new container and set `DISABLE_SECURITY_DASHBOARDS_PLUGIN` to false or leave it unset. To re-enable security for OpenSearch Dashboards, start a new container and set `DISABLE_SECURITY_DASHBOARDS_PLUGIN` to false or leave it unset.
{: .note} {: .note}

View File

@ -52,7 +52,7 @@ bin/opensearch-plugin list
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>1.1.0</td> <td>1.2.0</td>
<td> <td>
<pre>analysis-icu 1.1.0 <pre>analysis-icu 1.1.0
analysis-kuromoji 1.1.0 analysis-kuromoji 1.1.0
@ -87,6 +87,24 @@ repository-s3 1.1.0
store-smb 1.1.0 store-smb 1.1.0
transport-nio 1.1.0 transport-nio 1.1.0
</pre> </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> </td>
</tr> </tr>
<tr> <tr>