{"id":18100335,"url":"https://github.com/infertux/chef-fluentbit","last_synced_at":"2025-04-13T16:09:15.514Z","repository":{"id":54588646,"uuid":"116004561","full_name":"infertux/chef-fluentbit","owner":"infertux","description":"Chef cookbook for Fluent Bit","archived":false,"fork":false,"pushed_at":"2021-06-09T07:41:19.000Z","size":41,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T16:09:07.352Z","etag":null,"topics":["chef","chef-cookbook","fluent-bit","fluentd","logging"],"latest_commit_sha":null,"homepage":"http://fluentbit.io/","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/infertux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-02T10:40:23.000Z","updated_at":"2024-04-12T04:33:19.000Z","dependencies_parsed_at":"2022-08-13T20:40:22.223Z","dependency_job_id":null,"html_url":"https://github.com/infertux/chef-fluentbit","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/infertux%2Fchef-fluentbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infertux%2Fchef-fluentbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infertux%2Fchef-fluentbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infertux%2Fchef-fluentbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infertux","download_url":"https://codeload.github.com/infertux/chef-fluentbit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741204,"owners_count":21154255,"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":["chef","chef-cookbook","fluent-bit","fluentd","logging"],"created_at":"2024-10-31T21:13:52.279Z","updated_at":"2025-04-13T16:09:15.491Z","avatar_url":"https://github.com/infertux.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluentbit cookbook\n\n[![Build Status](https://travis-ci.org/infertux/chef-fluentbit.svg?branch=master)](https://travis-ci.org/infertux/chef-fluentbit)\n\n## Recipe `default`\n\nThe recipe `fluentbit::default` installs [Fluent Bit](http://fluentbit.io).\n\nYou can select whether to install the binary packages provided by Treasure Data (TD Agent bit) or compile Fluent Bit from source.\n\n```ruby\noverride['fluentbit']['install_mode'] = 'package' # the default\noverride['fluentbit']['install_mode'] = 'source' # build from source code\n```\n\nYou can add custom configuration with the `fluentbit_conf` helper:\n\n```ruby\nfluentbit_conf 'example' do\n  content \u003c\u003c~CONF\n    [INPUT]\n        Name  cpu\n        Tag   cpu\n\n    [OUTPUT]\n        Name  stdout\n        Match *\n  CONF\nend\n```\n\nYou can add custom parsers by setting `type :parser`:\n\n```ruby\nfluentbit_conf 'foo' do\n  type :parser\n  content \u003c\u003c~CONF\n    [PARSER]\n        Name   foo\n        Format regex\n        Regex  ^(?\u003cfoo\u003e[^ ]*) [^ ]*$\n  CONF\nend\n```\n\n## Recipe `forward`\n\nA simple generic recipe is available to set up forwarding to another Fluent Bit or Fluentd host.\n\n### How to generate certificate for secure forwarding\n\nRun this locally: `openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650`\n\nGive it a password.\nCN can be left blank.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfertux%2Fchef-fluentbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfertux%2Fchef-fluentbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfertux%2Fchef-fluentbit/lists"}