fix(alloy): Restore local.file_match
This commit is contained in:
parent
63faaf1468
commit
70f2c559da
1 changed files with 5 additions and 0 deletions
|
|
@ -88,6 +88,11 @@ data:
|
||||||
forward_to = [prometheus.relabel.global_filter.receiver]
|
forward_to = [prometheus.relabel.global_filter.receiver]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
local.file_match "pod_logs" {
|
||||||
|
path_targets = discovery.relabel.pod_logs.output
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
loki.process "pod_logs" {
|
loki.process "pod_logs" {
|
||||||
forward_to = [loki.write.default.receiver]
|
forward_to = [loki.write.default.receiver]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue