Skip to content

Commit

Permalink
docs: fix loki.source.heroku example (#6396)
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <[email protected]>
Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
tpaschalis and clayton-cornell authored Feb 20, 2024
1 parent a44cd3c commit e621a01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/flow/reference/components/loki.source.heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ different labels.
```river
loki.source.heroku "LABEL" {
http {
address = "LISTEN_ADDRESS"
port = LISTEN_PORT
listen_address = "LISTEN_ADDRESS"
listen_port = LISTEN_PORT
}
forward_to = RECEIVER_LIST
}
Expand Down Expand Up @@ -114,8 +114,8 @@ This example listens for Heroku messages over TCP in the specified port and forw
```river
loki.source.heroku "local" {
http {
address = "0.0.0.0"
port = 4040
listen_address = "0.0.0.0"
listen_port = 4040
}
use_incoming_timestamp = true
labels = {component = "loki.source.heroku"}
Expand Down

0 comments on commit e621a01

Please sign in to comment.