diff --git a/_opensearch/install/docker.md b/_opensearch/install/docker.md index 4c7262af..66a1c1d1 100644 --- a/_opensearch/install/docker.md +++ b/_opensearch/install/docker.md @@ -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). @@ -378,7 +378,7 @@ networks: 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. -You can't reverse this step as the security dashboards plugin is removed in the process. +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. To re-enable security for OpenSearch Dashboards, start a new container and set `DISABLE_SECURITY_DASHBOARDS_PLUGIN` to false or leave it unset. {: .note} diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md index e73a671b..f586d57c 100644 --- a/_opensearch/install/plugins.md +++ b/_opensearch/install/plugins.md @@ -52,7 +52,7 @@ bin/opensearch-plugin list
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+
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 ++