Sha256: fb0d07ff9e56fc2b17e155e0931964384dca866acfda89146fda24ed2c177ff6

Contents?: true

Size: 715 Bytes

Versions: 2

Compression:

Stored size: 715 Bytes

Contents

<source>
  type forward
  port 24224
</source>

#<source>
#  type twitter
#  consumer_key        "#{ENV['TWITTER_CONSUMER_KEY']}"       # Required
#  consumer_secret     "#{ENV['TWITTER_CONSUMER_SECRET']}"    # Required
#  oauth_token         "#{ENV['OAUTH_TOKEN']}"        # Required
#  oauth_token_secret  "#{ENV['OAUTH_TOKEN_SECRET']}" # Required
#  tag                 kuromoji.input           # Required
#  timeline            userstream        # Required (sampling or userstream)
#  output_format       nest
#</source>

<match kuromoji.input>
  type kuromoji
  target_key message
  add_tag_prefix analyzed
  dictionary_path sample/userdict.txt
</match>

<match analyzed.kuromoji.input>
  type stdout
</match>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-kuromoji-0.0.2 sample/fluent.conf
fluent-plugin-kuromoji-0.0.1 sample/fluent.conf