Skip to content

Commit 44e4f3d

Browse files
ericahnPetrHeinz
andauthored
Update vector-configs/sinks/better-stack.toml
Co-authored-by: Petr Heinz <noobos@gmail.com>
1 parent 3273ead commit 44e4f3d

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 = "${BETTER_STACK_URI:-https://in.logs.betterstack.com}"
11+
uri = "https://${BETTER_STACK_URI:-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)