Uploaded image for project: 'Cluster Observability Operator'
  1. Cluster Observability Operator
  2. COO-188

The lokistack URL is wrong in korrel8r.yaml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 0.3.0
    • None
    • korrel8r
    • None
    • Log Storage - Sprint 255
    • No

      The URL is wrong in korrel8r.yaml. 

      oc get svc -l app.kubernetes.io/component=index-gateway -n openshift-logging 

      NAME                                  TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE
      lokistack-sample-index-gateway-http   ClusterIP   172.30.115.36   <none>        3100/TCP   4h27m
       
      

      oc get cm korrel8r -o yaml

      apiVersion: v1
      data:
        korrel8r.yaml: |-
          stores:
            - domain: log
              lokiStack: https://logging-loki-gateway-http.lokistack-sample-index-gateway-grpc.svc:8080

      Step to reproduce:

      1) deploy lokistack lokistack-sample
      2) Enable Logging UIPlugin

      oc get uiplugin logging-plugin -o json |jq '.spec'
      {
        "logging": {
          "logsLimit": 14,
          "lokiStack": {
            "name": "lokistack-sample"
          },
          "timeout": "5m"
        },
        "type": "Logging"
      }

      3) Enable troubleshootingpanel  plugin

      oc get uiplugin troubleshootingpanel -o json | jq '.spec'
      {
        "troubleshootingPanel": {
          "timeout": "5m"
        },
        "type": "TroubleshootingPanel"
      }

      Actual result:
      In korrel8r.yaml
              lokiStack: https://logging-loki-gateway-http.lokistack-sample-index-gateway-grpc.svc:8080

      Expected result:
      In korrel8r.yaml
              lokiStack: https://lokistack-sample-index-gateway-http.openshift-logging.svc:8080

            spad09 Shweta Padubidri
            rhn-support-anli Anping Li
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: