Sha256: 3cf45fae6994ccb36ab71b1e4e26997ff572c215149528c059ddc16a85eb9a78

Contents?: true

Size: 494 Bytes

Versions: 3

Compression:

Stored size: 494 Bytes

Contents

= 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 (c) 2014- Keisuke SOGAWA
License::   Apache License, Version 2.0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-slack-0.2.1 README.rdoc
fluent-plugin-slack-0.2.0 README.rdoc
fluent-plugin-slack-0.1.1 README.rdoc