hi i want to upload cloudwatch logs of specific lo...
# support
n
hi i want to upload cloudwatch logs of specific log group to signoz self hosted kindly share the steps
n
thanks for sharing..i will check and get back to you
i install the signoz using docker on my local machine. i want to upload the cloudwatch logs of specific log group (not log stream) to signoz self hosted that i install on my local machine
kindly help me in this
n
i did this but after the configuration my "signoz-otel-collector" docker stop running
actually , my main aim is to send logs to signoz using go script ..i fetch the logs from cloudwatch using go script but that logs is not going to signoz
if you need that script , i can send you
kindly help me to get out of it
n
Check the logs of signoz-otel-collector, your configuration might be wrong. If you want to send logs from your go application you can try this example out • https://github.com/SigNoz/zap_otlp/tree/main/example • Also you can write your logs to a file and then follow this tutorial https://signoz.io/docs/userguide/collect_logs_from_file/
n
when i am using the below configuration in the otel-collector-config-yaml receivers: awscloudwatch: profile: default region: ap-south-1 logs: poll_interval: 5m groups: named: /aws/lambda/promoSmsPool-deploybot_main_sqsHandler: logs: receivers: [otlp, tcplog/docker, httplogreceiver/json, awscloudwatch, filelog] processors: [batch] exporters: [clickhouselogsexporter]
with the above configuration logs are not showing in the signoz "logs-explorer"
kindly suggest me
n
try to debug by using just the
awscloudwatch
receiver and logging exporter. Do check the logs of the collector during that time.