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

Missing type for visualization section in clusterlogging manifest.

XMLWordPrintable

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

      None

      Show
      None
    • False

      • It should be like below:
        ~~~

      apiVersion: logging.openshift.io/v1
      kind: ClusterLogging
      metadata:
        name: instance 
        namespace: openshift-logging 
      spec:
        collection:
          type: vector
        logStore:
          lokistack:
            name: logging-loki
          retentionPolicy:
            application:
              maxAge: 7d
            audit:
              maxAge: 7d
            infra:
              maxAge: 7d
          type: lokistack
        visualization:

          type: ocp-console    <-----------
          ocpConsole:
            logsLimit: 15
        managementState: Managed
      ~~~

       

              bdooley@redhat.com Brian Dooley
              rhn-support-amanverm Aman Dev Verma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: