address = "0.0.0.0:1514"
This commit is contained in:
parent
bfc8972580
commit
e8c6aeb3c2
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ alloy:
|
||||||
|
|
||||||
loki.source.syslog "tcp_socket" {
|
loki.source.syslog "tcp_socket" {
|
||||||
listener {
|
listener {
|
||||||
address = "0.0.0.0:12345"
|
address = "0.0.0.0:1514"
|
||||||
}
|
}
|
||||||
forward_to = [loki.write.local_loki.receiver]
|
forward_to = [loki.write.local_loki.receiver]
|
||||||
}
|
}
|
Loading…
Reference in a new issue