diff --git a/deployment_scripts/puppet/modules/lma_collector/manifests/logs/rabbitmq.pp b/deployment_scripts/puppet/modules/lma_collector/manifests/logs/rabbitmq.pp index ac2548a62..58e88b9c0 100644 --- a/deployment_scripts/puppet/modules/lma_collector/manifests/logs/rabbitmq.pp +++ b/deployment_scripts/puppet/modules/lma_collector/manifests/logs/rabbitmq.pp @@ -24,7 +24,7 @@ class lma_collector::logs::rabbitmq { heka::splitter::regex { 'rabbitmq': config_dir => $lma_collector::params::config_dir, - delimiter => '\n(=[^=]+====)', + delimiter => '\n\n(=[^=]+====)', delimiter_eol => false, notify => Class['lma_collector::service'], }