Sha256: 37d6eddb35d4ae101e339acfefa3565a241b54c4898a51336934a333693c10f8

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 Bytes

Contents

= Fluent event to slack plugin.

= Installation

  $ fluent-gem install fluent-plugin-slack

= Usage

    <match slack>
      type buffered_slack
      api_key XXX
      channel my_room
      username sowasowa
      color good
      icon_emoji :ghost:
    </match>

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

= Copyright

Copyright:: Copyright (c) 2014- Keisuke SOGAWA
License::   Apache License, Version 2.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-slack-0.1.0 README.rdoc
fluent-plugin-slack-0.0.1 README.rdoc