Skip to content

Commit d281523

Browse files
fix alloy
1 parent 806db26 commit d281523

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

grafana.alloy

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,8 @@ local.file_match "local_files" {
1212

1313
loki.source.file "log_scrape" {
1414
targets = local.file_match.local_files.targets
15-
forward_to = [loki.process.filter_logs.receiver]
16-
tail_from_end = true
17-
}
18-
19-
loki.process "filter_logs" {
20-
stage.drop {
21-
source = ""
22-
expression = ""
23-
drop_counter_reason = "noisy"
24-
}
2515
forward_to = [loki.write.grafana_loki.receiver]
16+
tail_from_end = true
2617
}
2718

2819
loki.write "grafana_loki" {

0 commit comments

Comments
 (0)