feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit f8fad8d599 - Show all commits

View File

@ -87,7 +87,7 @@ spec:
Match kube.*
Host loki.logging.svc.cluster.local
Port 3100
labels {job="fluent-bit", namespace="$kubernetes['namespace_name']", pod="$kubernetes['pod_name']", container="$kubernetes['container_name']"}
labels job=fluent-bit,namespace=$kubernetes['namespace_name'],pod=$kubernetes['pod_name'],container=$kubernetes['container_name']
line_format json
[OUTPUT]
@ -95,5 +95,5 @@ spec:
Match journald.*
Host loki.logging.svc.cluster.local
Port 3100
labels {job="systemd"}
labels job=systemd
line_format json