elasticsearch/docs/reference/modules
David Turner e2cda1a279
"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 08:51:17 +00:00
..
cluster
discovery "Adding nodes" instructions only work on localhost (#52677) 2020-02-27 08:51:17 +00:00
indices
cluster.asciidoc
cross-cluster-search.asciidoc [DOCS] Document CCS-supported APIs (#52708) 2020-02-24 09:54:33 -05:00
discovery.asciidoc
gateway.asciidoc
http.asciidoc Add Trace Logging of REST Requests (#51684) 2020-02-06 20:05:03 +01:00
indices.asciidoc
network.asciidoc
node.asciidoc [DOCS] Adds recommendation on dedicated master-eligible nodes (#51674) 2020-01-31 12:51:46 +01:00
plugins.asciidoc
remote-clusters.asciidoc
threadpool.asciidoc Remove fixed_auto_queue_size threadpool type (#52280) 2020-02-14 16:20:40 +01:00
transport.asciidoc Add Trace Logging of REST Requests (#51684) 2020-02-06 20:05:03 +01:00