From 6d9c692f71a78cb7b377c1347a2f648bf961567b Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Tue, 7 Feb 2017 16:02:21 +0900 Subject: [PATCH] Add fluent-plugin-tail_path to obsoleted plugins Because in_tail_path had been merged in in_tail in v0.12. ref: https://github.com/fluent/fluentd/issues/945 ref: https://github.com/fluent/fluentd/pull/951 --- scripts/plugins.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/plugins.rb b/scripts/plugins.rb index 5a9f9216..282b8cec 100644 --- a/scripts/plugins.rb +++ b/scripts/plugins.rb @@ -72,7 +72,8 @@ def self.update 'fluent-plugin-hostname', 'fluent-plugin-mysql-bulk', 'fluent-plugin-calc', - 'fluent-plugin-mysqlslowquery' + 'fluent-plugin-mysqlslowquery', + 'fluent-plugin-tail_path', ] end