y-ken / fluent-plugin-twitter

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

how would i compile a new gem plugin to install such that I can have more fields from twitter api? #23

Closed holajoyce closed 7 years ago

holajoyce commented 8 years ago

how would i compile a new gem plugin to install such that I can have more fields from twitter api?

Also wondering, why the whole tweet object was not kept intact

y-ken commented 8 years ago

to keep whole tweet, Set option output_format nest or output_format flat.