On 04.12.2014 00:23, 'Razvan Grigore' via graylog2 wrote: > My idea was to pipe the logs via simple UDP from varnishncsa (log daemon) > instead of storing them in a file and have rsyslog parse them and send the to > graylog - avoid unnecessary IO.
Hello Razvan, don't know about the UDP problems (maybe an issue with MTU and IP fragmentation?). But you might want to take a look at https://github.com/DECK36/go-log2gelf I use it to forward JSON log files via GELF. Local log files cause some I/O overhead (unless they are on a memory backed file system), but at the same time serve as a buffer, so the added reliability is often worth it. -- Martin -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
