Backend: Error Monitoring
Go
JS
Python
Ruby
Backend: Logging
Fullstack Frameworks
Self Host & Local Dev
Menu
Fluent Forward
Set up highlight.io log ingestion via Fluent Forward (fluentd / fluentbit protocol).
1
Setup fluentd / fluent bit ingest.
Route your fluentd / fluent bit to forward://otel.highlight.io:24224. Regardless of the way you are using fluentbit, configure the tag to highlight.project_id=YOUR_PROJECT_ID
to route the logs to the given highlight project
bin/fluent-bit -i cpu -t highlight.project_id=YOUR_PROJECT_ID -o forward://otel.highlight.io:24224
2
Setting up for AWS ECS?
If you are setting up for AWS Elastic Container Services, check out our dedicated docs for AWS ECS. .
3
Verify your backend logs are being recorded.
Visit the highlight logs portal and check that backend logs are coming in.