Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-53040

Default log forwarding example code not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Minor
    • None
    • None
    • documentation
    • None
    • Untriaged
    • 1
    • Unknown

    Description

      In the forward logging documentation:

      https://docs.couchbase.com/operator/current/howto-couchbase-log-forwarding.html

      in the default forwarding section, some fields are invalid:

      image: couchbase/fluent-bit:1.2.0” (missing opening ")

      configurationMountPath: “/fluent-bit/config/” (it doesn't work with quotes for me).

       

      This is what's worked for me:

       

      logging: 
          server:
            enabled: true
            manageConfiguration: true 
            configurationName: "fluent-bit-config"
            sidecar:
              image: "couchbase/fluent-bit:1.2.0"
              configurationMountPath: /fluent-bit/config/
              resources:
                requests:
                  cpu: 100m
                  memory: 500Mi

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            maria.shodunke Maria Shodunke (Inactive)
            gilad.kalchheim Gilad Kalchheim
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty