From 59bcc493de40d349e30f32f858b843bbb94e7467 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Wed, 19 Feb 2020 12:39:43 -0500 Subject: [PATCH] Remove slash for container name on tag rewrite --- fluentd/fluent.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluentd/fluent.conf b/fluentd/fluent.conf index 5c6a474..876fbc9 100644 --- a/fluentd/fluent.conf +++ b/fluentd/fluent.conf @@ -35,7 +35,7 @@ @type rewrite_tag_filter key container_name - pattern /(.+)/ + pattern /\/(.+)/ tag ${tag}.$1