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