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

Logging operator for Kubernetes

Results 91 logging-operator issues
Sort by recently updated
recently updated
newest added
trafficstars

**this is my log** {     "level": "info",     "time": "2024-03-28T10:34:44.345Z",     "req": {         "id": 6,         "method": "POST",         "url": "/xx/xx/xxx",         "query": {},         "headers": {             "x-request-id": "91d4b3e2fcdf23f1c6ccccccccc90cc",             "x-real-ip": "10.100.00.000",             "x-forwarded-for": "10.100.00.000",             "x-forwarded-host": "xxxx-sit.xxxx.cn",             "x-forwarded-port":...

bug

In case the user doesn't configure buffer and PVC is configured (which is the default) we should configure buffers by default to use filesystem buffering instead of letting fluentd defaulting...

enhancement
fluentd
priority-low
pinned

> Bugs should be filed for issues encountered whilst operating logging-operator. > You should first attempt to resolve your issues through the community support > channels, e.g. Slack, in order...

bug
pinned

**Describe the bug**: Error when using syslog output **Expected behaviour**: Logs should be sent to defined syslog cluster output **Steps to reproduce the bug**: Configure below resource ``` apiVersion: logging.banzaicloud.io/v1beta1...

bug

**Describe the bug**: If an Output references a wrong or inexistent secret, the error is not reported into the Output's status. **Expected behaviour**: `Output.status.active` is set to false, `Flow.status.active` is...

enhancement
pinned

The status of the ClusterFlow and ClusterOutput resources should highlight when they are not in the configured controlNamespace. Solution idea: collect all the ClusterFlows and ClusterOutputs with other logging resources...

bug
pinned

Implement image signing workflow and use for all kube-logging images

pinned

It would be nice to have an example to demonstrate how to parse semi-structured logs. Let's consider the following log record: ``` "message": [ "I0104 15:47:24.388872 118 SyslogReporter.cpp:10] APP-METRIC {\"fields\":{\"drop\":0},\"measurement\":\"core.datafield\",\"tags\":{\"host\":\"blahblah-testing-9rtvp\",\"instance\":\"0\",\"source\":\"core.datafield\",\"type\":\"data\",\"worker\":\"0\"},\"time\":\"2024-01-04T15:47:24.000000000Z\"}"...

documentation
pinned

Hi *, Is there any chance to have the FluentBit Filter Grep (https://docs.fluentbit.io/manual/pipeline/filters/grep) into the FluentbitSpec of the Banzai Logging module? So far I see only the following FluentBit filters...

enhancement
help wanted
fluentbit
priority-low
pinned