{"id":15517099,"url":"https://github.com/deric/puppet-fluentbit","last_synced_at":"2025-04-23T03:49:25.080Z","repository":{"id":182245540,"uuid":"667897847","full_name":"deric/puppet-fluentbit","owner":"deric","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-15T10:28:11.000Z","size":147,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T03:49:17.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deric.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-18T14:47:26.000Z","updated_at":"2025-04-16T14:30:19.000Z","dependencies_parsed_at":"2024-06-22T09:53:15.696Z","dependency_job_id":null,"html_url":"https://github.com/deric/puppet-fluentbit","commit_stats":null,"previous_names":["deric/puppet-fluentbit"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fluentbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fluentbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fluentbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fluentbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deric","download_url":"https://codeload.github.com/deric/puppet-fluentbit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366685,"owners_count":21418768,"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":[],"created_at":"2024-10-02T10:11:34.246Z","updated_at":"2025-04-23T03:49:25.074Z","avatar_url":"https://github.com/deric.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-fluentbit [![Puppet Forge](http://img.shields.io/puppetforge/v/deric/fluentbit.svg)](https://forge.puppet.com/modules/deric/fluentbit) [![Test](https://github.com/deric/puppet-fluentbit/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/deric/puppet-fluentbit/actions/workflows/test.yml)\n\nA Puppet module to manage [Fluent Bit](https://fluentbit.io/) installation.\n\n## Description\n\nFluent Bit is a fast, lightweight agent for trasporting logs, metrics, traces, etc.\n\nIn order to install the package and setup `fluent-bit` service, simply include the main class:\n\n```puppet\ninclude fluentbit\n```\n\n## Usage\n\n[Fluent Bit supports wide range of inputs](https://docs.fluentbit.io/manual/pipeline/inputs)\n\n![fluentbit pipeline](img/pipeline.png)\n\nDefine some inputs:\n```yaml\nfluentbit::inputs:\n  'tail-syslog':\n    plugin: tail\n    properties:\n      path: /var/syslog\n```\n\n[outputs](https://docs.fluentbit.io/manual/pipeline/outputs):\n```yaml\nfluentbit::outputs:\n  'prometheus':\n    plugin: prometheus_exporter\n    properties:\n      match: nginx.metrics.*\n      host: 0.0.0.0\n      port: 2021\n```\n\nService configuration:\n```yaml\nfluentbit::service:\n  log_level: debug\n  mem_buf_limit: 50MB\n  storage.pause_on_chunks_overlimit: 'on'\n```\n\nUse specific `fluent-bit` version:\n\n```yaml\nfluentbit::package_ensure: 3.2.9\n```\n\n## Configuration\n\n\nLimit maximum memory usage per systemd unit:\n```yaml\nfluentbit::service_override_unit_file: true\nfluentbit::memory_max: 2G\n```\n\nAll Puppet variables are documented in [REFERENCE.md](./REFERENCE.md).\n\n### Acceptance tests\n\n```\nBEAKER_destroy=no BEAKER_setfile=debian11-64 bundle exec rake beaker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-fluentbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderic%2Fpuppet-fluentbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-fluentbit/lists"}