https://github.com/okkez/fluent-config-regexp-type
https://github.com/okkez/fluent-config-regexp-type
Last synced: about 22 hours ago
JSON representation
Repository metadata
- Host: GitHub
- URL: https://github.com/okkez/fluent-config-regexp-type
- Owner: okkez
- License: apache-2.0
- Created: 2018-04-06T06:48:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T00:56:19.000Z (11 months ago)
- Last Synced: 2026-02-18T17:29:07.463Z (13 days ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
- Releases: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
README.md
fluent-config-regexp-type
Fluentd 1.2.0 supports regexp type in config_param.
This gem backports regexp type for config_param.
Installation
Add this line to your application's Gemfile:
gem 'fluent-config-regexp-type'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fluent-config-regexp-type
Usage
require "fluent/plugin/output"
# Load this library's monkey patch
require "fluent/config/regexp_type"
class Fluent::Plugin::SampleOutput < Fluent::Plugin::Output
Fluent::Plugin.register_output('rewrite_tag_filter', self)
config_param :pattern, :regexp
def process(tag, es)
# ...
end
end
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/okkez/fluent-config-regexp-type.
License
Apache License, Version 2.0
Owner metadata
- Name: okkez
- Login: okkez
- Email: okkez000@gmail.com
- Kind: user
- Description: programmer
- Website: http://www.okkez.net/
- Location: Saitama, Japan
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/33111?v=4
- Repositories: 226
- Last ynced at: 2026-01-26T02:52:14.029Z
- Profile URL: https://github.com/okkez
GitHub Events
Total
- Issue comment event: 2
- Push event: 1
- Pull request event: 1
Last Year
- Issue comment event: 2
- Push event: 1
- Pull request event: 1
Committers metadata
Last synced: 1 day ago
Total Commits: 6
Total Committers: 2
Avg Commits per committer: 3.0
Development Distribution Score (DDS): 0.167
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Kenji Okimoto | o****o@c****m | 5 |
| Kentaro Hayashi | k****s@g****m | 1 |
Committer domains:
Issue and Pull Request metadata
Last synced: 11 days ago
Total issues: 0
Total pull requests: 1
Average time to close issues: N/A
Average time to close pull requests: over 4 years
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 2.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
Top Pull Request Authors
- kenhys (2)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 128,657,469 total
- Total docker downloads: 2,016,077,754
- Total dependent packages: 1 (may contain duplicates)
- Total dependent repositories: 810 (may contain duplicates)
- Total versions: 2
- Total maintainers: 1
gem.coop: fluent-config-regexp-type
The compatibility monkey patch to use regexp type
- Homepage: https://github.com/okkez/fluent-config-regexp-type
- Documentation: http://www.rubydoc.info/gems/fluent-config-regexp-type/
- Licenses: apache-2.0
- Latest release: 1.0.0 (published almost 8 years ago)
- Last Synced: 2026-03-02T04:33:49.412Z (1 day ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 64,337,846 Total
- Docker Downloads: 1,008,038,877
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Docker downloads count: 0.086%
- Average: 0.131%
- Downloads: 0.439%
- Maintainers (1)
rubygems.org: fluent-config-regexp-type
The compatibility monkey patch to use regexp type
- Homepage: https://github.com/okkez/fluent-config-regexp-type
- Documentation: http://www.rubydoc.info/gems/fluent-config-regexp-type/
- Licenses: apache-2.0
- Latest release: 1.0.0 (published almost 8 years ago)
- Last Synced: 2026-02-28T20:00:43.583Z (3 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 810
- Downloads: 64,319,623 Total
- Docker Downloads: 1,008,038,877
-
Rankings:
- Docker downloads count: 0.117%
- Downloads: 0.427%
- Dependent repos count: 1.17%
- Dependent packages count: 7.703%
- Average: 12.863%
- Forks count: 22.131%
- Stargazers count: 45.631%
- Maintainers (1)
Dependencies
- appraisal >= 0 development
- bundler ~> 1.16 development
- rake > 10.0 development
- test-unit > 3 development
- fluentd > 1.0.0, < 2
Score: -Infinity