Sha256: 6679490706ded3280c8a07445eb698db8cee06725bff0aa8a15854f4c4a16a60

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name        = "fluent-plugin-rewrite-tag-filter"
  s.version     = "2.3.0"
  s.license     = "Apache-2.0"
  s.authors     = ["Kentaro Yoshida"]
  s.email       = ["y.ken.studio@gmail.com"]
  s.homepage    = "https://github.com/fluent/fluent-plugin-rewrite-tag-filter"
  s.summary     = %q{Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite. Re-emmit a record with rewrited tag when a value matches/unmatches with the regular expression. Also you can change a tag from apache log by domain, status-code(ex. 500 error), user-agent, request-uri, regex-backreference and so on with regular expression.}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency "test-unit", ">= 3.1.0"
  s.add_development_dependency "test-unit-rr"
  s.add_development_dependency "rake"
  s.add_runtime_dependency "fluentd", ">= 0.14.2", "< 2"
  s.add_runtime_dependency "fluent-config-regexp-type"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-rewrite-tag-filter-2.3.0 fluent-plugin-rewrite-tag-filter.gemspec