vector.yaml aktualisiert
This commit is contained in:
+8
-1
@@ -33,4 +33,11 @@ sinks:
|
|||||||
type: console
|
type: console
|
||||||
inputs: [parse_logs]
|
inputs: [parse_logs]
|
||||||
encoding:
|
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 }}"
|
||||||
Reference in New Issue
Block a user