{"id":23282105,"url":"https://github.com/bitpatty/fluent-plugin-filter-split-message","last_synced_at":"2025-07-27T21:36:26.876Z","repository":{"id":197971167,"uuid":"699776851","full_name":"BitPatty/fluent-plugin-filter-split-message","owner":"BitPatty","description":"A fluentd plugin for splitting incoming messages into multiple message","archived":false,"fork":false,"pushed_at":"2023-10-03T10:19:04.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T14:41:16.871Z","etag":null,"topics":["fluentd","fluentd-plugin"],"latest_commit_sha":null,"homepage":"","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/BitPatty.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}},"created_at":"2023-10-03T10:15:09.000Z","updated_at":"2024-04-26T23:13:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ffc8722-4f06-4c55-b593-cdb1ba8b0bdb","html_url":"https://github.com/BitPatty/fluent-plugin-filter-split-message","commit_stats":null,"previous_names":["bitpatty/fluent-plugin-filter-message-split","bitpatty/fluent-plugin-filter-split-message"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BitPatty/fluent-plugin-filter-split-message","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Ffluent-plugin-filter-split-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Ffluent-plugin-filter-split-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Ffluent-plugin-filter-split-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Ffluent-plugin-filter-split-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitPatty","download_url":"https://codeload.github.com/BitPatty/fluent-plugin-filter-split-message/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitPatty%2Ffluent-plugin-filter-split-message/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265228585,"owners_count":23731076,"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","fluentd-plugin"],"created_at":"2024-12-20T00:14:38.725Z","updated_at":"2025-07-27T21:36:26.831Z","avatar_url":"https://github.com/BitPatty.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-filter-split-message\n\nA [fluentd](https://www.fluentd.org/) filter plugin for splitting messages by a customizable delimiter.\n\n## Sample\n\n```ruby\n  {\"message\": \"abc,def,ghi\"}\n```\n\n.. is turned into ..\n\n```ruby\n  {\"message\": \"abc\"}\n  {\"message\": \"def\"}\n  {\"message\": \"ghi\"}\n```\n\n## Usage\n\nInstall the plugin:\n\n```sh\n# See https://github.com/BitPatty/fluent-plugin-filter-split-message/releases for a list of valid versions\ngem install fluent-plugin-filter-split-message --version \"\u003cdesired version\u003e\"\n```\n\nCreate a logdrain and update your fluent configuration:\n\n```conf\n\u003cfilter\u003e\n  @type split_message\n\n  # (Optional) The delimiter to use, defaults to \",\"\n  delimiter ,\n\n  # (Optional) The target field, defaults to \"message\"\n  field_key message\n\u003c/source\u003e\n```\n\n\n## Credit\n\n- [fluent-plugin-split-event](https://github.com/uken/fluent-plugin-split-event) used as plugin reference\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpatty%2Ffluent-plugin-filter-split-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitpatty%2Ffluent-plugin-filter-split-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpatty%2Ffluent-plugin-filter-split-message/lists"}