Hey guys, I'm evaluating SigNoz. I got everything ...
# support
k
Hey guys, I'm evaluating SigNoz. I got everything up and running, but could not get
logspout
to add
hostname
field when gathering logs from docker. Tried adding env var to
logspout
container:
-e SYSLOG_HOSTNAME
Tried mounting
/etc/hostname
as
/etc/hostname_host
Tried:
-h $HOSTNAME --name signoz-logspout
No luck.
n
Hey @Kalvis Kušķis, did you check out the docs for collecting logs from docker: https://signoz.io/docs/userguide/collect_docker_logs/#using-logspout-signoz-for-enhanced-log-collection Let me know if you're still facing any issues
k
Hey, I forked and fixed the issue with
logspout