From a6fb10826ba5fc726cb0c593a22b4a6d4ccaa18f Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 11 Jan 2017 11:23:07 -0500 Subject: [PATCH] Remove doc links from config template The config template that ships with Elasticsearch distributions contains links to various pieces of documentation. Links go out of date and get broken. This commit removes such links from the config template. Relates #22553 --- .../src/main/resources/config/elasticsearch.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/distribution/src/main/resources/config/elasticsearch.yml b/distribution/src/main/resources/config/elasticsearch.yml index bf806535c9bf7..15e841fe39061 100644 --- a/distribution/src/main/resources/config/elasticsearch.yml +++ b/distribution/src/main/resources/config/elasticsearch.yml @@ -7,8 +7,8 @@ # The primary way of configuring a node is via this file. This template lists # the most important settings you may want to configure for a production cluster. # -# Please see the documentation for further information on configuration options: -# +# Please consult the documentation for further information on configuration options: +# https://www.elastic.co/guide/en/elasticsearch/reference/index.html # # ---------------------------------- Cluster ----------------------------------- # @@ -58,8 +58,7 @@ # #http.port: 9200 # -# For more information, see the documentation at: -# +# For more information, consult the network module documentation. # # --------------------------------- Discovery ---------------------------------- # @@ -68,12 +67,11 @@ # #discovery.zen.ping.unicast.hosts: ["host1", "host2"] # -# Prevent the "split brain" by configuring the majority of nodes (total number of nodes / 2 + 1): +# Prevent the "split brain" by configuring the majority of nodes (total number of master-eligible nodes / 2 + 1): # #discovery.zen.minimum_master_nodes: 3 # -# For more information, see the documentation at: -# +# For more information, consult the zen discovery module documentation. # # ---------------------------------- Gateway ----------------------------------- # @@ -81,8 +79,7 @@ # #gateway.recover_after_nodes: 3 # -# For more information, see the documentation at: -# +# For more information, consult the gateway module documentation. # # ---------------------------------- Various ----------------------------------- #