Fluent::Plugin::Imkayac, a plugin for Fluentd
Fluentd output plugin to im.kayac.com.
im.kayac.com is a web service that provides some notification APIs.
$ gem install fluent-plugin-imkayac
Specify your username
of im.kayac.com.
<match app.error>
type imkayac
username USERNAME
</match>
Using password authentication.
<match app.error>
type imkayac
username USERNAME
password PASSWORD
</match>
Using secret authentication.
<match app.error>
type imkayac
username USERNAME
secret_key SECRET
</match>
handler
: custom url scheme for iPhone application.
<match app.error>
type imkayac
username USERNAME
handler mailto:[email protected]
</match>
im.kayac.com API documentation
- Copyright (c) 2012- FUJIWARA Shunichiro
- License: Apache License, Version 2.0