From: samuel.bufe Date: Thu, 11 Aug 2016 14:07:28 +0000 (+0200) Subject: fixed unicast discovery X-Git-Tag: v0.1.0~4321^2~2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=6ab555c666803ac378283b07d09541dbae8c50d8;p=pixelpark%2Fhiera.git fixed unicast discovery --- diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index 94bd3de3..b8cc1a13 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -39,7 +39,9 @@ elasticsearch::config: http.port: '9200' http.enabled: "true" http.host: 0.0.0.0 - discovery.zen.ping.unicast.hosts: '["93.188.104.53", "93.188.104.52"]' + discovery.zen.ping.unicast.hosts: + - "93.188.104.53" + - "93.188.104.52" logstash::manage_repo: true