My question: if I want to discard the first 10 characters in the column of the messages, I use this template:
$template bluto1, "%timegenerated% %HOSTNAME% %msg:10:$%\n"
this works fine if the logs are stored in a text file, but by using mysql and by appending the template bluto1, the following string doesn't store any log in the database:
:hostname, contains, "windows"
Whitout the template bluto1, all is working normal.
Maybe am I doing the wrong thing?
Thanks as always for your support and sorry for my poor english
bluto

