Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Jan 9, 2025
1 parent 1551ce7 commit eca7b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ loki.source.kafka "local" {
brokers = ["localhost:9092"]
topics = ["quickstart-events"]
labels = {component = "loki.source.kafka"}
forward_to = [loki.relabel.kafka.receiver]
forward_to = [loki.write.local.receiver]
use_incoming_timestamp = true
relabel_rules = loki.relabel.kafka.rules
}
Expand Down
2 changes: 1 addition & 1 deletion example/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

services:
alloy:
image: grafana/alloy:v1.0.0
image: grafana/alloy:v1.5.1
pull_policy: always
profiles: ["alloy"]
restart: on-failure
Expand Down

0 comments on commit eca7b09

Please sign in to comment.