We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78add2c commit cb2edacCopy full SHA for cb2edac
kyma/telemetry/templates/log-pipeline-loki.yaml
@@ -22,4 +22,5 @@ spec:
22
filters:
23
- custom: |
24
Name grep
25
- Regex $log['alert'] true
+ Match *
26
+ Regex log \b(type\"\s*:\s*\"(alert|event|system|debug))\b
0 commit comments