OpenSearch/docs/reference/modules
David Turner 69b78f7f8a "Adding nodes" instructions only work on localhost (#52677)
The introductory sections of the reference manual contains some simplified
instructions for adding a node to the cluster. Unfortunately they are a little
too simplified and only really work for clusters running on `localhost`. If you
try and follow these instructions for a distributed cluster then the new node
will, confusingly, auto-bootstrap itself into a distinct one-node cluster.

Multiple nodes running on localhost is a valid config, of course, but we should
spell out that these instructions are really only for experimentation and that
it takes a bit more work to add nodes to a distributed cluster. This commit
does so.

Also, the "important config" instructions for discovery say that you MUST set
`discovery.seed_hosts` whereas in fact it is fine to ignore this setting and
use a dynamic discovery mechanism instead. This commit weakens this statement
and links to the docs for dynamic discovery mechanisms.

Finally, this section is also overloaded with some technical details that are
not important for this context and are adequately covered elsewhere, and
completely fails to note that the default discovery port is 9300. This commit
addresses this.
2020-02-27 09:18:37 +00:00
..
cluster Document all shard allocation filtering attributes (#46992) 2019-11-21 08:30:30 -05:00
discovery "Adding nodes" instructions only work on localhost (#52677) 2020-02-27 09:18:37 +00:00
indices [DOCS] Expands the documentation of Node Query Cache (#51105) 2020-01-20 11:13:29 +01:00
cluster.asciidoc [Zen2] Update documentation for Zen2 (#34714) 2018-12-20 13:02:44 +00:00
cross-cluster-search.asciidoc [DOCS] Document CCS-supported APIs (#52708) 2020-02-24 09:59:08 -05:00
discovery.asciidoc [DOCS] Adds overview and API ref for cluster voting configurations (#36954) 2019-01-07 09:11:14 -08:00
gateway.asciidoc Add elasticsearch-node tool docs (#37812) 2019-03-12 12:47:10 +01:00
http.asciidoc Add Trace Logging of REST Requests (#51684) (#52015) 2020-02-07 09:03:20 +01:00
indices.asciidoc [Doc] Fix typo in indices module docs (#48598) 2019-10-28 21:40:09 +01:00
memcached.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
network.asciidoc Document wildcard for network interfaces (#28839) 2019-06-13 10:18:49 +02:00
node.asciidoc [DOCS] Adds recommendation on dedicated master-eligible nodes (#51674) 2020-01-31 12:56:58 +01:00
plugins.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
remote-clusters.asciidoc [DOCS] Document CCR compatibility requirements (#49776) 2019-12-02 15:53:00 -05:00
threadpool.asciidoc Deprecate fixed_auto_queue_size thread pool type (#52399) 2020-02-20 11:11:06 +01:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc Add Trace Logging of REST Requests (#51684) (#52015) 2020-02-07 09:03:20 +01:00