{"id":19660234,"url":"https://github.com/takumakanari/fluent-plugin-redmine","last_synced_at":"2025-04-28T20:32:12.244Z","repository":{"id":24343117,"uuid":"27740938","full_name":"takumakanari/fluent-plugin-redmine","owner":"takumakanari","description":"Fluentd output plugin to create ticket in redmine","archived":false,"fork":false,"pushed_at":"2017-05-26T10:42:17.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T03:29:32.163Z","etag":null,"topics":["fluentd","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takumakanari.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-12-08T23:48:51.000Z","updated_at":"2024-04-21T13:16:05.000Z","dependencies_parsed_at":"2022-09-12T11:20:25.894Z","dependency_job_id":null,"html_url":"https://github.com/takumakanari/fluent-plugin-redmine","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumakanari%2Ffluent-plugin-redmine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumakanari%2Ffluent-plugin-redmine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumakanari%2Ffluent-plugin-redmine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumakanari%2Ffluent-plugin-redmine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takumakanari","download_url":"https://codeload.github.com/takumakanari/fluent-plugin-redmine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251383901,"owners_count":21580964,"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":["fluentd","ruby"],"created_at":"2024-11-11T15:45:45.165Z","updated_at":"2025-04-28T20:32:12.010Z","avatar_url":"https://github.com/takumakanari.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-redmine\n\n## Overview\n\nOutput plugin for [Fluentd](http://fluentd.org). Create and register a ticket to redmine from messages.\n\n## Installation\n\nInstall with `gem`, `fluent-gem` or `td-agent-gem` command as:\n\n```\n# for system installed fluentd\n$ gem install fluent-plugin-redmine\n\n# for td-agent\n$ sudo /usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-redmine\n\n# for td-agent2\n$ sudo td-agent-gem install fluent-plugin-redmine\n```\n\n## Usage\n\nIn your fluentd configration, use `@type redmine`.\n\nHere is example settings:\n\n    \u003cmatch **\u003e\n      @type redmine\n      url http://localhost:3000/\n      api_key 40a96d43a98b1626c542b04c5780f881c1e1a969\n      tracker_id 1\n      priority_id 3\n      subject The new issue %{issue}\n      description This is the new issue called %{name}. we cought new exception %{error}!\n    \u003c/match\u003e\n\n\nand here is optional configuration:\n\n    project_id  myproject                         # Redmine project id\n    category_id 70                                # Redmine category id\n    project_id_key key_of_priority_id             # key name if the record for priority id\n    category_id_key key_of_category_id            # key name if the record for category id\n    tag_key my_ tag                               # 'tag' is used by default\n    custom_fields  [{\"id\":1, \"value\" \"value01\"}]  # Redmine custom fields, array of hash with id, value\n    custom_fields_key key_of_custom_fields        # key name if the record for custom fields\n    debug_http  true                              # set debug_http=true of Net::HTTP module, false is used by default\n\n\n### placeholders\n\nYou can look values in records by using `%{hoge}` for subject and description. If you specify *tag_key* in configuration, you can also look tag value by `%{your_specified_tag_key}`.\n\n## TODO\n\nPull requests are very welcome!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakumakanari%2Ffluent-plugin-redmine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakumakanari%2Ffluent-plugin-redmine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakumakanari%2Ffluent-plugin-redmine/lists"}