We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3273ead commit 44e4f3dCopy full SHA for 44e4f3d
vector-configs/sinks/better-stack.toml
@@ -8,7 +8,7 @@
8
[sinks.better_stack]
9
type = "http"
10
inputs = ["remap_better_stack_timestamp"]
11
- uri = "${BETTER_STACK_URI:-https://in.logs.betterstack.com}"
+ uri = "https://${BETTER_STACK_URI:-in.logs.betterstack.com}"
12
encoding.codec = "json"
13
auth.strategy = "bearer"
14
auth.token = "${BETTER_STACK_SOURCE_TOKEN:-$LOGTAIL_TOKEN}"
0 commit comments