From 4d0a615e4b2725821ac0734d05f220e48c09ebb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20T=C5=B1z?= Date: Sun, 26 Nov 2023 14:05:45 +0100 Subject: [PATCH] feature: add the ua-parser plugin to the filter plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Csaba Tűz --- v1.16/filters/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/v1.16/filters/Gemfile b/v1.16/filters/Gemfile index 1651bff8..f00bb870 100644 --- a/v1.16/filters/Gemfile +++ b/v1.16/filters/Gemfile @@ -14,3 +14,4 @@ gem 'fluent-plugin-rewrite-tag-filter', '2.4.0' gem 'fluent-plugin-multi-format-parser', '1.0.0' gem 'fluent-plugin-grok-parser', '2.6.2' gem 'fluent-plugin-mysqlslowquery', '0.0.9' +gem 'fluent-plugin-ua-parser', '1.2.0'