{"id":21056949,"url":"https://github.com/fluent-plugins-nursery/fluent-plugin-zulip","last_synced_at":"2025-08-14T08:22:17.999Z","repository":{"id":54505810,"uuid":"79996566","full_name":"fluent-plugins-nursery/fluent-plugin-zulip","owner":"fluent-plugins-nursery","description":"Fluentd output plugin for Zulip powerful open source group chat","archived":false,"fork":false,"pushed_at":"2021-02-15T04:12:42.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-27T18:13:18.531Z","etag":null,"topics":["fluentd","fluentd-plugin","zulip"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluent-plugins-nursery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-25T08:36:08.000Z","updated_at":"2021-02-15T04:12:47.000Z","dependencies_parsed_at":"2022-08-13T18:10:09.659Z","dependency_job_id":null,"html_url":"https://github.com/fluent-plugins-nursery/fluent-plugin-zulip","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fluent-plugins-nursery/fluent-plugin-zulip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Ffluent-plugin-zulip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Ffluent-plugin-zulip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Ffluent-plugin-zulip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Ffluent-plugin-zulip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent-plugins-nursery","download_url":"https://codeload.github.com/fluent-plugins-nursery/fluent-plugin-zulip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-plugins-nursery%2Ffluent-plugin-zulip/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270385487,"owners_count":24574564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluentd","fluentd-plugin","zulip"],"created_at":"2024-11-19T16:55:13.624Z","updated_at":"2025-08-14T08:22:17.910Z","avatar_url":"https://github.com/fluent-plugins-nursery.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-zulip\n\n[Fluentd](http://fluentd.org/) output plugin to post messages to Zulip chat application.\n\n[Zulip](https://zulip.org/) is a powerful open source group chat.\n\n## Requirements\n\n| fluent-plugin-zulip | fluentd    | ruby   |\n|---------------------|------------|--------|\n| \u003e= 0.1.0            | \u003e= v0.14.0 | \u003e= 2.1 |\n| N/A                 | \u003e= v0.12.0 | \u003e= 1.9 |\n\nNOTE: fluent-plugin-zulip doesn't support Fluentd v0.12.x\n\n## Installation\n\n### RubyGems\n\n```\n$ gem install fluent-plugin-zulip\n```\n\n### Bundler\n\nAdd following line to your Gemfile:\n\n```\ngem \"fluent-plugin-zulip\"\n```\n\nAnd then execute:\n\n```\n$ bundle\n```\n\n## Configuration\n\n* See also: Fluent::Plugin::Output\n\n```aconf\n\u003csource\u003e\n  @type dummy\n  dummy { \"message\": \"This is a message\" }\n  tag dummy.log\n\u003c/source\u003e\n\n\u003cmatch **\u003e\n  @type zulip\n  api_endpoint https://zulip.example.com/api/v1/messages\n  bot_email_address test-bot@example.com\n  bot_api_key xxxxxxxxxxxxxxxxxxxxxxxxxx\n\u003c/match\u003e\n```\n\n## Fluent::Plugin::ZulipOutput\n\n* **site** (string) (required): Site URI\n* **bot_email_address** (string) (required): Bot email address\n* **bot_api_key** (string) (required): Bot API key\n* **message_type** (enum) (optional): Send message type\n  * Available values: private, stream\n  * Default value: `stream`.\n* **stream_name** (string) (optional): Target stream name\n  * Default value: `social`.\n* **recipients** (array) (optional): User names (email address) of the recipients for private message\n  * Default value: `[]`.\n* **subject** (string) (optional): Topic subject\n* **subject_key** (string) (optional): Topic subject from record\n* **content_key** (string) (optional): Content from record\n  * Default value: `message`.\n\n## Copyright\n\n* Copyright(c) 2017- Kenji Okimoto\n* License\n  * Apache License, Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-plugins-nursery%2Ffluent-plugin-zulip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-plugins-nursery%2Ffluent-plugin-zulip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-plugins-nursery%2Ffluent-plugin-zulip/lists"}