Hi team <@U03BTNACHNX> Is it possible that logs fe...
# support
l
Hi team @nitya-signoz Is it possible that logs fetched from the APM service may not appear in the logs explorer? In my case, I only need to view logs from containers that contain the word "error." However, logs coming from the APM service.name generate a lot of noise in this explorer. Is there a way to filter it out without affecting the APM service (metrics and traces)? Attached is an example; in this case, I do not want to visualize logs from the service.name "live."
c
Hey @Laura Andrea Navas Diez ! Please checkout this documentation to drop logs. You will have to use the filter processor and drop logs by resource attribute which in your case will be
service.name
https://signoz.io/docs/logs-management/guides/drop-logs/
👍 1