I need some help :< Does anyone know how i can change the log severity ?
What i want to do is somethink like this.
node3 -> intermediate -> logserver
I want in the intermediate node to filter logs based on some keywords and afterwards send them with different severity on logserver.
Is that possible ?
You should be able to do a "shell execute" which calls a script that modifies the severity and uses
logger
to send it back.From
man rsyslog.conf