From: samuel.bufe Date: Wed, 7 Sep 2016 14:22:38 +0000 (+0200) Subject: fixed ssl output X-Git-Tag: v0.1.0~4178 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=71832a2d4103059d7384d0281c918d5545f7e0cc;p=pixelpark%2Fhiera.git fixed ssl output --- diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index 6fbf81e6..efe993e0 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -68,9 +68,6 @@ logstash::manage_repo: true logstash::repo_version: "2.3" logstash::java_install: true -site::profile::logstash::output: - - elasticsearch - logstash::generic_resource: redis1: resource: redis @@ -89,3 +86,9 @@ logstash::generic_resource: port: 6379 key: logstash data_type: list + elasticsearch: + resource: elasticsearch + order: 71 + parameters: + hosts: "%{fqdn}" + ssl: true