From 92e75f8aed7bc5228db6f472949af6a1e94bfcc6 Mon Sep 17 00:00:00 2001 From: "samuel.bufe" Date: Fri, 12 Aug 2016 10:52:38 +0200 Subject: [PATCH] binding transport.host --- customer/elk/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index d4e27672..d03b51d9 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -37,6 +37,7 @@ elasticsearch::config: http.port: '9200' http.enabled: "true" http.host: 0.0.0.0 + transport.host: 0.0.0.0 discovery.zen.ping.unicast.hosts: ["93.188.104.53", "93.188.104.52"] logstash::manage_repo: true -- 2.39.5