From cd8b2fee69a805a548c447d0b5f7c4185b768b9d Mon Sep 17 00:00:00 2001 From: Carlos David Ramirez Date: Sat, 14 Mar 2026 23:05:26 -0500 Subject: [PATCH] Create Manual pack --- packs/fluentbit-4.2.3/README.md | 70 + .../charts/fluent-bit-0.56.0.tgz | Bin 0 -> 18281 bytes .../charts/fluent-bit/.helmignore | 23 + .../charts/fluent-bit/CHANGELOG.md | 56 + .../charts/fluent-bit/Chart.yaml | 27 + .../charts/fluent-bit/README.md | 247 +++ .../charts/fluent-bit/RELEASE.md | 3 + .../charts/fluent-bit/_docs.md | 38 + .../charts/fluent-bit/ci/ci-values.yaml | 43 + .../fluent-bit/dashboards/fluent-bit.json | 1565 +++++++++++++++++ .../charts/fluent-bit/templates/NOTES.txt | 6 + .../charts/fluent-bit/templates/_helpers.tpl | 138 ++ .../charts/fluent-bit/templates/_pod.tpl | 169 ++ .../fluent-bit/templates/clusterrole.yaml | 46 + .../templates/clusterrolebinding.yaml | 16 + .../templates/configmap-dashboards.yaml | 21 + .../templates/configmap-luascripts.yaml | 13 + .../fluent-bit/templates/configmap.yaml | 25 + .../fluent-bit/templates/daemonset.yaml | 48 + .../fluent-bit/templates/deployment.yaml | 51 + .../charts/fluent-bit/templates/hpa.yaml | 40 + .../charts/fluent-bit/templates/ingress.yaml | 65 + .../fluent-bit/templates/networkpolicy.yaml | 23 + .../charts/fluent-bit/templates/pdb.yaml | 21 + .../fluent-bit/templates/prometheusrule.yaml | 18 + .../charts/fluent-bit/templates/psp.yaml | 45 + .../charts/fluent-bit/templates/scc.yaml | 45 + .../charts/fluent-bit/templates/service.yaml | 60 + .../fluent-bit/templates/serviceaccount.yaml | 16 + .../fluent-bit/templates/servicemonitor.yaml | 51 + .../templates/tests/test-connection.yaml | 26 + .../charts/fluent-bit/templates/vpa.yaml | 45 + .../charts/fluent-bit/values.yaml | 540 ++++++ packs/fluentbit-4.2.3/logo.png | Bin 0 -> 10283 bytes packs/fluentbit-4.2.3/pack.json | 41 + packs/fluentbit-4.2.3/values.yaml | 557 ++++++ 36 files changed, 4198 insertions(+) create mode 100644 packs/fluentbit-4.2.3/README.md create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit-0.56.0.tgz create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/.helmignore create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/CHANGELOG.md create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/Chart.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/README.md create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/RELEASE.md create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/_docs.md create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/ci/ci-values.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/dashboards/fluent-bit.json create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/NOTES.txt create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/_helpers.tpl create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/_pod.tpl create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/clusterrole.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/clusterrolebinding.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/configmap-dashboards.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/configmap-luascripts.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/configmap.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/daemonset.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/deployment.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/hpa.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/ingress.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/networkpolicy.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/pdb.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/prometheusrule.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/psp.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/scc.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/service.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/serviceaccount.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/servicemonitor.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/tests/test-connection.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/templates/vpa.yaml create mode 100644 packs/fluentbit-4.2.3/charts/fluent-bit/values.yaml create mode 100644 packs/fluentbit-4.2.3/logo.png create mode 100644 packs/fluentbit-4.2.3/pack.json create mode 100644 packs/fluentbit-4.2.3/values.yaml diff --git a/packs/fluentbit-4.2.3/README.md b/packs/fluentbit-4.2.3/README.md new file mode 100644 index 00000000..ed488e88 --- /dev/null +++ b/packs/fluentbit-4.2.3/README.md @@ -0,0 +1,70 @@ +# 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. + +## Prerequisites + +- Kubernetes **1.27** 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**. + +## 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:** 4.2.3 +**Source:** Community +**Contributor:** Spectro Cloud + diff --git a/packs/fluentbit-4.2.3/charts/fluent-bit-0.56.0.tgz b/packs/fluentbit-4.2.3/charts/fluent-bit-0.56.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..853ae64c3fc227c30c8e9cc07b913235ae8fc023 GIT binary patch literal 18281 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 literal 0 HcmV?d00001 diff --git a/packs/fluentbit-4.2.3/charts/fluent-bit/.helmignore b/packs/fluentbit-4.2.3/charts/fluent-bit/.helmignore new file mode 100644 index 00000000..0e8a0eb3 --- /dev/null +++ b/packs/fluentbit-4.2.3/charts/fluent-bit/.helmignore @@ -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/ diff --git a/packs/fluentbit-4.2.3/charts/fluent-bit/CHANGELOG.md b/packs/fluentbit-4.2.3/charts/fluent-bit/CHANGELOG.md new file mode 100644 index 00000000..11d2f992 --- /dev/null +++ b/packs/fluentbit-4.2.3/charts/fluent-bit/CHANGELOG.md @@ -0,0 +1,56 @@ +# 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). + + + +## [UNRELEASED] + +## [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_ + + + +[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit +[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 diff --git a/packs/fluentbit-4.2.3/charts/fluent-bit/Chart.yaml b/packs/fluentbit-4.2.3/charts/fluent-bit/Chart.yaml new file mode 100644 index 00000000..f37db289 --- /dev/null +++ b/packs/fluentbit-4.2.3/charts/fluent-bit/Chart.yaml @@ -0,0 +1,27 @@ +annotations: + artifacthub.io/changes: |- + - kind: added + description: "VPA recommender may be specified with .autoscaling.vpa." +apiVersion: v1 +appVersion: 4.2.3 +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.56.0 diff --git a/packs/fluentbit-4.2.3/charts/fluent-bit/README.md b/packs/fluentbit-4.2.3/charts/fluent-bit/README.md new file mode 100644 index 00000000..756a3a75 --- /dev/null +++ b/packs/fluentbit-4.2.3/charts/fluent-bit/README.md @@ -0,0 +1,247 @@ +# fluent-bit + +![Version: 0.56.0](https://img.shields.io/badge/Version-0.56.0-informational?style=flat-square) ![AppVersion: 4.2.3](https://img.shields.io/badge/AppVersion-4.2.3-informational?style=flat-square) + +Fast and lightweight log processor and forwarder for Linux, OSX and BSD family operating systems. + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| edsiper | | | +| naseemkullah | | | +| Towmeykaw | | | +| stevehipwell | | | + +## Source Code + +* + +## Installing the Chart + +### OCI Repository + +To install the chart using the recommended OCI method you can use the following command. + +```shell +helm upgrade --install fluent-bit oci://ghcr.io/fluent/helm-charts/fluent-bit --version 0.56.0 +``` + +#### Verification + +As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command. + +```shell +cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit:0.56.0 +``` + +### Non-OCI Repository + +Alternatively you can use the legacy non-OCI method via the following commands. + +```shell +helm repo add fluent https://fluent.github.io/helm-charts/ +helm upgrade --install fluent-bit fluent/fluent-bit --version 0.56.0 +``` + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| annotations | object | `{}` | | +| args[0] | string | `"--workdir=/fluent-bit/etc"` | | +| args[1] | string | `"--config=/fluent-bit/etc/conf/fluent-bit.conf"` | | +| autoscaling.behavior | object | `{}` | | +| autoscaling.customRules | list | `[]` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `3` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `75` | | +| autoscaling.vpa.annotations | object | `{}` | | +| autoscaling.vpa.controlledResources | list | `[]` | | +| autoscaling.vpa.controlledValues | string | `nil` | | +| autoscaling.vpa.enabled | bool | `false` | | +| autoscaling.vpa.maxAllowed | object | `{}` | | +| autoscaling.vpa.minAllowed | object | `{}` | | +| autoscaling.vpa.recommender | string | `"default"` | | +| autoscaling.vpa.updatePolicy.updateMode | string | `"Auto"` | | +| command[0] | string | `"/fluent-bit/bin/fluent-bit"` | | +| config.customParsers | string | `"[PARSER]\n Name docker_no_time\n Format json\n Time_Keep Off\n Time_Key time\n Time_Format %Y-%m-%dT%H:%M:%S.%L\n"` | | +| config.extraFiles | object | `{}` | | +| config.filters | string | `"[FILTER]\n Name kubernetes\n Match kube.*\n Merge_Log On\n Keep_Log Off\n K8S-Logging.Parser On\n K8S-Logging.Exclude On\n"` | | +| config.inputs | string | `"[INPUT]\n Name tail\n Path /var/log/containers/*.log\n multiline.parser docker, cri\n Tag kube.*\n Mem_Buf_Limit 5MB\n Skip_Long_Lines On\n\n[INPUT]\n Name systemd\n Tag host.*\n Systemd_Filter _SYSTEMD_UNIT=kubelet.service\n Read_From_Tail On\n"` | | +| config.outputs | string | `"[OUTPUT]\n Name es\n Match kube.*\n Host elasticsearch-master\n Logstash_Format On\n Retry_Limit False\n\n[OUTPUT]\n Name es\n Match host.*\n Host elasticsearch-master\n Logstash_Format On\n Logstash_Prefix node\n Retry_Limit False\n"` | | +| config.service | string | `"[SERVICE]\n Daemon Off\n Flush {{ .Values.flush }}\n Log_Level {{ .Values.logLevel }}\n Parsers_File /fluent-bit/etc/parsers.conf\n Parsers_File /fluent-bit/etc/conf/custom_parsers.conf\n HTTP_Server On\n HTTP_Listen 0.0.0.0\n HTTP_Port {{ .Values.metricsPort }}\n Health_Check On\n"` | | +| config.upstream | object | `{}` | | +| daemonSetVolumeMounts[0].mountPath | string | `"/var/log"` | | +| daemonSetVolumeMounts[0].name | string | `"varlog"` | | +| daemonSetVolumeMounts[1].mountPath | string | `"/var/lib/docker/containers"` | | +| daemonSetVolumeMounts[1].name | string | `"varlibdockercontainers"` | | +| daemonSetVolumeMounts[1].readOnly | bool | `true` | | +| daemonSetVolumeMounts[2].mountPath | string | `"/etc/machine-id"` | | +| daemonSetVolumeMounts[2].name | string | `"etcmachineid"` | | +| daemonSetVolumeMounts[2].readOnly | bool | `true` | | +| daemonSetVolumes[0].hostPath.path | string | `"/var/log"` | | +| daemonSetVolumes[0].name | string | `"varlog"` | | +| daemonSetVolumes[1].hostPath.path | string | `"/var/lib/docker/containers"` | | +| daemonSetVolumes[1].name | string | `"varlibdockercontainers"` | | +| daemonSetVolumes[2].hostPath.path | string | `"/etc/machine-id"` | | +| daemonSetVolumes[2].hostPath.type | string | `"File"` | | +| daemonSetVolumes[2].name | string | `"etcmachineid"` | | +| dashboards.annotations | object | `{}` | | +| dashboards.deterministicUid | bool | `false` | | +| dashboards.enabled | bool | `false` | | +| dashboards.labelKey | string | `"grafana_dashboard"` | | +| dashboards.labelValue | int | `1` | | +| dashboards.namespace | string | `""` | | +| dnsConfig | object | `{}` | | +| dnsPolicy | string | `"ClusterFirst"` | | +| env | list | `[]` | | +| envFrom | list | `[]` | | +| envWithTpl | list | `[]` | | +| existingConfigMap | string | `""` | | +| extraContainers | list | `[]` | | +| extraPorts | list | `[]` | | +| extraVolumeMounts | list | `[]` | | +| extraVolumes | list | `[]` | | +| flush | int | `1` | | +| fullnameOverride | string | `""` | | +| hostAliases | list | `[]` | | +| hostNetwork | bool | `false` | | +| hotReload.enabled | bool | `false` | | +| hotReload.extraWatchVolumes | list | `[]` | | +| hotReload.image.digest | string | `nil` | | +| hotReload.image.pullPolicy | string | `"IfNotPresent"` | | +| hotReload.image.repository | string | `"ghcr.io/jimmidyson/configmap-reload"` | | +| hotReload.image.tag | string | `"v0.15.0"` | | +| hotReload.resources | object | `{}` | | +| hotReload.securityContext.allowPrivilegeEscalation | bool | `false` | | +| hotReload.securityContext.capabilities.drop[0] | string | `"ALL"` | | +| hotReload.securityContext.privileged | bool | `false` | | +| hotReload.securityContext.readOnlyRootFilesystem | bool | `true` | | +| hotReload.securityContext.runAsGroup | int | `65532` | | +| hotReload.securityContext.runAsNonRoot | bool | `true` | | +| hotReload.securityContext.runAsUser | int | `65532` | | +| image.digest | string | `nil` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"cr.fluentbit.io/fluent/fluent-bit"` | | +| image.tag | string | `nil` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | object | `{}` | | +| ingress.enabled | bool | `false` | | +| ingress.extraHosts | list | `[]` | | +| ingress.hosts | list | `[]` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | list | `[]` | | +| initContainers | list | `[]` | | +| kind | string | `"DaemonSet"` | DaemonSet or Deployment | +| labels | object | `{}` | | +| lifecycle | object | `{}` | | +| livenessProbe.httpGet.path | string | `"/"` | | +| livenessProbe.httpGet.port | string | `"http"` | | +| logLevel | string | `"info"` | | +| luaScripts | object | `{}` | | +| metricsPort | int | `2020` | | +| minReadySeconds | string | `nil` | | +| nameOverride | string | `""` | | +| networkPolicy.enabled | bool | `false` | | +| nodeSelector | object | `{}` | | +| openShift.enabled | bool | `false` | | +| openShift.securityContextConstraints.annotations | object | `{}` | | +| openShift.securityContextConstraints.create | bool | `true` | | +| openShift.securityContextConstraints.existingName | string | `""` | | +| openShift.securityContextConstraints.name | string | `""` | | +| openShift.securityContextConstraints.runAsUser.type | string | `"RunAsAny"` | | +| openShift.securityContextConstraints.seLinuxContext.type | string | `"MustRunAs"` | | +| podAnnotations | object | `{}` | | +| podDisruptionBudget.annotations | object | `{}` | | +| podDisruptionBudget.enabled | bool | `false` | | +| podDisruptionBudget.maxUnavailable | string | `"30%"` | | +| podLabels | object | `{}` | | +| podSecurityContext | object | `{}` | | +| podSecurityPolicy.annotations | object | `{}` | | +| podSecurityPolicy.create | bool | `false` | | +| podSecurityPolicy.runAsUser.rule | string | `"RunAsAny"` | | +| podSecurityPolicy.seLinux.rule | string | `"RunAsAny"` | | +| priorityClassName | string | `""` | | +| prometheusRule.enabled | bool | `false` | | +| rbac.create | bool | `true` | | +| rbac.eventsAccess | bool | `false` | | +| rbac.nodeAccess | bool | `false` | | +| readinessProbe.httpGet.path | string | `"/api/v1/health"` | | +| readinessProbe.httpGet.port | string | `"http"` | | +| replicaCount | int | `1` | Only applicable if kind=Deployment | +| resources | object | `{}` | | +| securityContext | object | `{}` | | +| service.annotations | object | `{}` | | +| service.externalIPs | list | `[]` | | +| service.internalTrafficPolicy | string | `nil` | | +| service.labels | object | `{}` | | +| service.loadBalancerClass | string | `nil` | | +| service.loadBalancerIP | string | `nil` | | +| service.loadBalancerSourceRanges | list | `[]` | | +| service.port | int | `2020` | | +| service.type | string | `"ClusterIP"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.automountServiceAccountToken | string | `nil` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `nil` | | +| serviceMonitor.additionalEndpoints | list | `[]` | | +| serviceMonitor.enabled | bool | `false` | | +| terminationGracePeriodSeconds | string | `nil` | | +| testFramework.enabled | bool | `true` | | +| testFramework.image.digest | string | `nil` | | +| testFramework.image.pullPolicy | string | `"Always"` | | +| testFramework.image.repository | string | `"busybox"` | | +| testFramework.image.tag | string | `"latest"` | | +| testFramework.namespace | string | `nil` | | +| tolerations | list | `[]` | | +| updateStrategy | object | `{}` | | +| volumeMounts[0].mountPath | string | `"/fluent-bit/etc/conf"` | | +| volumeMounts[0].name | string | `"config"` | | + +## Usage + +### 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 + 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/