Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4184322
new file: packs/crossplane-1.20.0/README.md
Daniel2025-SW Jul 21, 2025
8d07b23
Blank space romoved
Daniel2025-SW Jul 30, 2025
d76fe12
Merge branch 'main' into main
vishwanaths Jul 31, 2025
e0904f6
Merge branch 'main' into main
vishwanaths Aug 1, 2025
809fdc5
Merge branch 'spectrocloud:main' into main
Daniel2025-SW Sep 12, 2025
3f97219
new file: packs/fluentbit-4.0.7/README.md
Daniel2025-SW Sep 17, 2025
8c9c7e3
Merge branch 'spectrocloud:main' into main
Daniel2025-SW Sep 22, 2025
dcb967f
Merge pull request #1 from Daniel2025-SW/PAC-3186
Daniel2025-SW Sep 22, 2025
aeda0f2
Merge branch 'main' into main
vishwanaths Oct 7, 2025
e3899c1
Merge branch 'spectrocloud:main' into main
Daniel2025-SW Oct 15, 2025
6a12375
new file: packs/fluentbit-4.1.0/README.md
Daniel2025-SW Oct 17, 2025
6f0beaf
Merge pull request #2 from Daniel2025-SW/PAC-3306
Daniel2025-SW Oct 20, 2025
205fe2a
Merge branch 'spectrocloud:main' into main
Daniel2025-SW Oct 27, 2025
5e06cba
modified: packs/fluentbit-4.1.0/README.md
Daniel2025-SW Oct 27, 2025
df428d3
modified: packs/fluentbit-4.1.0/values.yaml
Daniel2025-SW Oct 27, 2025
aeab160
Merge pull request #3 from Daniel2025-SW/PAC-3306
Daniel2025-SW Oct 27, 2025
0e4bc1a
Merge branch 'main' into main
vishwanaths Nov 4, 2025
785b101
new file: packs/crossplane-2.1.1/README.md
Daniel2025-SW Nov 25, 2025
5ea3bd4
Merge pull request #4 from Daniel2025-SW/PAC-3462
Daniel2025-SW Nov 27, 2025
14c37d5
modified: packs/fluentbit-4.1.0/values.yaml
Daniel2025-SW Jan 13, 2026
b647ce9
Merge pull request #5 from Daniel2025-SW/PAC-3306
Daniel2025-SW Jan 14, 2026
b191d1a
new file: packs/fluentbit-4.1.1/README.md
Daniel2025-SW Jan 16, 2026
6b991c4
Merge pull request #6 from Daniel2025-SW/PAC-3613
Daniel2025-SW Jan 16, 2026
127d178
new file: packs/fluentbit-4.2.2/README.md
Daniel2025-SW Jan 27, 2026
9f92cf3
Merge pull request #7 from Daniel2025-SW/PAC-3647
Daniel2025-SW Jan 28, 2026
5de6841
new file: packs/crossplane-2.1.4/README.md
Daniel2025-SW Feb 10, 2026
9386519
Merge pull request #8 from Daniel2025-SW/PAC-3713
Daniel2025-SW Feb 10, 2026
99a83c0
Merge branch 'main' into main
Daniel2025-SW Feb 10, 2026
b5f84c4
Merge branch 'spectrocloud:main' into main
Daniel2025-SW May 12, 2026
ece14f7
new file: packs/elastic-operator-3.4.0/README.md
Daniel2025-SW May 14, 2026
aa5cffd
Merge branch 'spectrocloud:main' into main
Daniel2025-SW May 14, 2026
cdfc69e
PAC-4095 - Upgrade elastic operator pack to 3.4.0
Daniel2025-SW May 14, 2026
12be3d9
new file: packs/elastic-stack-0.19.0/README.md
Daniel2025-SW May 15, 2026
e93d467
PAC-4096 - Upgrade elastic stack pack to 0.19.0
Daniel2025-SW May 15, 2026
a75dd38
new file: packs/fluentbit-5.0.5/README.md
Daniel2025-SW May 22, 2026
b163d9f
Merge branch 'main' into fluentbit-5.0.5
Daniel2025-SW May 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions packs/fluentbit-5.0.5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
# Fluent Bit

Fluent Bit is a lightweight and high-performance log processor and forwarder. It allows you to collect data or logs from different sources, unify them, and send them to multiple destinations including Elasticsearch, OpenSearch, Kafka, Datadog, and more.

![Version: 0.57.5](https://img.shields.io/badge/Version-0.57.5-informational?style=flat-square) ![AppVersion: 5.0.5](https://img.shields.io/badge/AppVersion-5.0.5-informational?style=flat-square)

Fast and lightweight log processor and forwarder for Linux, OSX and BSD family operating systems.

## Prerequisites

- Kubernetes **1.29** and higher are supported.
- Supported cloud types: **All clouds**.

## Parameters

| **Parameter** | **Description** | **Type** | **Default Value** | **Required** |
|---|---|---|---|---|
| charts.fluent-bit.kind | Kubernetes controller to use (DaemonSet or Deployment) | string | DaemonSet | Yes |
| charts.fluent-bit.image.repository | Image repository for Fluent Bit | string | cr.fluentbit.io/fluent/fluent-bit | Yes |
| charts.fluent-bit.image.pullPolicy | Image pull policy | string | IfNotPresent | No |
| charts.fluent-bit.flush | Interval (in seconds) to flush the logs | integer | 1 | No |
| charts.fluent-bit.logLevel | Logging level for Fluent Bit | string | info | No |
| charts.fluent-bit.metricsPort | Port for exposing metrics | integer | 2020 | No |
| charts.fluent-bit.config.service | Main Fluent Bit service configuration | string | See values.yaml | Yes |
| charts.fluent-bit.config.inputs | Log input configuration | string | See values.yaml | Yes |
| charts.fluent-bit.config.filters | Filters applied to logs (e.g. Kubernetes metadata) | string | See values.yaml | Yes |
| charts.fluent-bit.config.outputs | Log output configuration | string | See values.yaml | Yes |
| charts.fluent-bit.config.customParsers | Custom parsers for log messages | string | See values.yaml | No |
| charts.fluent-bit.daemonSetVolumes | Volumes to mount for log access | list | /var/log, /var/lib/docker/containers, /etc/machine-id | Yes |
| charts.fluent-bit.daemonSetVolumeMounts | Mount points in Fluent Bit containers | list | See values.yaml | Yes |
| charts.fluent-bit.service.port | Port exposed by the Fluent Bit service | integer | 2020 | No |
| charts.fluent-bit.rbac.create | Whether to create RBAC resources | bool | true | No |
| charts.fluent-bit.podSecurityPolicy.create | Whether to create PodSecurityPolicy | bool | false | No |
| charts.fluent-bit.hotReload.enabled | Enable configmap hot reload with sidecar | bool | false | No |
| charts.fluent-bit.autoscaling.enabled | Enable horizontal pod autoscaler (only for Deployment) | bool | false | No |

## Upgrade

- Ensure compatibility with the Kubernetes version (1.27 or higher) before upgrading.
- Review any changes in the Fluent Bit Helm chart configuration that could impact existing parameters.
- If upgrading from a previous major version, verify that configuration blocks (inputs, filters, outputs) maintain their structure and names.

> [!CAUTION]
> Upgrades from a manifest-based pack to a Helm chart-based pack might not be compatible.

## Usage

Fluent Bit runs as a **DaemonSet** in a Kubernetes cluster and collects logs from each node.
The logs are parsed, filtered, and enriched with Kubernetes metadata before being shipped to the specified backend.

- The default configuration collects:
- Container logs from `/var/log/containers/*.log`
- System logs via `systemd`
- Logs are filtered using Kubernetes metadata.
- Output is sent to the defined destination, such as **Elasticsearch**.

You can customize this configuration through `values.yaml`, adjusting sections such as `inputs`, `filters`, and `outputs`.

> [!NOTE]
> Fluent Bit’s configuration allows flexible integrations with other monitoring tools like **Datadog**, **OpenSearch**, or **Kafka**.

### Using Lua Scripts

Fluent Bit allows us to provide a filter to modify the incoming records using custom [Lua scripts.](https://docs.fluentbit.io/manual/pipeline/filters/lua)

### How to use Lua scripts with this Chart

First, you should add your Lua scripts to `luaScripts` in values.yaml, templating is supported.

```yaml
luaScripts:
filter_example.lua: |
function filter_name(tag, timestamp, record)
-- put your lua code here.
end
```

After that, the Lua scripts will be ready to be used as filters. So next step is to add your Fluent bit [filter](https://docs.fluentbit.io/manual/concepts/data-pipeline/filter) to `config.filters` in values.yaml, for example:

```yaml
config:
filters: |
[FILTER]
Name lua
Match <your-tag>
script /fluent-bit/scripts/filter_example.lua
call filter_name
```

Under the hood, the chart will:

- Create a configmap using `luaScripts`.
- Add a volumeMounts for each Lua scripts using the path `/fluent-bit/scripts/<script>`.
- Add the Lua script's configmap as volume to the pod.

> [!NOTE]
> Remember to set the `script` attribute in the filter using `/fluent-bit/scripts/`, otherwise the file will not be found by fluent bit.

----------------------------------------------

Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/).

## References

- [Fluent Bit Official Docs](https://docs.fluentbit.io/manual)
- [Fluent Bit Helm Chart](https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit)
- [Spectro Cloud Docs - Fluent Bit](https://docs.spectrocloud.com/integrations/fluentbit)

---

**Maintainer:** Spectro Cloud
**Version:** 5.0.5
**Source:** Community
**Contributor:** Spectro Cloud

Binary file not shown.
23 changes: 23 additions & 0 deletions packs/fluentbit-5.0.5/charts/fluent-bit/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
98 changes: 98 additions & 0 deletions packs/fluentbit-5.0.5/charts/fluent-bit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# Fluent Bit Helm Chart Changelog

> [!NOTE]
> All notable changes to this project will be documented in this file; the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!--
### Added - For new features.
### Changed - For changes in existing functionality.
### Deprecated - For soon-to-be removed features.
### Removed - For now removed features.
### Fixed - For any bug fixes.
### Security - In case of vulnerabilities.
-->

## [UNRELEASED]

## [v0.57.5] - 2026-05-12

### Changed

- Update _Fluent Bit_ OCI image to [v5.0.5](https://github.com/fluent/fluent-bit/releases/tag/v5.0.5). ([#721](https://github.com/fluent/helm-charts/pull/721)) _@stevehipwell_

## [v0.57.4] - 2026-05-12

### Changed

- Update _Fluent Bit_ OCI image to [v5.0.4](https://github.com/fluent/fluent-bit/releases/tag/v5.0.4). ([#719](https://github.com/fluent/helm-charts/pull/719)) _@stevehipwell_

## [v0.57.3] - 2026-04-17

### Changed

- Update _Fluent Bit_ OCI image to [v5.0.3](https://github.com/fluent/fluent-bit/releases/tag/v5.0.3). ([#710](https://github.com/fluent/helm-charts/pull/710)) _@stevehipwell_

## [v0.57.2] - 2026-04-02

### Changed

- Update _Fluent Bit_ OCI image to [v5.0.2](https://github.com/fluent/fluent-bit/releases/tag/v5.0.2). ([#705](https://github.com/fluent/helm-charts/pull/705)) _@stevehipwell_

## [v0.57.1] - 2026-04-02

### Changed

- Update _Fluent Bit_ OCI image to [v5.0.1](https://github.com/fluent/fluent-bit/releases/tag/v5.0.1). ([#704](https://github.com/fluent/helm-charts/pull/704)) _@stevehipwell_

## [v0.57.0] - 2026-03-23

### Changed

- Update _Fluent Bit_ OCI image to [v5.0.0](https://github.com/fluent/fluent-bit/releases/tag/v5.0.0). ([#700](https://github.com/fluent/helm-charts/pull/700)) _@stevehipwell_

## [v0.56.0] - 2026-02-27

### Added

- VPA recommender may be specified with `.autoscaling.vpa.recommender`

## [v0.55.1] - 2026-02-27

### Changed

- Update _Fluent Bit_ OCI image to [v4.2.3](https://github.com/fluent/fluent-bit/releases/tag/v4.2.3). ([#697](https://github.com/fluent/helm-charts/pull/697)) _@stevehipwell_

## [v0.55.0] - 2026-01-22

### Changed

- Update Fluent Bit OCI image to [4.2.2](https://github.com/fluent/fluent-bit/releases/tag/v4.2.2). ([#684](https://github.com/fluent/helm-charts/pull/684)) _@stevehipwell_

## [v0.54.1] - 2026-01-06

### Changed

- Update Fluent Bit OCI image to [4.1.1](https://github.com/fluent/fluent-bit/releases/tag/v4.1.1). ([#639](https://github.com/fluent/helm-charts/pull/666)) _@Xelus22_

## [v0.54.0] - 2025-10-09

### Changed

- Update Fluent Bit OCI image to [4.1.0](https://github.com/fluent/fluent-bit/releases/tag/v4.1.0). ([#639](https://github.com/fluent/helm-charts/pull/639)) _@timonegk_

<!--
RELEASE LINKS
-->

[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit
[v0.57.5]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.57.5
[v0.57.4]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.57.4
[v0.57.3]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.57.3
[v0.57.2]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.57.2
[v0.57.1]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.57.1
[v0.57.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.57.0
[v0.56.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.56.0
[v0.55.1]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.55.1
[v0.55.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.55.0
[v0.54.1]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.54.1
[v0.54.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.54.0
27 changes: 27 additions & 0 deletions packs/fluentbit-5.0.5/charts/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: "Update Fluent Bit OCI image to v5.0.5."
apiVersion: v1
appVersion: 5.0.5
description: Fast and lightweight log processor and forwarder for Linux, OSX and BSD
family operating systems.
home: https://fluentbit.io/
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
keywords:
- logging
- fluent-bit
- fluentd
maintainers:
- email: eduardo@calyptia.com
name: edsiper
- email: naseem@transit.app
name: naseemkullah
- email: towmeykaw@gmail.com
name: Towmeykaw
- email: steve.hipwell@gmail.com
name: stevehipwell
name: fluent-bit
sources:
- https://github.com/fluent/fluent-bit/
version: 0.57.5
Loading