vector.yaml aktualisiert

This commit is contained in:
2026-07-11 11:57:28 +00:00
parent c0111f13ab
commit e7f33f01df
+8 -1
View File
@@ -33,4 +33,11 @@ sinks:
type: console
inputs: [parse_logs]
encoding:
codec: json
codec: json
sinks:
loki_sink:
type: loki
inputs: ["docker_logs"]
endpoint: "http://localhost:3100" # Keine localhost, wenn Vector woanders läuft!
labels:
host: "{{ host }}"