fluent-plugin-yammer, a plugin for Fluentd
Fluentd Output plugin to process yammer messages with Yammer API.
gem install fluent-plugin-yammer
/usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-yammer
<source>
type http
port 8888
</source>
<match notify.yammer>
type yammer
access_token YOUR_ACCESS_TOKEN
group_id GROUP_ID_YOU_WANT_TO_POST_A_MESSAGE_ON
</match>
$ curl http://localhost:8888/notify.yammer -F 'json={"message":"(^^)"}'
https://developer.yammer.com/restapi/
http://docs.fluentd.org/articles/plugin-development
https://github.com/y-ken/fluent-plugin-twitter/
Copyright © 2013- Shinohara Teruki ( https://twitter.com/ts_3156 )
Apache License, Version 2.0