We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e4f3d commit d88498bCopy full SHA for d88498b
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 = "https://${BETTER_STACK_URI:-in.logs.betterstack.com}"
+ uri = "https://${BETTER_STACK_INGESTING_HOST:-in.logs.betterstack.com}"
12
encoding.codec = "json"
13
auth.strategy = "bearer"
14
auth.token = "${BETTER_STACK_SOURCE_TOKEN:-$LOGTAIL_TOKEN}"
0 commit comments