{"id":13697751,"url":"https://github.com/fluent/nginx-fluentd-module","last_synced_at":"2025-09-03T07:38:39.087Z","repository":{"id":4668063,"uuid":"5814200","full_name":"fluent/nginx-fluentd-module","owner":"fluent","description":"Nginx module for Fluentd data collector","archived":false,"fork":false,"pushed_at":"2019-02-13T18:13:44.000Z","size":18,"stargazers_count":87,"open_issues_count":2,"forks_count":28,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-06-08T16:08:29.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-14T20:10:39.000Z","updated_at":"2025-05-14T16:30:09.000Z","dependencies_parsed_at":"2022-08-06T17:30:08.590Z","dependency_job_id":null,"html_url":"https://github.com/fluent/nginx-fluentd-module","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fluent/nginx-fluentd-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Fnginx-fluentd-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Fnginx-fluentd-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Fnginx-fluentd-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Fnginx-fluentd-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent","download_url":"https://codeload.github.com/fluent/nginx-fluentd-module/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Fnginx-fluentd-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273410048,"owners_count":25100449,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-02T18:01:02.324Z","updated_at":"2025-09-03T07:38:39.077Z","avatar_url":"https://github.com/fluent.png","language":"C","readme":"# Nginx Fluentd Module \n\n##Installation\n\n    $ ./configure --add-module=/path/to/nginx-fluentd-module\n\n##Synopsis\n\n    server {\n    \n        [...]\n        \n        log_format  fluentd '\"ra\":\"$remote_addr\", \"uri\":\"$request_uri\", \"st\":$status, \"ref\":\"$http_referer\", \"ua\":\"$http_user_agent\",\"rt\":$request_time, \"bs\":$bytes_sent';\n        \n        fluentd_tag  $host;\n        access_fluentd 127.0.0.1:8000 fluentd;\n        \n        [...]\n    }\n\n## Description\n\nThis module send access logs to [fluentd][1] via [fluent-udp-plugin][2]\nLog format is important and required because output is in JSON format.\n\n## Directives\n\n   fluentd_tag\n    syntax: *fluentd_tag tag\n\n    default: *fluentd_tag nginx*\n\n    context: *main, server, location*\n\n    description: Set tag for fluentd match directive\n\n   fluentd_collector_max\n    syntax: *fluentd_collector_max count\n\n    default: 16\n\n    context: *main\n\n    description: Set count of fluentd collector\n\n   access_fluentd\n    syntax: *access_fluentd address:port log_format | off*\n\n    default: *access_fluentd off*\n\n    context: *main, server, location, if, limit_access*\n\n    description: Enable logging to fluentd\n    \n## Authors\n    Yasar Semih Alev *semihalev at gmail dot com*\n    \n    \n[1]: http://fluentd.org\n[2]: https://github.com/parolkar/fluent-plugin-udp\n","funding_links":[],"categories":["Third Modules","Third Party Modules"],"sub_categories":["C Modules"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent%2Fnginx-fluentd-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent%2Fnginx-fluentd-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent%2Fnginx-fluentd-module/lists"}