helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm Charts for Fluentd and Fluent Bit

Results 127 helm-charts issues
Sort by recently updated
recently updated
newest added

While working with fluentbit, I realised we couldn't specify topology constraints. Using deployment in multiple availability zones, this was a problem, since I couldn't optimise pods creation. Via this PR,...

Sometimes, accessories to the installation may be manifests to be installed (for example, a SecretProviderClass or ConfigMap). It would be nice to be able to do this directly via the...

Hi, I want to use FluentD but only for forwarded logs/metrics from FluentBit. So I don't want to use and have the default configuration for systemd and prometheus deployed in...

I am using fluent chart version 0.30.3, and it is deployed as `daemonset` and a custom Prometheus installation. At the moment, I am not able to get metrics based on...

Metrics must listen on ipv4 and ipv6 so that this helm chart will work in ipv6 enabled k8s clusters. This is a implementation of a work around found in this...

Hi, I would like to be able to configure startupProbe as well. Thanks, Johnny

Closes #357 Fluentd chart: - Adds a new value: `configs.annotations: {}`. When set, the configMapConfigs and fileConfigs will have annotations applied. - Adds a new value: `dashboards.annotations: {}`. When set,...

Related to #356 Adds ability to reference images by digest. Digest will override tag. Also fixed fluentd test. Closes: https://github.com/fluent/helm-charts/issues/440

Hi everyone, Is there a way to edit the name of the default `logstash` index. With the config I am able to create desired index called `ltb-service` and everything is...