From 6a232cbd5772c1fe899a759c7e94877fa36ce411 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 22 Feb 2018 10:52:42 +0100 Subject: [PATCH] SERVICEDESK-1887 disable logstash --- customer/fbb-werbung/common.yaml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/customer/fbb-werbung/common.yaml b/customer/fbb-werbung/common.yaml index 07a2f270..831a3f68 100644 --- a/customer/fbb-werbung/common.yaml +++ b/customer/fbb-werbung/common.yaml @@ -7,21 +7,22 @@ accounts::users: java::package: java-1.8.0-oraclejdk -infra::profile::logstash::apache::resources: - magnolia: - resource: file - order: 10 # Input - parameters: - path: '/var/lib/tomcat-instances/magnolia/data/logs/*.log' - type: app - tags: - - "%{customer}" - - "%{tier}" - codec: - type: multiline - what: previous - pattern: "^%%{ich-trickse}{TIMESTAMP_ISO8601}" - negate: true + +# infra::profile::logstash::apache::resources: +# magnolia: +# resource: file +# order: 10 # Input +# parameters: +# path: '/var/lib/tomcat-instances/magnolia/data/logs/*.log' +# type: app +# tags: +# - "%{customer}" +# - "%{tier}" +# codec: +# type: multiline +# what: previous +# pattern: "^%%{ich-trickse}{TIMESTAMP_ISO8601}" +# negate: true xymon::procs: postgres: -- 2.39.5