elasticsearch/docs/reference/setup
Joe Zack b6b98f72ce Fix discovery config in docker-compose docs (#41394)
Today's `docker-compose` docs are missing the `discovery.seed_nodes` config on
one of the nodes. With today's configuration the cluster can still form the
first time it is started, because `cluster.initial_master_nodes` requires both
nodes to bootstrap the cluster which ensures that each discover the other.
However if `es02` is elected master it will remove `es01` from the voting
configuration and then when restarted it will form a cluster on its own without
needing to do any discovery. Meanwhile `es01` doesn't know how to find `es02`
after a restart so will be unable to join this cluster.

This commit fixes this by adding the missing configuration.
2019-04-20 09:33:04 +01:00
..
images
important-settings Further clarify cluster.initial_master_nodes (#41179) 2019-04-14 10:39:50 +01:00
install Fix discovery config in docker-compose docs (#41394) 2019-04-20 09:33:04 +01:00
sysconfig
add-nodes.asciidoc
bootstrap-checks-xes.asciidoc
bootstrap-checks.asciidoc Rename static Zen1 settings (#38333) 2019-02-05 08:46:52 +00:00
configuration.asciidoc
important-settings.asciidoc
install.asciidoc Add docs for bundled jdk (#40487) 2019-03-29 09:04:46 -04:00
jvm-options.asciidoc
logging-config.asciidoc
secure-settings.asciidoc [DOCS] Improve docs for 'elasticsearch-keystore add-file' command (#41084) 2019-04-11 08:48:42 -04:00
setup-xclient.asciidoc
setup-xes.asciidoc [DOCS] Removes X-Pack settings section (#39870) 2019-03-14 14:22:06 -07:00
starting.asciidoc Add docs for bundled jdk (#40487) 2019-03-29 09:04:46 -04:00
stopping.asciidoc
sysconfig.asciidoc