fix alloy

This commit is contained in:
bkellam 2025-03-01 21:09:47 -08:00
parent 806db26f16
commit d281523225

View file

@ -12,17 +12,8 @@ local.file_match "local_files" {
loki.source.file "log_scrape" {
targets = local.file_match.local_files.targets
forward_to = [loki.process.filter_logs.receiver]
tail_from_end = true
}
loki.process "filter_logs" {
stage.drop {
source = ""
expression = ""
drop_counter_reason = "noisy"
}
forward_to = [loki.write.grafana_loki.receiver]
tail_from_end = true
}
loki.write "grafana_loki" {