Hi!
I would recommend you reading the following links:
In this case, you should set up a localfile configuration block like the following one:
<localfile>
<location>/var/log/messages</location>
<log_format>syslog</log_format>
</localfile>
This is for standard syslog logs, in case it has another format, please take a look to the following link:
Best regards,
Mariano Koremblum
Hi,
Sorry, just saw that I forgot to change the location to the one that you specified. It would be like this:
<localfile>
<location>/home/user/events.log</location>
<log_format>syslog</log_format>
</localfile>
Best regards,
Mariano Koremblum