Comment on Suggestions for log aggregation for proxmox containers
redlemace@lemmy.world 1 week ago
I use rsyslog directly into postgres. Grafana nativly can read from that. Super lightweight, super flexible. (I use 1 cpu and 2G mem and it works better than graylog which needed 4 cpu’s and 16 G ram)
slazer2au@lemmy.world 1 week ago
Do you have pointers on how to get that up an going?
redlemace@lemmy.world 1 week ago
this is the main pointer
On every device (but the central syslogserver or you create a loop that fills the drive in mere seconds)
/etc/rsyslog.d/99-centralsyslog.conf
then on the central syslog server 192.168.1.66
/etc/rsyslog.d/01-syslog_receiver.conf
and also
/etc/rsyslog.d/20-save2postgresql.conf
make sure you install postgres, the rsyslog-psql module and create the databases. Grafana can run on the same or any other server.