This message was deleted.
# general
s
This message was deleted.
p
@nitya-signoz do you have more insights on this?
n
Hi, we have a issue opened for this https://github.com/SigNoz/signoz/issues/2855. As of now you will have to solve it manually as by default docker doesn’t provide metadata related to name of the pods. Here is the solution for adding metadata to your docker container logs https://github.com/SigNoz/signoz/issues/1597#issuecomment-1259234665 and then you can use filter operator to filter out the logs you don’t want to be ingested https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/stanza/docs/operators/filter.md
g
Thanks @nitya-signoz and @Pranay. Lemme try the suggested solutions.