From 3792df9e97727d05c5a28320989d8a819aac3975 Mon Sep 17 00:00:00 2001 From: sambufe Date: Mon, 28 Aug 2017 16:51:48 +0200 Subject: [PATCH] FBBKERNSERV-253 --- customer/fbb-ws/test.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index b40da695..795e93c8 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -5,6 +5,7 @@ infra::additional_classes: - infra::profile::apache_php - infra::profile::postfix - infra::profile::cron + - logstash accounts::users: #pixelpark @@ -23,6 +24,27 @@ accounts::users: apply: true sudo: false + logstash::generic_resource: + webservice: + resource: file + order: 10 # Input + parameters: + path: '/var/log/fbb_webservice/*.*' + type: webservice + tags: + - "webservice" + - "%{customer}" + - "%{environment}" + cdm_webservice: + resource: file + order: 10 # Input + parameters: + path: '/var/log/fbb_cdm_webservice/*.*' + type: cdm_webservice + tags: + - "cdm_webservice" + - "%{customer}" + - "%{environment}" sudo::configs: jenkins_rights: -- 2.39.5