
For Linux logs we can use LP_Unix Normalizers. You could try these normalization packages:
LP_Unix Rsyslogd, LP_Unix Crond, LP_Unix Bash, LP_common unix system.
These are common processes running in linux systems.
Linux/UNIX system logs will generally contain the process name and the normalization packages are generally based on the application. So you could look at the logs that are not being normalized using a query like :
“-norm_id=*”
Then you’d look for the application name in the msg field as shown in the log format below and search for keyword. Here in the example: su

3 comments