added missing comma

This commit is contained in:
2025-07-01 23:19:38 +03:00
parent a8bef8663a
commit 507abbe3dc

View File

@@ -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" {