{"id":31904107,"url":"https://github.com/cloudfoundry-community/fluent-plugin-nats","last_synced_at":"2025-10-13T13:47:19.864Z","repository":{"id":4477783,"uuid":"5616765","full_name":"cloudfoundry-community/fluent-plugin-nats","owner":"cloudfoundry-community","description":"NATS plugin for fluentd Event Collector","archived":false,"fork":false,"pushed_at":"2024-08-14T11:03:05.000Z","size":60,"stargazers_count":17,"open_issues_count":4,"forks_count":2,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-10-07T17:55:31.020Z","etag":null,"topics":["fluentd","fluentd-plugin","nats"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sunghoaraipark/fluent-plugin-nats","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfoundry-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-30T15:23:51.000Z","updated_at":"2024-02-09T14:25:34.000Z","dependencies_parsed_at":"2022-08-22T11:00:19.871Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-community/fluent-plugin-nats","commit_stats":null,"previous_names":["achied/fluent-plugin-nats"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry-community/fluent-plugin-nats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Ffluent-plugin-nats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Ffluent-plugin-nats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Ffluent-plugin-nats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Ffluent-plugin-nats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-community","download_url":"https://codeload.github.com/cloudfoundry-community/fluent-plugin-nats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Ffluent-plugin-nats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015308,"owners_count":26085684,"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-10-13T02:00:06.723Z","response_time":61,"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","nats"],"created_at":"2025-10-13T13:47:19.260Z","updated_at":"2025-10-13T13:47:19.859Z","avatar_url":"https://github.com/cloudfoundry-community.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"fluent-plugin-nats\n==================\n\n[NATS](https://github.com/derekcollison/nats) plugin for\n[fluentd](https://github.com/fluent/fluentd) Event Collector\n\n[![Build Status](https://travis-ci.org/cloudfoundry-community/fluent-plugin-nats.svg?branch=master)](https://travis-ci.org/cloudfoundry-community/fluent-plugin-nats)\n\n## Requirements\n\n| fluent-plugin-nats | Fluentd     | Ruby   |\n|--------------------|-------------|--------|\n| \u003e= 1.0.0           | \u003e= v0.14.20 | \u003e= 2.1 |\n| \u003c 1.0.0            | \u003e= v0.12.0  | \u003e= 1.9 |\n\n# Getting Started\nSetup the NATS input:\n\n~~~~~\n  \u003csource\u003e\n    @type nats\n    tag nats\n    host localhost\n    port 4222\n    user nats\n    password nats\n    queues fluent.\u003e,fluent2.\u003e\n    ssl false\n  \u003c/source\u003e\n~~~~~\n\nSetup the match output:\n\n~~~~\n  \u003cmatch nats.fluent.**\u003e\n    @type stdout\n  \u003c/match\u003e\n~~~~\n\n# Configuration\n\n## Plugin helpers\n\n* thread\n\n* See also: Fluent::Plugin::Input\n\n## Fluent::Plugin::NATSInput\n\n* **host** (string) (optional): NATS server hostname\n  * Default value: `localhost`\n* **user** (string) (optional): Username for authorized connection\n  * Default value: `nats`\n* **password** (string) (optional): Password for authorized connection\n  * Default value: `nats`\n* **port** (integer) (optional): NATS server port\n  * Default value: `4222`\n* **queues** (array) (optional): Subscribing queue names\n  * Default value: `[\"fluent.\u003e\"]`\n* **queue** (string) (optional):\n  * Default value: `fluent.\u003e`\n  * Obsoleted: Use `queues` instead\n* **tag** (string) (optional): The tag prepend before queue name\n  * Default value: `nats`\n* **ssl** (bool) (optional): Enable secure SSL/TLS connection\n  * Default value: `false`\n* **max_reconnect_attempts** (integer) (optional): The max number of reconnect tries\n  * Default value: `150`\n* **reconnect_time_wait** (integer) (optional): The number of seconds to wait between reconnect tries\n  * Default value: `2`\n\n# Suitable Queues\n\n## Components\n* dea.\u003e\n* cloudcontrollers.\u003e\n* router.\u003e\n* cloudcontroller.\u003e\n* vcap.\u003e\n* droplet.\u003e\n* healthmanager.\u003e\n\n## Services\n* FilesystemaaS.\u003e\n* AtmosaaS.\u003e\n* MongoaaS.\u003e\n* MyaaS.\u003e\n* Neo4jaaS.\u003e\n* AuaaS.\u003e\n* RMQaaS.\u003e\n* RaaS.\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Ffluent-plugin-nats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-community%2Ffluent-plugin-nats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Ffluent-plugin-nats/lists"}