{"id":16645140,"url":"https://github.com/cosmo0920/fluent-plugin-formatter_simple_tsv","last_synced_at":"2025-03-12T08:19:36.635Z","repository":{"id":36103553,"uuid":"40405009","full_name":"cosmo0920/fluent-plugin-formatter_simple_tsv","owner":"cosmo0920","description":"Fluentd Simple TSV formatter plugin","archived":false,"fork":false,"pushed_at":"2016-09-12T14:59:27.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-25T04:22:26.541Z","etag":null,"topics":["fluentd","fluentd-plugin","tsv"],"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/cosmo0920.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":"2015-08-08T14:16:57.000Z","updated_at":"2017-02-14T05:40:26.000Z","dependencies_parsed_at":"2022-09-12T11:20:15.113Z","dependency_job_id":null,"html_url":"https://github.com/cosmo0920/fluent-plugin-formatter_simple_tsv","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/cosmo0920%2Ffluent-plugin-formatter_simple_tsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-formatter_simple_tsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-formatter_simple_tsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-formatter_simple_tsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmo0920","download_url":"https://codeload.github.com/cosmo0920/fluent-plugin-formatter_simple_tsv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243180185,"owners_count":20249242,"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","tsv"],"created_at":"2024-10-12T08:13:25.141Z","updated_at":"2025-03-12T08:19:36.616Z","avatar_url":"https://github.com/cosmo0920.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-formatter_simple_tsv\n\n[![Build Status](https://travis-ci.org/cosmo0920/fluent-plugin-formatter_simple_tsv.svg?branch=master)](https://travis-ci.org/cosmo0920/fluent-plugin-formatter_simple_tsv)\n\nFluentd Simple TSV formatter plugin\n\n## Notice\n\n0.1.0 had been dropped support Fluentd v0.12.\nIf you want to use this plugin with Fluentd v0.12, please add version constraint in your Gemfile like as:\n\n```ruby\ngem \"fluent-plugin-formatter_simple_tsv\", \"~\u003e 0.0.3\"\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fluent-plugin-formatter_simple_tsv'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fluent-plugin-formatter_simple_tsv\n\n## Configuration Example\n\nUse out_xxx plugins which support Formatter feature together.\n\nFor example, for out_file plugin (v0.14's structured style):\n\n```\n\u003cmatch raw.**\u003e\n  @type file\n  path /tmp/tsv_test\n  \u003cformat\u003e\n    @type simple_tsv\n    keys key1,key2\n  \u003c/format\u003e\n\u003c/match\u003e\n```\n## Parameters\n\n- **keys** (String. required) Specify \"key1,key2,key3\" format. This field is interpret [\"key1\", \"key2\", \"key3\"] internally. Only specified key's value will be formatted.\n\n**Notice:** In v0.14 supported version of this plugin, handling tag and time feature has been removed.\n\n## Development\n\nAfter checking out the repo, run `bundle install` to install dependencies.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `fluent-plugin-formatter_simple_tsv.gemspec`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\n1. Fork it ( https://github.com/cosmo0920/fluent-plugin-formatter_simple_tsv/fork )\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 a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmo0920%2Ffluent-plugin-formatter_simple_tsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmo0920%2Ffluent-plugin-formatter_simple_tsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmo0920%2Ffluent-plugin-formatter_simple_tsv/lists"}