Replace Elasticsearch docs links in scripts (#994)

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>
This commit is contained in:
Poojita Raj 2021-07-21 14:23:22 -07:00 committed by GitHub
parent e3d86baa5a
commit 6bc4ce017a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,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
##
################################################################