Sha256: 0251a0ff73e0e8b2c49c8cfbb7b4cbc9fe1203b357ebeee7005a0874e9f0f16e

Contents?: true

Size: 424 Bytes

Versions: 10

Compression:

Stored size: 424 Bytes

Contents

<source>
  type forward
</source>

<match tag> 
  type slack
  token "#{ENV['TOKEN']}"
  username fluentd
  color good
  icon_emoji :ghost: # if you want to use icon_url, delete this param.
  #icon_url http://www.google.com/s2/favicons?domain=www.google.de
  channel general
  message %s %s
  message_keys tag,message
  title %s %s
  title_keys tag,message
  flush_interval 1s # slack API has limit as a post / sec
</match>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fluent-plugin-slack-0.6.5 example.conf
fluent-plugin-slack-0.6.4 example.conf
fluent-plugin-slack-0.6.3 example.conf
fluent-plugin-slack-0.6.2 example.conf
fluent-plugin-slack-0.6.1 example.conf
fluent-plugin-slack-0.6.0 example.conf
fluent-plugin-slack-0.5.5 example.conf
fluent-plugin-slack-0.5.4 example.conf
fluent-plugin-slack-0.5.3 example.conf
fluent-plugin-slack-0.5.2 example.conf