loki.source.syslog "tcp_socket" {
listener { address = "0.0.0.0:1514" labels = { component = "loki.source.syslog", protocol = "tcp" } } forward_to = [loki.write.local_loki.receiver] }
This commit is contained in:
parent
574fe29565
commit
1f429f079b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ alloy:
|
|||
loki.source.syslog "tcp_socket" {
|
||||
listener {
|
||||
address = "0.0.0.0:1514"
|
||||
}
|
||||
labels = { component = "loki.source.syslog", protocol = "tcp" }
|
||||
}
|
||||
forward_to = [loki.write.local_loki.receiver]
|
||||
}
|
Loading…
Reference in a new issue