From c730140ff7cb70cbfbe948459c230a901b4582a6 Mon Sep 17 00:00:00 2001 From: Jens Beckmann Date: Sat, 11 Jul 2026 14:56:22 +0000 Subject: [PATCH] vector.yaml aktualisiert --- vector.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vector.yaml b/vector.yaml index 4a8494f..36f07ee 100644 --- a/vector.yaml +++ b/vector.yaml @@ -34,10 +34,9 @@ sinks: inputs: [parse_logs] encoding: codec: json - sinks: loki_sink: type: loki inputs: ["parse_logs"] - endpoint: "http://localhost:3100" # Keine localhost, wenn Vector woanders läuft! + endpoint: "http://localhost:3100" labels: host: "{{ host }}" \ No newline at end of file