Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1866583

Summary: Fluentd doesn't gather systemd logs.
Product: OpenShift Container Platform Reporter: Qiaoling Tang <qitang>
Component: LoggingAssignee: Jeff Cantrill <jcantril>
Status: CLOSED DUPLICATE QA Contact: Anping Li <anli>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.6CC: aos-bugs
Target Milestone: ---Keywords: Regression
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-10 21:35:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
fluent.conf in cm/fluentd none

Description Qiaoling Tang 2020-08-06 01:38:45 UTC
Created attachment 1710585 [details]
fluent.conf in cm/fluentd

Description of problem:
The fluentd doesn't gather systemd and journald logs.

Forward application, infrastructure and audit logs to a log server, then check the received infra logs in the server, only infra container logs are received, the systemd logs are not received.


Version-Release number of selected component (if applicable):
clusterlogging.4.6.0-202008040110.p0

How reproducible:
100%

Steps to Reproduce:
1. deploy logging operators
2. deploy a log receiver
3. create CLF CR instance:
  spec:
    outputs:
    - name: es-created-by-user
      type: elasticsearch
      url: http://elasticsearch-server.openshift-logging.svc:9200
    pipelines:
    - inputRefs:
      - infrastructure
      - application
      - audit
      name: forward-to-external-es
      outputRefs:
      - es-created-by-user


Actual results:


Expected results:


Additional info:
I tested elasticsearch forward and fluentd forward, all hit this issue.

Comment 1 Qiaoling Tang 2020-08-07 05:44:53 UTC
Also tested send logs to default ES without creating CLF, hit the same issue.

Comment 2 Jeff Cantrill 2020-08-10 21:35:26 UTC

*** This bug has been marked as a duplicate of bug 1867759 ***