This message was deleted.
# support
s
This message was deleted.
k
We collected logs from fargate using aws firelens, where we used a custom fluent bit image to forward logs to signoz otel collector service which is also hosted on our fargate cluster....if you are using copilot to deploy you can just configure the image in the manifest file of the node.js service
Also you have to configure the otel metrics collector to accept logs from there
p
That sounds like a doable approach, I’m gonna try that out Thanks a ton!!
👍 1
@Kshitij Gang what do you think about writing all express logs to a file, mounting that file as a volume and using a local otel-collector as a sidecar to send that file further to signoz
k
I am using aws copilot cli to deploy a go application so adding a fluentbit log forwarder seemed much simpler..just had to add two lines to the config ....so I did not try the file mounting method
p
Oh makes sense alright