A summary of data about the Ruby ecosystem.

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

README.md

fluent-config-regexp-type

Build Status

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


GitHub Events

Total
Last Year

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 Email 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

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/okkez/fluent-config-regexp-type

Top Issue Authors

Top Pull Request Authors

  • kenhys (2)

Top Issue Labels

Top Pull Request Labels


Package metadata

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

fluent-config-regexp-type.gemspec rubygems
  • appraisal >= 0 development
  • bundler ~> 1.16 development
  • rake > 10.0 development
  • test-unit > 3 development
  • fluentd > 1.0.0, < 2
Gemfile rubygems

Score: -Infinity