From 8932f1edb6823e79b673206d4998b8e952275833 Mon Sep 17 00:00:00 2001 From: adobdin Date: Tue, 16 Aug 2016 10:17:11 +0000 Subject: [PATCH] fix: exclude filter should be array --- config.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 6debbba..20dd8e9 100644 --- a/config.yaml +++ b/config.yaml @@ -23,16 +23,19 @@ timeout: 15 compress_timeout: 3600 logs: path: '/var/log' - exclude: '[-_]\d{8}$|atop[-_]|\.gz$' + exclude: + - '[-_]\d{8}$|atop[-_]|\.gz$' # by_roles: # compute: # logs: # path: '/var/log' -# include: 'compute' +# include: +# - 'compute' # ceph-osd: # logs: # path: '/var/log' -# include: 'ceph' +# include: +# - 'ceph' # start: '2016-05-05' # by_id: # 1: