fluent-plugin-yo
A fluentd plugin to send Yo
Component
YoOutput
Configuration
- Registrer Yo API via http://yoapi.justyo.co/
- Register your account to API account in Yo app
- Configure as below:
<match yo.**>
type yo
api_key foobarbuz
</match>
- And then, it is useful to use fluent-plugin-notifier to emit yo tag.
See Also
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request