From e7f33f01df6a8591e9eb8f38a6e76285cab21d10 Mon Sep 17 00:00:00 2001 From: Jens Beckmann Date: Sat, 11 Jul 2026 11:57:28 +0000 Subject: [PATCH] vector.yaml aktualisiert --- vector.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vector.yaml b/vector.yaml index fe18411..c601c61 100644 --- a/vector.yaml +++ b/vector.yaml @@ -33,4 +33,11 @@ sinks: type: console inputs: [parse_logs] encoding: - codec: json \ No newline at end of file + codec: json + sinks: + loki_sink: + type: loki + inputs: ["docker_logs"] + endpoint: "http://localhost:3100" # Keine localhost, wenn Vector woanders läuft! + labels: + host: "{{ host }}" \ No newline at end of file