-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
False
-
-
False
-
-
-
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
- links to
-
RHEA-2024:131884 Cluster Observability Operator 0.3 for OpenShift