{"id":16643396,"url":"https://github.com/sonots/fluent-plugin-named_pipe","last_synced_at":"2025-03-21T15:32:35.342Z","repository":{"id":23605167,"uuid":"26974105","full_name":"sonots/fluent-plugin-named_pipe","owner":"sonots","description":"Named pipe input/output plugin for Fluentd","archived":false,"fork":false,"pushed_at":"2018-06-28T13:45:31.000Z","size":27,"stargazers_count":9,"open_issues_count":2,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T23:14:23.712Z","etag":null,"topics":["fluentd-input-plugin","fluentd-plugin","v10","v12","v14","wont-be-multi-workers-ready"],"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/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-11-21T19:15:02.000Z","updated_at":"2024-04-21T13:23:28.000Z","dependencies_parsed_at":"2022-09-09T01:01:16.231Z","dependency_job_id":null,"html_url":"https://github.com/sonots/fluent-plugin-named_pipe","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-named_pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-named_pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-named_pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-named_pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonots","download_url":"https://codeload.github.com/sonots/fluent-plugin-named_pipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244822743,"owners_count":20516158,"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-input-plugin","fluentd-plugin","v10","v12","v14","wont-be-multi-workers-ready"],"created_at":"2024-10-12T08:08:20.955Z","updated_at":"2025-03-21T15:32:34.998Z","avatar_url":"https://github.com/sonots.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-named_pipe\n\n[![Build Status](https://secure.travis-ci.org/sonots/fluent-plugin-named_pipe.png?branch=master)](http://travis-ci.org/sonots/fluent-plugin-named_pipe)\n\nNamed pipe input/output plugin for Fluentd.\n\n# Input Plugin\n\n## Configuration\n\n```apache\n\u003csource\u003e\n  type named_pipe\n  path /path/to/file\n  tag foo.bar\n  format ltsv\n\u003c/match\u003e\n```\n\n## Parameters\n\n- path\n\n    The file path of the named pipe\n\n- tag\n\n    The emit tag name\n\n- format\n\n    The input format such as regular expression, `apache2`, `ltsv`, etc. Same with `in_tail` plugin. See http://docs.fluentd.org/articles/in_tail\n\n# Output Plugin\n\n## Configuration\n\n```apache\n\u003cmatch foo.bar.**\u003e\n  type named_pipe\n  path /path/to/file\n\u003c/match\u003e\n```\n\nThe output to the named pipe would be like:\n\n```\nfoo.bar: {\"foo\":\"bar\"}\n```\n\n## Parameters\n\n- path\n\n    The file path of the named pipe\n\n- format\n\n    The output format such as `out_file`, `json`, `ltsv`, `single_value`. Default is `out_file`. \n\n## ChangeLog\n\nSee [CHANGELOG.md](CHANGELOG.md) for details.\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## Copyright\n\nCopyright (c) 2014 Naotoshi Seo. See [LICENSE](LICENSE) for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonots%2Ffluent-plugin-named_pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonots%2Ffluent-plugin-named_pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonots%2Ffluent-plugin-named_pipe/lists"}