{"id":16643437,"url":"https://github.com/sonots/fluent-plugin-stdout_ex","last_synced_at":"2026-04-22T11:03:56.393Z","repository":{"id":16596479,"uuid":"19350936","full_name":"sonots/fluent-plugin-stdout_ex","owner":"sonots","description":"(Deprecated) Fluentd out_stdout extension","archived":false,"fork":false,"pushed_at":"2017-11-25T14:49:11.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T00:35:20.322Z","etag":null,"topics":["deprecated","fluentd-output-plugin","fluentd-plugin","unmaintained-dont-use"],"latest_commit_sha":null,"homepage":"","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-05-01T16:49:06.000Z","updated_at":"2017-09-15T05:29:17.000Z","dependencies_parsed_at":"2022-07-26T06:16:08.776Z","dependency_job_id":null,"html_url":"https://github.com/sonots/fluent-plugin-stdout_ex","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-stdout_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-stdout_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-stdout_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonots%2Ffluent-plugin-stdout_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonots","download_url":"https://codeload.github.com/sonots/fluent-plugin-stdout_ex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243172144,"owners_count":20247887,"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":["deprecated","fluentd-output-plugin","fluentd-plugin","unmaintained-dont-use"],"created_at":"2024-10-12T08:08:32.301Z","updated_at":"2025-12-25T11:56:06.086Z","avatar_url":"https://github.com/sonots.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Recent built-in stdout plugin supports formatter. This plugin is no longer needed.**\n\n# fluent-plugin-stdout_ex\n\n\nFluentd out\\_stdout extension\n\n## Introduction\n\nAlthough the original `out_stdout` outputs log messages as:\n\n```\n2010-05-04 12:02:01 +0900 test: {\"test\":\"test\"}\n```\n\nthis plugin outputs log messages as:\n\n```\n2014-05-02 02:02:21 +0900 [info]: 2010-05-04 12:02:01 +0900 test: {\"test\":\"test\"}\n```\n\nwhere the first time expresses the current time of *logging*, and the second time expresses the time field of messages, i.e., \nthe time when the message is created, or the time written in application logs.\n\nThis behavior is very useful because we can see the latency between receiving (logging) and sending (creating) of messages.\n\n## Configuration\n\n```apache\n\u003cmatch **\u003e\n  type stdout_ex\n\u003c/match\u003e\n```\n\n## Parameters\n\nBasically same with out\\_stdout plugin. See http://docs.fluentd.org/articles/out_stdout\n\n* format ltsv\n\n   The output becomes LTSV format as followings:\n    \n   current_time:2010-05-04 12:02:01 +0900    time:2010-05-04 12:02:01 +0900    tag:test    record:{\"test\":\"test\"}\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## stdoutright\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-stdout_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonots%2Ffluent-plugin-stdout_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonots%2Ffluent-plugin-stdout_ex/lists"}