-
Bug
-
Resolution: Done-Errata
-
Normal
-
Logging 6.0.0
-
False
-
None
-
False
-
NEW
-
NEW
-
-
Bug Fix
-
-
-
Log Collection - Sprint 261, Log Collection - Sprint 262
Description of problem:
GCP expects certain severity value strings or integers and if unknown will default to `DEFAULT` raising the below warnings in vector.
2024-10-15T10:55:41.863878Z WARN sink{component_kind="sink" component_id=output_gcl component_type=gcp_stackdriver_logs}: vector::sinks::gcp::stackdriver::logs::encoder: Unknown severity value string, using DEFAULT. value=Metadata internal_log_rate_limit=true2024-10-15T10:55:52.044102Z WARN sink{component_kind="sink" component_id=output_gcl component_type=gcp_stackdriver_logs}: vector::sinks::gcp::stackdriver::logs::encoder: Internal log [Unknown severity value string, using DEFAULT.] has been suppressed 1680 times.
Version-Release number of selected component (if applicable):
Logging 6.0
How reproducible:
Always
Steps to Reproduce:
- Create CLF to GCL
Actual results:
2024-10-15T10:55:41.863878Z WARN sink{component_kind="sink" component_id=output_gcl component_type=gcp_stackdriver_logs}: vector::sinks::gcp::stackdriver::logs::encoder: Unknown severity value string, using DEFAULT. value=Metadata internal_log_rate_limit=true2024-10-15T10:55:52.044102Z WARN sink{component_kind="sink" component_id=output_gcl component_type=gcp_stackdriver_logs}: vector::sinks::gcp::stackdriver::logs::encoder: Internal log [Unknown severity value string, using DEFAULT.] has been suppressed 1680 times.
Expected results:
No warnings in the collector
Additional info:
- GCL Log severity reference: https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#logseverity
- links to
-
RHBA-2024:140332 Logging for Red Hat OpenShift - 6.0.2
- mentioned on