Sha256: b11a6e38a6eb6f9a4082059bbc420342cc210a92c93841de9b00d30767381643

Contents?: true

Size: 663 Bytes

Versions: 1

Compression:

Stored size: 663 Bytes

Contents

= fluent-plugin-rewrite-tag-filter

== Component

=== RewriteTagFilterOutput

Modify Tags with data matches any of specified regexp patterns in specified attribute.

== Configuration

    <match td.apache.access>
      type rewrite_tag_filter
      rewriterule1 domain ^maps\.google\.com$ site.Google.Map
      rewriterule2 domain ^news.google\.com$ site.Google.News
      rewriterule3 agent (Googlebot|Crawler|Spyder) agent.Robot
      rewriterule4 referer headlines\.yahoo\.co\.jp referer.YahooHeadlines
    </match>

== TODO

- patches welcome!

== Copyright

Copyright:: Copyright (c) 2012- Kentaro Yoshida (yoshi_ken)
License::   Apache License, Version 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-rewrite-tag-filter-0.0.1 README.rdoc