{"id":16643466,"url":"https://github.com/sonots/fluent-plugin-formatter_tsv","last_synced_at":"2025-05-07T17:27:37.583Z","repository":{"id":24003831,"uuid":"27387716","full_name":"sonots/fluent-plugin-formatter_tsv","owner":"sonots","description":"Fluentd TSV formatter plugin","archived":false,"fork":false,"pushed_at":"2017-09-14T20:26:43.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-25T09:43:48.475Z","etag":null,"topics":["fluentd-formatter-plugin","fluentd-plugin","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":"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-12-01T16:16:52.000Z","updated_at":"2017-09-15T07:36:08.000Z","dependencies_parsed_at":"2022-07-23T23:46:07.247Z","dependency_job_id":null,"html_url":"https://github.com/sonots/fluent-plugin-formatter_tsv","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-formatter_tsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-formatter_tsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-formatter_tsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-formatter_tsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonots","download_url":"https://codeload.github.com/sonots/fluent-plugin-formatter_tsv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225099171,"owners_count":17420728,"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-formatter-plugin","fluentd-plugin","v12","v14"],"created_at":"2024-10-12T08:08:38.483Z","updated_at":"2024-11-17T22:25:24.929Z","avatar_url":"https://github.com/sonots.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-formatter_tsv\n\n[![Build Status](https://secure.travis-ci.org/sonots/fluent-plugin-formatter_tsv.png?branch=master)](http://travis-ci.org/sonots/fluent-plugin-formatter_tsv)\n\nFluentd TSV formatter plugin\n\n## Install\n\nUse RubyGems:\n\n```\ngem install fluent-plugin-formatter_tsv\n```\n\n## Configuration Example\n\n`out_file` and `out_s3` plugin supports formatter plugin.\n\n```apache\n\u003cmatch raw.**\u003e\n  type file\n  path /tmp/tsv_test\n  format tsv\n\u003c/match\u003e\n```\n\n## Parameters\n\n- **include_time_key** (Boolean, Optional, defaults to false) If true, the time field (as specified by the time_key parameter) is kept in the record.\n- **time_key** (String, xOptional, defaults to “time”) The field name for the time key.\n- **time_format** (String. Optional) By default, the output format is iso8601 (e.g. “2008-02-01T21:41:49”). One can specify their own format with this parameter.\n- **include_tag_key** (Boolean. Optional, defaults to false) If true, the tag field (as specified by the tag_key parameter) is kept in the record.\n- **tag_key** (String, Optional, defaults to “tag”) The field name for the tag key.\n- **localtime** (Boolean. Optional, defaults to true) If true, use local time. Otherwise, UTC is used. This parameter is overwritten by the utc parameter.\n- **timezone** (String. Optional. v0.10.56 and above) By setting this parameter, one can parse the time value in the specified timezone. The following formats are accepted:\n\n    1. [+–]HH:MM (e.g. “+09:00”)\n    1. [+–]HHMM (e.g. “+0900”)\n    1. [+–]HH (e.g. “+09”)\n    1. Region/Zone (e.g. “Asia/Tokyo”)\n    1. Region/Zone/Zone (e.g. “America/Argentina/Buenos_Aires”)\n\n    The timezone set in this parameter takes precedence over localtime, e.g., if localtime is set to true but timezone is set to +0000, UTC would be used.\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonots%2Ffluent-plugin-formatter_tsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonots%2Ffluent-plugin-formatter_tsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonots%2Ffluent-plugin-formatter_tsv/lists"}