Skip to content

aiming/fluent-plugin-rtf-dash

 
 

Repository files navigation

fluent-plugin-rtf-dash, a plugin for Fluentd Build Status

example

<match test.*.api>
  <store>
    type rtf_dash
    use_of_first_match_tag_regexp \w+\.(\w+)\.
    rewriterule1 user_id .* output.test_play_${tag}.api
    rewriterule2 world_id .* output.world.api
  </store>
  
  <store>
    type file
    path /var/log/debug.log
  </store>
</match>

<match output.*.api>
  type   tdlog
  apikey ********************
</match>

Copyright

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

present package: fluent-plugin-rtf-dash

  • Copyright : Copyright (c) 2013 Aiming Inc.
  • License : Apache License, Version 2.0

About

fluent-plugin-rtf-dash

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%