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
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
This commit is contained in:
9
advanced_examples/elk/elasticsearch/elasticsearch.yml
Normal file
9
advanced_examples/elk/elasticsearch/elasticsearch.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user