No commit activity in last 3 years
No release in over 3 years
fluentd plugin output to im.kayac.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

 Project Readme

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.

Installation

$ gem install fluent-plugin-imkayac

Configuration

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:foo@example.com
</match>

See also

im.kayac.com API documentation

Copyright

  • Copyright (c) 2012- FUJIWARA Shunichiro
  • License: Apache License, Version 2.0