logging-operator
logging-operator copied to clipboard
Logging operator for Kubernetes
> 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...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/kube-logging/logging-operator). ## Open These updates have all been...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---|---| | gcr.io/distroless/static...
**Is your feature request related to a problem? Please describe.** It may take time to rollout hosttailer daemonsets in big clusters. **Describe the solution you'd like** I would like to...
Eventually we want to move to ruby 3.3 and the latest alpine base, but we had issues with it like this one https://github.com/kube-logging/fluentd-images/issues/107 Let's try this again eventually and see...
We want to have a similar protected flag that we have implemented for fluentd in https://github.com/kube-logging/logging-operator/pull/1730/files
**Is your feature request related to a problem? Please describe.** We use stackdriver as an output for fluentd for a manual deploy currently but would like to move to logging-operator....
**Describe the bug**: When creating a `clusteroutput` of type `logz`, I explicitly set the following fields ``` output_include_tags: false output_include_time: false ``` However, the configuration produced by this CRD does...
**Is your feature request related to a problem? Please describe.** We'd like to be able to define a ClusterFlow that defines an entire subset of namespaces which are labeled. This...