LogQL is modified when changed the time-range or severity in RHOCP 4
Issue
- When executing a The LogQL query from
Observe > Logs
, it's changed the label matched operator if it was defined as a regular expression when using the controltime-range
orseverity
. - The LogQL query
{ log_type="infrastructure", kubernetes_pod_name~=".*etcd.*" } | json
was changed to{ log_type="infrastructure", kubernetes_pod_name=".*etcd.*" } | json
after selecting a differenttime-range
.
Environment
- Red Hat OpenShift Container Platform (RHOCP)
- 4
- Red Hat OpenShift Logging (RHOL)
- 5.7
- 5.8
- Loki
- LogQL
- OCP Console
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.