{"id":19495854,"url":"https://github.com/hakobera/fluent-plugin-heroku-syslog","last_synced_at":"2025-04-25T21:32:46.094Z","repository":{"id":13674581,"uuid":"16368274","full_name":"hakobera/fluent-plugin-heroku-syslog","owner":"hakobera","description":"fluent plugin to drain heroku syslog","archived":false,"fork":false,"pushed_at":"2018-01-30T09:00:07.000Z","size":251,"stargazers_count":6,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T03:41:14.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sanderheilbron/vimeo.ga.js","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hakobera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-30T04:26:46.000Z","updated_at":"2021-09-12T08:54:30.000Z","dependencies_parsed_at":"2022-09-22T14:24:24.681Z","dependency_job_id":null,"html_url":"https://github.com/hakobera/fluent-plugin-heroku-syslog","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobera%2Ffluent-plugin-heroku-syslog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobera%2Ffluent-plugin-heroku-syslog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobera%2Ffluent-plugin-heroku-syslog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobera%2Ffluent-plugin-heroku-syslog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hakobera","download_url":"https://codeload.github.com/hakobera/fluent-plugin-heroku-syslog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250216164,"owners_count":21393913,"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","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-10T21:39:12.296Z","updated_at":"2025-04-25T21:32:45.621Z","avatar_url":"https://github.com/hakobera.png","language":"Ruby","readme":"# fluent-plugin-heroku-syslog\n\n[fluent](http://fluentd.org) plugin to drain heroku syslog.\n\n[![Build Status](https://travis-ci.org/hakobera/fluent-plugin-heroku-syslog.png?branch=master)](https://travis-ci.org/hakobera/fluent-plugin-heroku-syslog)\n\n## Installation\n\nInstall with gem or fluent-gem command as:\n\n```\n# for fluentd\n$ gem install fluent-plugin-heroku-syslog\n\n# for td-agent\n$ sudo /usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-heroku-syslog\n```\n\n## Component\n\n### HerokuSyslogInput\n\nPlugin to accept syslog input from [heroku syslog drains](https://devcenter.heroku.com/articles/log-drains#syslog-drains).\n\n#### Configuration\n\n```\n\u003csource\u003e\n  type heroku_syslog\n  port 5140\n  bind 0.0.0.0\n  tag  heroku\n\u003c/source\u003e\n```\n\n### HerokuSyslogHttpInput\n\nPlugin to accept syslog input from [heroku http(s) drains](https://devcenter.heroku.com/articles/log-drains#http-s-drains).\n\n#### Configuration\n\n##### Basic\n\n```\n\u003csource\u003e\n  type heroku_syslog_http\n  port 9880\n  bind 0.0.0.0\n  tag  heroku\n\u003c/source\u003e\n```\n\n##### Filter by drain_ids\n\n```\n\u003csource\u003e\n  type heroku_syslog_http\n  port 9880\n  bind 0.0.0.0\n  tag  heroku\n  drain_ids [\"YOUR-HEROKU-DRAIN-ID\"]\n\u003c/source\u003e\n```\n\n## Copyright\n\n- Copyright\n  - Copyright(C) 2014- Kazuyuki Honda (hakobera)\n- License\n  - Apache License, Version 2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakobera%2Ffluent-plugin-heroku-syslog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhakobera%2Ffluent-plugin-heroku-syslog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakobera%2Ffluent-plugin-heroku-syslog/lists"}