HIi, How to get your existing log messages to the ...
# support
s
HIi, How to get your existing log messages to the SigNoz for the golang application?
n
How are you sending your logs to signoz ?
s
I don't know exactly How to do that. Can you guide me ?
n
• So you have golang application and you want to send logs to SigNoz. • You are already sending logs to signoz but want the logs of previous days to be ingested to SigNoz Can you let me know which of the above issue you are facing ?
s
I have golang application and I want to send logs to SigNoz.
n
How are you deploying your golang application ? are you running it in docker/k8s/binary
s
With the docker
n
In that case your logs will be automatically collected when you deploy your app
As of now the logs won’t have much metadata like container name etc So you can use this solution to add metadata https://github.com/SigNoz/signoz/issues/1597#issuecomment-1259234665 We have an issue opened where we will be adding the above support by default https://github.com/SigNoz/signoz/issues/2855 but for now you will have to do it manually as explained in the above link
s
Okay. I'll check it . Thanks