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