forward_to = [loki.write.local_loki.receiver]

This commit is contained in:
miwr 2025-03-26 12:34:48 +01:00
parent d64ecf325b
commit bfc8972580

View file

@ -88,5 +88,5 @@ alloy:
listener {
address = "0.0.0.0:12345"
}
forwardping_to = [loki.write.local_loki.receiver]
forward_to = [loki.write.local_loki.receiver]
}