{"id":26256480,"url":"https://github.com/netcracker/qubership-fluentd","last_synced_at":"2026-04-08T17:00:37.159Z","repository":{"id":272913118,"uuid":"902327699","full_name":"Netcracker/qubership-fluentd","owner":"Netcracker","description":"Custom FluentD image with plugins to use in Qubership Observability","archived":false,"fork":false,"pushed_at":"2026-04-08T12:25:18.000Z","size":246,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-08T13:08:22.239Z","etag":null,"topics":["logging","observability","qubership-observability"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/Netcracker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-12T10:58:14.000Z","updated_at":"2026-04-08T12:25:23.000Z","dependencies_parsed_at":"2026-02-24T12:01:41.286Z","dependency_job_id":"1c102e69-7368-4d92-8df3-070a90f70032","html_url":"https://github.com/Netcracker/qubership-fluentd","commit_stats":null,"previous_names":["netcracker/qubership-fluentd"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Netcracker/qubership-fluentd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-fluentd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-fluentd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-fluentd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-fluentd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netcracker","download_url":"https://codeload.github.com/Netcracker/qubership-fluentd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-fluentd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["logging","observability","qubership-observability"],"created_at":"2025-03-13T20:18:14.365Z","updated_at":"2026-04-08T17:00:37.143Z","avatar_url":"https://github.com/Netcracker.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qubership FluentD\n\n* [Qubership FluentD](#qubership-fluentd)\n  * [Documentation](#documentation)\n  * [Installed plugins](#installed-plugins)\n  * [Contribute](#contribute)\n    * [Why do we use a bundler?](#why-do-we-use-a-bundler)\n  * [How to build](#how-to-build)\n    * [Local build](#local-build)\n  * [Update dependencies in Gemfile.lock](#update-dependencies-in-gemfilelock)\n\nThis is a custom FluentD image with additional installed plugins.\n\nBased on FluentD vanilla image (Debian based):\n\n* Image\n\n  ```bash\n  fluent/fluentd:v1.18.0-debian-1.0\n  ```\n\n* Image on Docker Hub - [https://hub.docker.com/r/fluent/fluentd/](https://hub.docker.com/r/fluent/fluentd/)\n* Original Dockerfile on GitHub - [https://github.com/fluent/fluentd-docker-image/tree/master/v1.16/debian](https://github.com/fluent/fluentd-docker-image/tree/master/v1.18/debian)\n\n## Documentation\n\nOfficial documentation about configuration and default plugins can be found by link\n[https://docs.fluentd.org/](https://docs.fluentd.org/)\n\n## Installed plugins\n\nThe actual list of installed plugins in the custom image always can be found in the `Gemfile`.\n\nInput plugins:\n\n* [fluent-plugin-input-gelf \u003e= 0.3.2](https://github.com/MerlinDMC/fluent-plugin-input-gelf)\n* [fluent-plugin-systemd \u003e= 1.0.5](https://github.com/fluent-plugins-nursery/fluent-plugin-systemd)\n\nFilter and parse plugins:\n\n* [fluent-plugin-concat \u003e= 2.5.0](https://github.com/fluent-plugins-nursery/fluent-plugin-concat)\n* [fluent-plugin-detect-exceptions \u003e= 0.0.14'](https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions)\n* [fluent-plugin-fields-parser \u003e= 0.1.2](https://github.com/tomas-zemres/fluent-plugin-fields-parser)\n* [fluent-plugin-filter-docker_metadata \u003e= 0.0.1](https://github.com/fabric8io/fluent-plugin-docker_metadata_filter)\n* [fluent-plugin-kubernetes_metadata_filter \u003e= 3.1.3](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter)\n* [fluent-plugin-multi-format-parser \u003e= 1.0.0](https://github.com/repeatedly/fluent-plugin-multi-format-parser)\n* [fluent-plugin-record-modifier \u003e= 2.1.1](https://github.com/repeatedly/fluent-plugin-record-modifier)\n* [fluent-plugin-rewrite-tag-filter \u003e= 2.4.0](https://github.com/fluent/fluent-plugin-rewrite-tag-filter)\n\nOutput plugins:\n\n* [fluent-plugin-gelf-hs \u003e= 1.0.8](https://github.com/hotschedules/fluent-plugin-gelf-hs)\n* [fluent-plugin-grafana-loki ~\u003e 1.0](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd)\n* [fluent-plugin-kafka \u003e= 0.19.1](https://github.com/fluent/fluent-plugin-kafka)\n* [fluent-plugin-prometheus \u003e= 2.0.3](https://github.com/fluent/fluent-plugin-prometheus)\n* [fluent-plugin-remote_syslog \u003e= 1.1.0](https://github.com/fluent-plugins-nursery/fluent-plugin-remote_syslog)\n* [fluent-plugin-s3 \u003e= 1.7.2](https://github.com/fluent/fluent-plugin-s3)\n* [fluent-plugin-secure-forward \u003e= 0.4.5](https://github.com/tagomoris/fluent-plugin-secure-forward)\n* [fluent-plugin-splunk-hec \u003e= 1.3.2](https://github.com/splunk/fluent-plugin-splunk-hec)\n* [fluent-plugin-syslog_rfc5424 \u003e= 0.8.0](https://github.com/cloudfoundry/fluent-plugin-syslog_rfc5424)\n* [fluent-plugin-opentelemetry \u003e= 0.1.0](https://github.com/fluent-plugins-nursery/fluent-plugin-opentelemetry)\n\n## Contribute\n\nYou **must** update `Gemfile.lock` if you want to add or update the plugin for FluentD,\nor make other changes that will relate to Ruby dependencies.\n\nOther changes in the repository or build image don't require updating `Gemfile.lock`.\n\nHow to install `ruby`, build locally and update `Gemfile.lock` you can read in the section\n[Local build](#local-build).\n\n### Why do we use a bundler?\n\nWhy do we use a `bundler` although the original FluentD Docker image installs all dependencies\nusing a simple `gem install ...`?\n\nWe are using it to reduce build time, freeze and minimize the list of downloaded dependencies.\nBut the main purpose is a build time.\n\nYou can compare it:\n\n* Without using a `bundler` (using `gem install ...`) the average build time is 30-50 minutes\n* With using a `bundler` the average build time is 3-4 minutes\n\n## How to build\n\n### Local build\n\nTo build FluentD in the local environment you should have the following tools:\n\n* [`ruby \u003e= 3`](https://www.ruby-lang.org/)\n* [`bundler \u003e=2.4.19`](https://bundler.io/)\n\n**Note:** Recommended use the WSL2.\n\n**Warning!** Currently, `ruby 3.x` can't be installed on the `Ubuntu 22.04`.\nIssue [https://github.com/rvm/rvm/issues/5209](https://github.com/rvm/rvm/issues/5209).\nAs a workaround, you can use the following commands:\n\n```bash\nrvm pkg install openssl\nrvm install ruby-3 --with-openssl-dir=$HOME/.rvm/usr\n```\n\nTo install Ruby you can use an [RVM](https://rvm.io/).\n\nNext, you need to install Ruby using `rvm`:\n\n```bash\nrvm list known\nrvm install ruby-3\n```\n\nNext, install `bundler`:\n\n```bash\ngem install bundler\n```\n\nAfter that, you can install all Ruby dependencies and/or update `Gemfile.lock`.\nTo install all dependencies you can run:\n\n```bash\nbundle install --jobs=4\n```\n\n## Update dependencies in Gemfile.lock\n\nTo update dependencies you first of all need to install `ruby` and `bundler` as described in the section\n[Local build](#local-build).\n\nNext, to update dependencies (and create or update `Gemfile.lock` file) you can run the following command:\n\n```bash\nbundle update\n```\n\nand next:\n\n```bash\nbundle lock\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-fluentd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcracker%2Fqubership-fluentd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-fluentd/lists"}