fluent-operator icon indicating copy to clipboard operation
fluent-operator copied to clipboard

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator

Results 171 fluent-operator issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. Currently we are using the [alias feature](https://docs.fluentbit.io/manual/administration/monitoring#configuring-aliases) of fluent-bit, to reference fluent-bit plugin metrics within custom dashboards. Unfortunately this...

help wanted
good first issue
feature-request

### Is your feature request related to a problem? Please describe. Since fluentbit upgraded to 1.9, many plugins have been added, such as the `Prometheus Scrape Metrics` plugin, but it...

help wanted
good first issue
feature-request

### Is your feature request related to a problem? Please describe. There're requirements to collect prometheus metrics using fluentbit ### Describe the solution you'd like We need to support the...

help wanted
good first issue
feature-request

### Describe the bug Hi! When I ceate a filter in fluentd with the parser plugin the secret "fluentd-config" that is created don't contain the values correctly ### To Reproduce...

### Is your feature request related to a problem? Please describe. Fluent operator already supports node exporter metrics input plugin and opentelemetry output plugin in https://github.com/fluent/fluent-operator/pull/345 The popular Prometheus remote...

help wanted
good first issue
feature-request

### Description The requirement is to collect multiline log information. like this: ![966D2FF4-4500-40af-B8E6-41627DDDF09F](https://user-images.githubusercontent.com/35992731/174730589-0b67fcde-3d6a-47f6-9f85-7bc2d5134a73.png) I tried the tail input plugin setting the multiline true or the multiline filter setting the parser....

### What this PR does / why we need it: Adds a new version, `v1alpha3`, for the fluentbit group. The `ClusterFilter` resource is then added to this group. **TODO** ```...

### Is your feature request related to a problem? Please describe. fluentbit and fluentd have an unusually rich way of collecting and processing logs, mainly due to their multiple plugins....

good first issue
feature-request

### Description The pod console on k8s outputs logs in json format, how to map the fields of json to elasticsearch using the correct filter fluent-operator is deployed in kubernetes...

### Is your feature request related to a problem? Please describe. it seems that adding new plugins requires to - modifiy the image of fluentd /fluentbit by installing the extra...

good first issue