Hacker News new | ask | show | jobs
by NortySpock 806 days ago
I've been eyeing a VictoriaLogs setup for my docker container fleet, but I haven't quite spotted where docker's remote logging export options overlap with VictoriaLogs ingestion options.

Wrinkle: two docker remote logging plugins I tried (e.g. loki, elastic) didn't seem to work on ARM processors out of the box.

1 comments

Check out Vector for shipping logs from Docker. It might work out for you https://vector.dev/docs/reference/configuration/sources/dock...

I use Podman for all of my container stuff and there are issues with how Podman produces JSON logs

https://github.com/vectordotdev/vector/issues/6807 https://github.com/containers/podman/issues/16317

which needs to get fixed before I can use it for my workloads.