-
Bug
-
Resolution: Done-Errata
-
Major
-
Logging 5.9.0
-
False
-
None
-
False
-
NEW
-
NEW
-
Before this change, defining and infrastructure input type did not exclude logging workloads from collection. This fixes that by excluding logging services to avoid feedback loops
-
Bug Fix
-
-
-
Log Collection - Sprint 251, Log Collection - Sprint 252, Log Collection - Sprint 253
Description of problem:
Configuration a CLF with an infrastructure input that collects infra containers does not exclude logging infra from collection
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- Create a CLF with input.infrastructure.sources=container
Actual results:
Note `include_paths_glob_patterns = ["/var/log/pods/default_*/*/*.log", "/var/log/pods/kube*_*/*/*.log", "/var/log/pods/openshift*_*/*/*.log"]`
Expected results:
exclude_paths_glob_patterns = ["/var/log/pods/*/*/*.gz", "/var/log/pods/*/*/*.tmp", "/var/log/pods/openshift-logging_*/gateway/*.log", "/var/log/pods/openshift-logging_*/loki*/*.log", "/var/log/pods/openshift-logging_*/opa/*.log", "/var/log/pods/openshift-logging_elasticsearch-*/*/*.log", "/var/log/pods/openshift-logging_kibana-*/*/*.log", "/var/log/pods/openshift-logging_logfilesmetricexporter-*/*/*.log"]
Additional info:
- links to
-
RHSA-2024:2096 security update Logging for Red Hat OpenShift - 5.9.1
- mentioned on