From aac15db0a46ecb6ee012b9e682739926078328a6 Mon Sep 17 00:00:00 2001 From: "samuel.bufe" Date: Wed, 10 Aug 2016 11:15:29 +0200 Subject: [PATCH] enabled elastic http access --- customer/elk/common.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index e7b1a88b..75172de7 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -10,8 +10,8 @@ redis::bind: 0.0.0.0 elasticsearch::manage_repo: true elasticsearch::restart_on_change: true elasticsearch::repo_version: '2.x' -elasticsearch::instance: - es-01 +elasticsearch::instances: + 'es-01': {} elasticsearch::config: cluster.name: "elk-logstash" @@ -29,6 +29,9 @@ elasticsearch::config: threadpool.index.type: fixed threadpool.index.size: 60 threadpool.index.queue_size: 200 + http.port: '9200' + http.enabled: "true" + http.host: 0.0.0.0 logstash::manage_repo: true -- 2.39.5