Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-1435

[DOCBUG] The example ClusterLogForwarder manifest is incorrect in "Upgrading to Logging 6.0"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • Logging 6.0
    • Logging
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Informational

      The example ClusterLogForwarder manifest is incorrect in Filters and Pipeline Configuration

       

      This is the example manifest for filter before LO 5.9. But there are no  filterRefs.

       

      apiVersion: logging.openshift.io/v1
      kind: ClusterLogForwarder
      spec:
        pipelines:
         - name: application-logs
           parse: json
           labels:
             foo: bar
           detectMultilineErrors: true 

      I think the following config is correct

       

       

      apiVersion: logging.openshift.io/v1
      kind: ClusterLogForwarder
      spec:
        pipelines:
        - filterRefs:
          name: application-logs
          parse: json
          labels:
            foo: bar
          detectMultilineErrors: true 

       

       

              bdooley@redhat.com Brian Dooley
              rhn-support-rnoma Ryoji Noma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: