You've already forked docker-erlang-example
mirror of
https://github.com/erlang/docker-erlang-example.git
synced 2025-08-07 06:42:52 +03:00
This commit copies Siri Hansen's (@sirihansen) ELK stack example from: https://github.com/erlang/docker-erlang-example/tree/elk
9 lines
299 B
YAML
9 lines
299 B
YAML
cluster.name: "docker-cluster"
|
|
network.host: 0.0.0.0
|
|
|
|
# minimum_master_nodes need to be explicitly set when bound on a public IP
|
|
# set to 1 to allow single node clusters
|
|
# Details: https://github.com/elastic/elasticsearch/pull/17288
|
|
discovery.zen.minimum_master_nodes: 1
|
|
|
|
discovery.type: single-node |