{"id":16643434,"url":"https://github.com/sonots/fluent-plugin-copy_ex","last_synced_at":"2025-10-30T12:30:22.122Z","repository":{"id":16548612,"uuid":"19302280","full_name":"sonots/fluent-plugin-copy_ex","owner":"sonots","description":"Fluentd out_copy extension","archived":false,"fork":false,"pushed_at":"2017-11-24T16:00:55.000Z","size":22,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T19:02:16.722Z","etag":null,"topics":["fluentd-output-plugin","fluentd-plugin","multi-workers-ready","multioutput","v12","v14"],"latest_commit_sha":null,"homepage":null,"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/sonots.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-04-30T05:49:08.000Z","updated_at":"2019-01-07T06:46:31.000Z","dependencies_parsed_at":"2022-07-26T05:46:27.026Z","dependency_job_id":null,"html_url":"https://github.com/sonots/fluent-plugin-copy_ex","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-copy_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-copy_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-copy_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-copy_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonots","download_url":"https://codeload.github.com/sonots/fluent-plugin-copy_ex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238961170,"owners_count":19559432,"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-output-plugin","fluentd-plugin","multi-workers-ready","multioutput","v12","v14"],"created_at":"2024-10-12T08:08:32.262Z","updated_at":"2025-10-30T12:30:16.823Z","avatar_url":"https://github.com/sonots.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-copy_ex\n\nFluentd out\\_copy extension\n\n## What is this for?\n\nThink of `out_copy` configuration as followings:\n\n```apache\n\u003cmatch **\u003e\n  type copy\n  \u003cstore\u003e\n    type plugin1\n  \u003c/store\u003e\n  \u003cstore\u003e\n    type plugin2\n  \u003c/store\u003e\n\u003c/match\u003e\n```\n\nIn the current Fluentd, when plugin1 raises an error internally, the chain is broken and the plugin2 is not executed. \n\nThe `out_copy_ex` supplies `ignore_error` option so that it will not break the chain and the plugin2 is executed. \n\nSee https://github.com/fluent/fluentd/pull/303 for discussions. \n\n\n## Configuration\n\n```apache\n\u003cmatch **\u003e\n  type copy_ex\n  \u003cstore ignore_error\u003e\n    type plugin1\n  \u003c/store\u003e\n  \u003cstore ignore_error\u003e\n    type plugin2\n  \u003c/store\u003e\n\u003c/match\u003e\n```\n\n## Parameters\n\nBasically same with out\\_copy plugin. See http://docs.fluentd.org/articles/out_copy\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](../../pull/new/master)\n\n## ChangeLog\n\nSee [CHANGELOG.md](CHANGELOG.md) for details.\n\n## Copyright\n\n* Copyright (c) 2014- Naotoshi Seo\n* See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonots%2Ffluent-plugin-copy_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonots%2Ffluent-plugin-copy_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonots%2Ffluent-plugin-copy_ex/lists"}