{"id":13438168,"url":"https://github.com/fluent/fluentd","last_synced_at":"2025-05-12T16:11:42.179Z","repository":{"id":37548403,"uuid":"1918677","full_name":"fluent/fluentd","owner":"fluent","description":"Fluentd: Unified Logging Layer (project under CNCF)","archived":false,"fork":false,"pushed_at":"2025-05-01T05:24:58.000Z","size":20040,"stargazers_count":13126,"open_issues_count":143,"forks_count":1360,"subscribers_count":330,"default_branch":"master","last_synced_at":"2025-05-01T06:23:50.601Z","etag":null,"topics":["cncf","data-collector","fluentd","logging","ruby"],"latest_commit_sha":null,"homepage":"https://www.fluentd.org","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluent.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-06-19T08:41:40.000Z","updated_at":"2025-04-30T01:47:44.000Z","dependencies_parsed_at":"2024-05-22T11:26:02.417Z","dependency_job_id":"fba0981f-e9d8-4344-9d5f-395f6b0064eb","html_url":"https://github.com/fluent/fluentd","commit_stats":{"total_commits":5251,"total_committers":271,"mean_commits":"19.376383763837637","dds":0.8187011997714722,"last_synced_commit":"abe335a1031abd74b2d8fbc2460e080fbbb072f2"},"previous_names":[],"tags_count":260,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluentd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluentd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluentd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluentd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent","download_url":"https://codeload.github.com/fluent/fluentd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252310979,"owners_count":21727517,"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":["cncf","data-collector","fluentd","logging","ruby"],"created_at":"2024-07-31T03:01:03.388Z","updated_at":"2025-05-05T08:38:01.193Z","avatar_url":"https://github.com/fluent.png","language":"Ruby","readme":"Fluentd: Open-Source Log Collector\n===================================\n\n[![Testing on Ubuntu](https://github.com/fluent/fluentd/actions/workflows/linux-test.yaml/badge.svg?branch=master)](https://github.com/fluent/fluentd/actions/workflows/linux-test.yaml)\n[![Testing on Windows](https://github.com/fluent/fluentd/actions/workflows/windows-test.yaml/badge.svg?branch=master)](https://github.com/fluent/fluentd/actions/workflows/windows-test.yaml)\n[![Testing on macOS](https://github.com/fluent/fluentd/actions/workflows/macos-test.yaml/badge.svg?branch=master)](https://github.com/fluent/fluentd/actions/workflows/macos-test.yaml)\n[![Code Climate](https://codeclimate.com/github/fluent/fluentd/badges/gpa.svg)](https://codeclimate.com/github/fluent/fluentd)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1189/badge)](https://bestpractices.coreinfrastructure.org/projects/1189)\n[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/fluent/fluentd/badge)](https://scorecard.dev/viewer/?uri=github.com/fluent/fluentd)\n\n[Fluentd](https://www.fluentd.org/) collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on. Fluentd helps you unify your logging infrastructure (Learn more about the [Unified Logging Layer](https://www.fluentd.org/blog/unified-logging-layer)).\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://www.fluentd.org/images/fluentd-architecture.png\" width=\"500px\"/\u003e\n\u003c/p\u003e\n\n## Quick Start\n\n    $ gem install fluentd\n    $ fluentd -s conf\n    $ fluentd -c conf/fluent.conf \u0026\n    $ echo '{\"json\":\"message\"}' | fluent-cat debug.test\n\n## Development\n\n### Branch\n\n- master: For v1 development.\n- v0.12: For v0.12. This is deprecated version. we already stopped supporting (See https://www.fluentd.org/blog/drop-schedule-announcement-in-2019).\n\n### Prerequisites\n\n- Ruby 3.2 or later\n- git\n\n`git` should be in `PATH`. On Windows, you can use `Github for Windows` and `GitShell` for easy setup.\n\n### Install dependent gems\n\nUse bundler:\n\n    $ gem install bundler\n    $ bundle install --path vendor/bundle\n\n### Run test\n\n    $ bundle exec rake test\n\nYou can run specified test via `TEST` environment variable:\n\n    $ bundle exec rake test TEST=test/test_specified_path.rb\n    $ bundle exec rake test TEST=test/test_*.rb\n\n## More Information\n\n- Website: https://www.fluentd.org/\n- Documentation: https://docs.fluentd.org/\n- Project repository: https://github.com/fluent\n- Discussion: https://github.com/fluent/fluentd/discussions\n- Slack / Community: https://slack.fluentd.org\n- Newsletters: https://www.fluentd.org/newsletter\n- Author: [Sadayuki Furuhashi](https://github.com/frsyuki)\n- Copyright: 2011-2021 Fluentd Authors\n- License: Apache License, Version 2.0\n\n## Security\n\nA third party security audit was performed by Cure53, you can see the full report [here](docs/SECURITY_AUDIT.pdf).\n\nSee [SECURITY](SECURITY.md) to contact us about vulnerability.\n\n## Contributors:\n\nPatches contributed by [great developers](https://github.com/fluent/fluentd/contributors).\n","funding_links":[],"categories":["Ruby","HarmonyOS","Tutorials","Logging","Continuous Monitoring","Observability","Happy Exploring 🤘","Monitoring","ruby","Data Ingestion","Tooling— Observability and Cost Optimization","Application Recommendation","Gems","日志管理","APM Monitoring","Blue Team"],"sub_categories":["Windows Manager","Container Orchestration","📊 Data Analysis","Logging","Collector","SIEM"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent%2Ffluentd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent%2Ffluentd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent%2Ffluentd/lists"}