OpenSearch/docs/reference/setup
Joe Zack 2b20bd0b8d 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:31 +01:00
..
images [DOCS] Intro for adding nodes (#37202) 2019-01-15 11:11:01 -08:00
important-settings Further clarify cluster.initial_master_nodes (#41179) 2019-04-14 10:39:47 +01:00
install Fix discovery config in docker-compose docs (#41394) 2019-04-20 09:33:31 +01:00
sysconfig [DOCS] More info on disabling swap (#37248) 2019-01-25 08:39:58 +10:00
add-nodes.asciidoc [DOCS] Intro for adding nodes (#37202) 2019-01-15 11:11:01 -08:00
bootstrap-checks-xes.asciidoc [DOCS] Update X-Pack terminology in security docs (#36564) 2018-12-19 14:53:37 -08:00
bootstrap-checks.asciidoc Rename static Zen1 settings (#38333) 2019-02-05 08:46:52 +00:00
configuration.asciidoc [DOCS] Correct typo in configuration (#28903) 2018-03-06 15:50:46 +01:00
important-settings.asciidoc [DOCS] Add missing docs include 2018-08-07 17:49:48 +01:00
install.asciidoc Add docs for bundled jdk (#40487) 2019-03-29 09:08:32 -04:00
jvm-options.asciidoc Reinsert paragraph about heap size 2017-12-12 11:09:24 -05:00
logging-config.asciidoc Elasticsearch support to JSON logging (#36833) 2019-01-29 07:20:09 +01:00
secure-settings.asciidoc [DOCS] Improve docs for 'elasticsearch-keystore add-file' command (#41084) 2019-04-11 08:50:13 -04:00
setup-xclient.asciidoc [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
setup-xes.asciidoc [DOCS] Removes X-Pack settings section (#39870) 2019-03-14 14:37:37 -07:00
starting.asciidoc Add docs for bundled jdk (#40487) 2019-03-29 09:08:32 -04:00
stopping.asciidoc [DOC] Remove obsolete node names from documentation 2016-09-19 11:56:28 +02:00
sysconfig.asciidoc Add docs on JNA temp directory not being noexec (#35355) 2018-11-07 22:25:37 -05:00