{"id":21865242,"url":"https://github.com/gildas/fluent-plugin-bunyan","last_synced_at":"2025-08-30T22:14:59.879Z","repository":{"id":39741492,"uuid":"240486725","full_name":"gildas/fluent-plugin-bunyan","owner":"gildas","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-26T19:00:42.000Z","size":35,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T00:47:34.292Z","etag":null,"topics":["fluentd","fluentd-parser-plugin","fluentd-plugin"],"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/gildas.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":"2020-02-14T10:48:23.000Z","updated_at":"2020-03-24T10:23:57.000Z","dependencies_parsed_at":"2022-09-21T11:10:55.712Z","dependency_job_id":null,"html_url":"https://github.com/gildas/fluent-plugin-bunyan","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gildas%2Ffluent-plugin-bunyan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gildas%2Ffluent-plugin-bunyan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gildas%2Ffluent-plugin-bunyan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gildas%2Ffluent-plugin-bunyan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gildas","download_url":"https://codeload.github.com/gildas/fluent-plugin-bunyan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868765,"owners_count":20523591,"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-parser-plugin","fluentd-plugin"],"created_at":"2024-11-28T04:15:20.281Z","updated_at":"2025-03-21T21:12:47.242Z","avatar_url":"https://github.com/gildas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-bunyan\n\n[Fluentd](https://fluentd.org/) parser plugin to process logs from applications that write [bunyan](https://github.com/gildas/go-logger/blob/master/trentm/node-bunyan) logs.\n\nThe plugin requires [Fluentd](https://fluentd.org/) 1.0 at least.\n\n|  |   |\n---|---|\nmaster | [![Build Status](https://dev.azure.com/keltiek/gildas/_apis/build/status/gildas.fluent-plugin-bunyan?branchName=master)](https://dev.azure.com/keltiek/gildas/_build/latest?definitionId=4\u0026branchName=master)\ndev | [![Build Status](https://dev.azure.com/keltiek/gildas/_apis/build/status/gildas.fluent-plugin-bunyan?branchName=dev)](https://dev.azure.com/keltiek/gildas/_build/latest?definitionId=4\u0026branchName=dev)\n\n## Installation\n\nPretty straight forward:  \n```console\n$ gem install fluent-plugin-bunyan\n```\n\n## Configuration\n\nSimply add the parser to the [Fluentd](https://fluentd.org/) configuration file, for example:\n\n```xml\n\u003csource\u003e\n  @type tail # say the logs come from stdout\n  \u003cparse\u003e\n    @type bunyan\n  \u003c/parse\u003e\n\u003c/source\u003e\n```\n\n## Testing\n\nTo run the unit tests, make sure you have the [Fluentd](https://fluentd.org/) gem installed and run:\n\n```console\nrake test\n```\n\n## Copyright\n\n* Copyright(c) 2020- Gildas Cherruel\n* License\n  * MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgildas%2Ffluent-plugin-bunyan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgildas%2Ffluent-plugin-bunyan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgildas%2Ffluent-plugin-bunyan/lists"}