Sha256: 071f1504c646474f2d710076e5d82e6f4bab0fd58943f193263af28e21de7567

Contents?: true

Size: 657 Bytes

Versions: 1

Compression:

Stored size: 657 Bytes

Contents

# fluent-plugin-add 


## Installation


    gem install fluent-plugin-add

## Configration

    <match test.**>
      type add
      add_tag_prefix debug
      <pair>
        hoge moge
      </pair>
    </match>


### Assuming following inputs are coming:
    test.aa: {"json":"dayo"}
### then output bocomes as belows
    debug.test.aa: {"json":"dayo", "hoge":"moge"}


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Copyright
    Copyright (c) 2013 yu-yamada

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-add-0.0.2 README.md