y-ken / fluent-plugin-twitter

Fluentd Input/Output plugin to process tweets with Twitter Streaming API.
https://rubygems.org/gems/fluent-plugin-twitter
Other
52 stars 27 forks source link

Add test with v1 config #24

Closed y-ken closed 8 years ago

y-ken commented 8 years ago

It is a sample to use keyword with hashtag for fluent-plugin-twitter.

<source>
  type twitter
    consumer_key        CONSUMER_KEY
    consumer_secret     CONSUMER_SECRET
    oauth_token         OAUTH_TOKEN
    oauth_token_secret  OAUTH_TOKEN_SECRET
    tag                 input.twitter
    timeline            tracking
    keyword             'treasuredata,treasure data,#treasuredata,fluentd,#fluentd'
</source>