{"id":20407824,"url":"https://github.com/restorando/fluent-plugin-amqp","last_synced_at":"2025-10-29T02:41:05.980Z","repository":{"id":8664521,"uuid":"10319980","full_name":"restorando/fluent-plugin-amqp","owner":"restorando","description":"AMQP output plugin for Fluentd","archived":false,"fork":false,"pushed_at":"2023-11-09T08:39:21.000Z","size":17,"stargazers_count":31,"open_issues_count":3,"forks_count":12,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-08-13T21:37:55.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/restorando.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-05-27T18:14:54.000Z","updated_at":"2021-11-01T01:51:24.000Z","dependencies_parsed_at":"2024-11-15T05:36:43.884Z","dependency_job_id":null,"html_url":"https://github.com/restorando/fluent-plugin-amqp","commit_stats":{"total_commits":24,"total_committers":8,"mean_commits":3.0,"dds":0.7083333333333333,"last_synced_commit":"4fed4237e0e662ffb0205dfaef70351dca0ab07e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/restorando/fluent-plugin-amqp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Ffluent-plugin-amqp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Ffluent-plugin-amqp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Ffluent-plugin-amqp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Ffluent-plugin-amqp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/restorando","download_url":"https://codeload.github.com/restorando/fluent-plugin-amqp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Ffluent-plugin-amqp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271449240,"owners_count":24761637,"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-21T02:00:08.990Z","response_time":74,"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":[],"created_at":"2024-11-15T05:26:26.366Z","updated_at":"2025-10-29T02:41:05.927Z","avatar_url":"https://github.com/restorando.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AMQP output plugin for Fluentd\n\nFluentd output plugin to publish events to an amqp broker.\n\nEvents are published one by one using the Fluentd tag as the routing key, in JSON format like:\n\n```javascript\n{ \"key\": \"fluentd-tag\", \"timestamp\": \"fluentd-timestamp\", \"payload\": \"event-payload\" }\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'fluent-plugin-amqp2'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fluent-plugin-amqp2\n\n## Configuration\n\n```\n\u003cmatch pattern\u003e\n  type amqp\n\n  # Set broker host and port\n  host localhost\n  port 5672\n\n  # Set user and password for authentication\n  user guest\n  password guest\n\n  # Configure amqp entities vhost, exchange id and type\n  vhost /\n  exchange my_exchange\n  exchange_type topic\n  exchange_durable true # optionally set exchange durability - default is true.\n  passive false # If true, will not try to create the exchange - default is false.\n  payload_only false # optional - default is false. if true, only the payload will be sent. if false, data format is { \"key\" =\u003e tag, \"timestamp\" =\u003e time, \"payload\" =\u003e record }.\n  content_type application/octet-stream # optional - default is application/octet-stream. some amqp consumers will expect application/json.\n  priority 0 # the priority for the message - requires bunny \u003e= 1.1.6 and rabbitmq \u003e= 3.5\n\u003c/match\u003e\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestorando%2Ffluent-plugin-amqp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestorando%2Ffluent-plugin-amqp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestorando%2Ffluent-plugin-amqp/lists"}