added missing comma
This commit is contained in:
@@ -8,10 +8,10 @@ local.file_match "eko_logs" {
|
||||
loki.source.file "eko_tail" {
|
||||
targets = local.file_match.eko_logs.targets
|
||||
forward_to = [loki.write.eko.receiver]
|
||||
tail_from_end = true,
|
||||
tail_from_end = true
|
||||
labels = {
|
||||
app = "eko-server"
|
||||
}
|
||||
app = "eko-server",
|
||||
},
|
||||
}
|
||||
|
||||
loki.write "eko" {
|
||||
|
||||
Reference in New Issue
Block a user