No commit activity in last 3 years
No release in over 3 years
Fluentd Output plugin to process yammer messages with Yammer API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

>= 0
 Project Readme

fluent-plugin-yammer, a plugin for Fluentd

Gem Version Build Status

Component

Fluentd Output plugin to process yammer messages with Yammer API.

Installation

native gem

gem install fluent-plugin-yammer

td-agent gem

/usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-yammer

Output Configuration

Output Sample

<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>

Debug

$ curl http://localhost:8888/notify.yammer -F 'json={"message":"(^^)"}'

Reference

REST API | Yammer Developer

https://developer.yammer.com/restapi/

Writing plugins | Fluentd

http://docs.fluentd.org/articles/plugin-development

fluent-plugin-twitter

https://github.com/y-ken/fluent-plugin-twitter/

Copyright

Copyright © 2013- Shinohara Teruki ( https://twitter.com/ts_3156 )

License

Apache License, Version 2.0