From 579ddb23574f4d5ab5d0ff999fafdf590f21d2a8 Mon Sep 17 00:00:00 2001 From: Sascha Date: Mon, 30 Jul 2018 14:28:47 +0200 Subject: [PATCH] deuwo prd immobilienimport to logstash --- .../web01-deutsche-wohnen-com.pixelpark.net.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml index 65e0caa2..3bcdc349 100644 --- a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -6,6 +6,7 @@ infra::additional_classes: - infra::profile::postfix - logstash - infra::profile::clamav + - logstash # - zabbix::agent @@ -153,3 +154,13 @@ infra::profile::clamav::clamd_options: OnAccessPrevention: 'yes' OnAccessExtraScanning: 'yes' VirusEvent: '/bin/echo "ClamAV REPORT: Virus %v found! File: $CLAM_VIRUSEVENT_FILENAME" | mail -s "Virus found" 8x5@pixelpark.com' + +logstash::generic_resource: + flugdaten: + resource: file + order: 10 # Input + parameters: + path: '/var/log/deuwo/deuwo_import.log' + type: immobilien + tags: + - "%{customer}" -- 2.39.5