From 6ab555c666803ac378283b07d09541dbae8c50d8 Mon Sep 17 00:00:00 2001 From: "samuel.bufe" Date: Thu, 11 Aug 2016 16:07:28 +0200 Subject: [PATCH] fixed unicast discovery --- customer/elk/common.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5