Greetings.
I want identify log messages received from syslog based on a regex pattern to tipify them and send to my logstash.
For e.g.: logs with 'SECURITY' will be send with[type] = 'security'
while logs with 'SYSTEM' will be send with[type] = 'system'
How can I achieve that with beats receiving those logs and sending to logstash?