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:
parent
e3d86baa5a
commit
6bc4ce017a
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
##
|
||||
################################################################
|
||||
|
|
Loading…
Reference in New Issue