cluster-logging-operator
cluster-logging-operator copied to clipboard
Operator to support logging subsystem of OpenShift
### Description From OCP v4.17+, the ConsolePlugin v1alpha1 was deprecated in favor of ConsolePlugin v1. This causes the logging plugin to fail during reconciliation as the new version of the...
### Description /cc /assign /cherry-pick ### Links - Depending on PR(s): - Bugzilla: - Github issue: - JIRA: - Enhancement proposal:
**Describe the bug** I'm following: https://docs.openshift.com/container-platform/4.15/observability/logging/performance_reliability/logging-flow-control-mechanisms.html#logging-set-input-rate-limit_logging-flow-control-mechanisms Adding `maxRecordsPerSecond` limit for specific namespace to the ClusterLogForwarder is not honored. ``` spec: inputs: - application: containerLimit: maxRecordsPerSecond: 5 namespaces: - test-ns ```...
### Description This PR: * replaces ViaQ with an internal model (made up of Viaq bits) * Formats entries to ViaQ as postfilter to allow fields to be consinstently available...