diff --git a/k8s/loki/templates/podlogs.yaml b/k8s/loki/templates/podlogs.yaml index 05bacdd..23758b3 100644 --- a/k8s/loki/templates/podlogs.yaml +++ b/k8s/loki/templates/podlogs.yaml @@ -44,3 +44,8 @@ spec: targetLabel: cluster pipelineStages: - cri: {} + - regex: + # Matches: [14.12.2025 17:53.42.010] [LOG] message... + expression: '^\[.*\] \[(?P\w+)\]\s+(?P.*)$' + - labels: + level: