hi all, I am trying to get docker logs into signoz. I am using logspout as per the docs. its workin...
k
hi all, I am trying to get docker logs into signoz. I am using logspout as per the docs. its working fine, I have the logs in with container_name as a column, however no hostname is showing up so similarly namewd containers on multiple hosts are hard to differentiate in the logs panel. any help would be appreciated
s
You need to add resource detection processor to pipeline so it can annotate data with host metadata https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/resourcedetectionprocessor/README.md
k
thank you I will check this right away
@Srikanth Chekuri sorry to ping you but, I added the resource detection to the otel config and so far have not been able to make it work, I tried couple different ways, final try looking like attached screenshots, any further pointers on what im doing wrong would be much appreciated. thank you