We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66fb514 + 82845a1 commit f4f00adCopy full SHA for f4f00ad
vector-configs/sinks/logflare.toml
@@ -8,7 +8,8 @@
8
[sinks.logflare]
9
type = "http"
10
inputs = ["remap_logflare_loglevel"]
11
- uri = "https://api.logflare.app/logs/vector?api_key=${LOGFLARE_API_KEY}&source=${LOGFLARE_SOURCE_TOKEN}"
+ uri = "https://api.logflare.app/logs/vector?source=${LOGFLARE_SOURCE_TOKEN}"
12
+ request.headers = {"X-API-Key" = "${LOGFLARE_API_KEY}"}
13
encoding.codec = "json"
14
compression = "none"
15
0 commit comments