Skip to content

Commit

Permalink
Merge pull request #88 from csabatuz-chess/plugin/ua-parser
Browse files Browse the repository at this point in the history
feature: add the ua-parser plugin to the filter plugins
  • Loading branch information
OverOrion authored Nov 28, 2023
2 parents d0b1396 + 1a37ca0 commit 24502f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions v1.16/filters/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
14 changes: 11 additions & 3 deletions v1.16/filters/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GEM
remote: https://index.rubygems.org/
specs:
fluent-plugin-ua-parser (1.2.0)
fluentd (>= 0.14, < 2)
lru_redux (>= 1.0.0)
user_agent_parser (>= 2.2.0)
lru_redux (1.1.0)
user_agent_parser (2.16.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -89,6 +99,4 @@ DEPENDENCIES
fluent-plugin-rewrite-tag-filter (= 2.4.0)
fluent-plugin-tag-normaliser (= 0.1.2)
fluent-plugin-throttle (= 0.0.5)

BUNDLED WITH
2.4.21
fluent-plugin-ua-parser (= 1.2.0)

0 comments on commit 24502f8

Please sign in to comment.