From 5895aa128cdc2f6c497382b3b2953024386b286d Mon Sep 17 00:00:00 2001 From: cse47122 Date: Fri, 11 Jun 2021 18:51:00 +0000 Subject: [PATCH] Delete 'fluent-config-update.conf' --- fluent-config-update.conf | 104 -------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 fluent-config-update.conf diff --git a/fluent-config-update.conf b/fluent-config-update.conf deleted file mode 100644 index bb43ecc..0000000 --- a/fluent-config-update.conf +++ /dev/null @@ -1,104 +0,0 @@ -# config - - @type stdout - - -# input log - - @type tail - - path /var/log/*.log - path_key tailed_path - - tag stats.node - - # parse json - - @type json - - - pos_file /tmp/fluentd--1605454018.pos - - - -# input stats - - @type tail - - path /var/log-in/*/* - path_key tailed_path - - tag log.node - - # parse none - - @type none - - - pos_file /tmp/fluentd--1605454014.pos - - - -# output mongo log* - - @type copy - - @type mongo_replset - - database app_swarmlab - collection logs - nodes swarmlabmongo1:27017,swarmlabmongo2:27017,swarmlabmongo1:27017 - - user app_swarmlab - password app_swarmlab - - replica_set rs0 - num_retries 60 - capped - capped_size 100m - - - - flush_interval 20s - - - - @type stdout - - - - @type file - path /tmp/mylog - - timekey 1d - timekey_use_utc true - timekey_wait 10s - - - - - - -# output mongo stats* - - @type copy - - @type mongo_replset - - database app_swarmlab - collection logs - nodes swarmlabmongo1:27017,swarmlabmongo2:27017,swarmlabmongo1:27017 - - user swarmlab - password swarmlab - - replica_set rs0 - num_retries 60 - capped - capped_size 100m - - - @type stdout - - -