From: samuel.bufe Date: Wed, 10 Aug 2016 09:15:29 +0000 (+0200) Subject: enabled elastic http access X-Git-Tag: v0.1.0~4336 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=aac15db0a46ecb6ee012b9e682739926078328a6;p=pixelpark%2Fhiera.git enabled elastic http access --- 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