Sign inSign up

parabuzzle/vercel-to-coralogix-bridge

By parabuzzle

Updated 5 months ago

A lightweight Express service that receives Vercel Log Drain webhooks and forwards them to Coralogix

Image
Monitoring & observability
0

1.1K

parabuzzle/vercel-to-coralogix-bridge repository overview

Vercel to Coralogix Bridge

Receives Vercel Log Drain webhooks, verifies HMAC-SHA1 signatures, transforms log entries, and forwards them to Coralogix.

Quick Start

docker run -p 8080:8080 \
  -e LOG_DRAIN_SECRET=your-log-drain-secret \
  -e CORALOGIX_KEY=your-coralogix-key \
  parabuzzle/vercel-to-coralogix-bridge:latest

Environment Variables

VariableRequiredDescription
LOG_DRAIN_SECRETYesSecret for verifying Vercel's x-vercel-signature HMAC-SHA1 header
CORALOGIX_KEYYesYour Coralogix Send-Your-Data API key
CORALOGIX_INGRESS_URLNoCoralogix ingestion URL (default: https://ingress.us1.coralogix.com/logs/v1/singles)
CORALOGIX_APPLICATION_NAMENoApplication name in Coralogix (default: Vercel)
USE_PROJECT_NAMENoIf true, uses the Vercel project name as the Coralogix application name
PORTNoServer port (default: 8080)
DEBUGNoSet to true for debug logging

Source

GitHub

Tag summary

Content type

Image

Digest

sha256:03eaace03

Size

65.2 MB

Last updated

6 months ago

docker pull parabuzzle/vercel-to-coralogix-bridge