Skip to content

Commit d88498b

Browse files
authored
Match docs and config
1 parent 44e4f3d commit d88498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector-configs/sinks/better-stack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[sinks.better_stack]
99
type = "http"
1010
inputs = ["remap_better_stack_timestamp"]
11-
uri = "https://${BETTER_STACK_URI:-in.logs.betterstack.com}"
11+
uri = "https://${BETTER_STACK_INGESTING_HOST:-in.logs.betterstack.com}"
1212
encoding.codec = "json"
1313
auth.strategy = "bearer"
1414
auth.token = "${BETTER_STACK_SOURCE_TOKEN:-$LOGTAIL_TOKEN}"

0 commit comments

Comments
 (0)