cluster-logging-operator
cluster-logging-operator copied to clipboard
Operator to support logging subsystem of OpenShift
### Description This PR: * fixes ServiceMonitor order of reconciliation to try to Get before Create * Refactors ServiceMonitor code out of k8shandler/collection.go to decouple from ClusterLoggingRequest * Makes ServiceMonitor...
### Description a manual cherry-pick of #1615 /cc /assign ### Links - Depending on PR(s): - Bugzilla: - Github issue: - JIRA: https://issues.redhat.com/browse/LOG-2961 - Enhancement proposal:
### Description Added a `"level: "default"` field in the audit logs to get rid of the `'Unknown Severity'` error in vector logs while sending audit logs to Google Cloud Logging....
### Description As an administrator of cluster log forwarding, I need to use an STS Role for authenticating to CloudWatch, so that my deployment does not rely on static access...
### Description Added kubernetes recommended labels to resources created by Cluster Logging Operator. /cc /assign /cherry-pick ### Links - Depending on PR(s): - Bugzilla: - Github issue: - JIRA: -...
**Describe the bug** after upgrade the operator logs: ``` {"_ts":"2022-08-19T11:48:36.79799272Z","_level":"0","_component":"cluster-logging-operator","_message":"starting up...","go_arch":"amd64","go_os":"linux","go_version":"go1.17.12","operator_version":"5.5"} I0819 11:48:38.911587 1 request.go:665] Waited for 1.042147194s due to client-side throttling, not priority and fairness, request: GET:https://10.201.0.1:443/apis/acme.cert-manager.io/v1beta1?timeout=32s {"_ts":"2022-08-19T11:48:43.221394033Z","_level":"0","_component":"cluster-logging-operator","_message":"Registering Components."}...
This is an automated cherry-pick of #1586 /assign jcantrill https://issues.redhat.com/browse/LOG-2957
We don't yet support matchExpressions so we should not include it in the API. When we do support it (LOG-1126) matchExpressions can be restored.
### Description #### Summary: - Added optional `Elasticsearch.Version` field to types. - Added `suppress_type_name = true` if forwarding to `Elasticsearch 7.x` or higher. - Can forward both to `default` and...