Skip to content

Commit

Permalink
Merge pull request #54 from peaceful-james/fix-logflare-config
Browse files Browse the repository at this point in the history
Modernize logflare config
  • Loading branch information
jsierles authored Jan 23, 2024
2 parents 66fb514 + 82845a1 commit f4f00ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vector-configs/sinks/logflare.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
[sinks.logflare]
type = "http"
inputs = ["remap_logflare_loglevel"]
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}"
request.headers = {"X-API-Key" = "${LOGFLARE_API_KEY}"}
encoding.codec = "json"
compression = "none"

0 comments on commit f4f00ad

Please sign in to comment.