Exporting Logs from Fargate to SigNoz
TLDR Pranay needed a way to export logs from Fargate services to SigNoz. Kshitij suggested using AWS Firelens and a custom Fluent Bit image to forward logs to the SigNoz OTel collector service.

Mar 02, 2023 (7 months ago)
Pranay
06:26 AMI have 5 services built with ExpressJS running out of Amazon ECS in a Fargate cluster
Is there anyway to export logs from those services directly to SigNoz, since it is fargate and we technically don’t have access to the “host” I figured there is no way for the same since log collectors generally scrape logs from the
docker logs
of a containerAny ideas on how this could be done?
Kshitij
07:03 AMKshitij
07:12 AMPranay
07:15 AMThanks a ton!!

Pranay
10:00 AMKshitij
10:18 AMPranay
10:25 AMSigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Troubleshooting SigNoz Dashboard Visibility Issue
Naman had an issue with SigNoz not displaying services even though they've enabled it and sent data successfully. Srikanth engaged in investigation and troubleshooting, but the issue remained unresolved.

Troubleshooting and Adding Log Files to SigNoz POC
Noor has requested help with incorporating log files into their SigNoz POC. In collaboration with vishal-signoz and nitya-signoz, they managed to successfully setup and resolve their issues.
Syncing Node JS Application Logs with Signoz
Romil asks for a way to sync Node JS application logs without storing them in a file. vishal-signoz suggests the experimental OTLP logs exporter for JS.