Fluent event to slack plugin.

Installation

$ fluent-gem install fluent-plugin-slack

Usage

<match slack>
  type buffered_slack
  api_key XXX
  channel %23general # You should use %23 in return for #
  username sowasowa
  color good
  icon_emoji :ghost:
</match>

fluent_logger.post('buffered_slack', {
  :message  => 'Hello<br>World!'
})

Copyright

Copyright

Copyright © 2014- Keisuke SOGAWA

License

Apache License, Version 2.0