logging-operator
logging-operator copied to clipboard
Logging operator for Kubernetes
**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":...
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...
> 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...
**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...
**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...
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...
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\"}"...
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...