Replace Elasticsearch docs links in scripts (#994) (#1001)

Replace the docs links In scripts bin/opensearch-env and config/jvm.options, with OpenSearch docs links.

Signed-off-by: Poojita-Raj <poojiraj@amazon.com>
(cherry picked from commit 6bc4ce017ad654cc2c8d7d37553c82d61c61b964)
Signed-off-by: Poojita-Raj <poojiraj@amazon.com>
This commit is contained in:
Poojita Raj 2021-07-23 14:21:31 -07:00 committed by GitHub
parent 96dabb31d3
commit 91248284c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ if [[ "$OPENSEARCH_DISTRIBUTION_TYPE" == "docker" ]]; then
#
# will cause OpenSearch to be invoked with -Ecluster.name=testcluster
#
# see https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html#_setting_default_settings
# see https://opensearch.org/docs/opensearch/configuration/
declare -a opensearch_arg_array

View File

@ -11,7 +11,7 @@
## -Xms4g
## -Xmx4g
##
## See https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html
## See https://opensearch.org/docs/opensearch/install/important-settings/
## for more information
##
################################################################