Socket
Book a DemoInstallSign in
Socket

fluent-plugin-chatwork

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-chatwork

2.0.3
bundlerRubygems
Version published
Maintainers
1
Created
Source

fluent-plugin-chatwork

fluentd output plugin for post to ChatWork

Gem Version Build Status Coverage Status Code Climate Inline docs

Requirements

fluent-plugin-chatworkfluentdruby
>= 2.0.0>= v0.14.0>= 2.1
< 2.0.0>= v0.12.0>= 1.9

Installation

$ gem install fluent-plugin-chatwork

Configure

For non-buffered

<match **>
  @type        chatwork
  api_token    YOUR_SECRET_TOKEN
  room_id      0000000000
  message      Hello ChatWork!\n<%= record["value"] %>
</match>

For buffered

<match **>
  @type        chatwork
  api_token    YOUR_SECRET_TOKEN
  room_id      0000000000
  message      Hello ChatWork!\n<%= record["value"] %>
  buffered     true
  <buffer tag>
    @type memory
  </buffer>
</match>
  • api_token
    • secret api token
  • room_id
    • send message to this room
  • message
    • message content
    • support erb format
    • support newline character (\n)
  • buffered
    • Switch non-buffered/buffered output

Contributing

FAQs

Package last updated on 19 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.