1
0
mirror of https://github.com/erlang/docker-erlang-example.git synced 2025-08-07 06:42:52 +03:00
Files
Kjell Winblad 36d97779cc Refactoring: Copy ELK stack example
This commit copies Siri Hansen's (@sirihansen) ELK stack example from:

https://github.com/erlang/docker-erlang-example/tree/elk
2019-05-20 14:28:51 +02:00

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