Socket
Book a DemoInstallSign in
Socket

fluent-plugin-zulip

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

0.3.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

fluent-plugin-zulip

Fluentd output plugin to post messages to Zulip chat application.

Zulip is a powerful open source group chat.

Requirements

fluent-plugin-zulipfluentdruby
>= 0.1.0>= v0.14.0>= 2.1
N/A>= v0.12.0>= 1.9

NOTE: fluent-plugin-zulip doesn't support Fluentd v0.12.x

Installation

RubyGems

$ gem install fluent-plugin-zulip

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-zulip"

And then execute:

$ bundle

Configuration

  • See also: Fluent::Plugin::Output
<source>
  @type dummy
  dummy { "message": "This is a message" }
  tag dummy.log
</source>

<match **>
  @type zulip
  api_endpoint https://zulip.example.com/api/v1/messages
  bot_email_address test-bot@example.com
  bot_api_key xxxxxxxxxxxxxxxxxxxxxxxxxx
</match>

Fluent::Plugin::ZulipOutput

  • site (string) (required): Site URI
  • bot_email_address (string) (required): Bot email address
  • bot_api_key (string) (required): Bot API key
  • message_type (enum) (optional): Send message type
    • Available values: private, stream
    • Default value: stream.
  • stream_name (string) (optional): Target stream name
    • Default value: social.
  • recipients (array) (optional): User names (email address) of the recipients for private message
    • Default value: [].
  • subject (string) (optional): Topic subject
  • subject_key (string) (optional): Topic subject from record
  • content_key (string) (optional): Content from record
    • Default value: message.
  • Copyright(c) 2017- Kenji Okimoto
  • License
    • Apache License, Version 2.0

FAQs

Package last updated on 09 Mar 2018

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.