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

[enterprise-4.13] Issue in file logging/log_collection_forwarding/configuring-log-forwarding.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • Logging
    • False
    • Hide

      None

      Show
      None
    • False

      Description of problem:

      Incorrect example under 'Tuning log payloads and delivery', the example is missing the fact that is needs to be within an output.

      Version-Release number of selected component (if applicable):

      Logging 5.9 (where this feature was introduced)    

      Actual results:

      apiVersion: logging.openshift.io/v1
      kind: ClusterLogForwarder
      metadata:
      # ...
      spec:
        tuning:
          delivery: AtLeastOnce 
          compression: none 
          maxWrite: <integer> 
          minRetryDuration: 1s 
          maxRetryDuration: 1s     

      Expected results:

      apiVersion: logging.openshift.io/v1
      kind: ClusterLogForwarder
      metadata:
      # ...
      spec:
        outputs:
        - name: highly-modified
          tuning:
            delivery: AtLeastOnce 
            compression: none 
            maxWrite: <integer> 
            minRetryDuration: 1s 
            maxRetryDuration: 1s     

      Additional info:

      Please reference: https://github.com/openshift/enhancements/blob/master/enhancements/cluster-logging/performance-tuning.md

            landerso@redhat.com Libby Anderson
            jforce1 James Force
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: