Hi, what is the best way to collect logfiles? What is your best practice?
I'm currently using a collection of three differen softwares to process log messages. 1. I use log-courier (https://github.com/driskell/log-courier) on the server's as agents to collect the log-messages. The only aditional thing I do with log-courier is MultiLine parsing. 2. I use logstash (with log-courier plugin) to recieve the messages from log-courier. Here I parses the log messages to fields and extract the correct timestamp of the message. 3. I use graylog2 GELF listener to handle the messages with graylog2 logstash and graylog2 are installed on the same server (just a smal setup til now) Kind regards Julian -- 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.
