Hello
I have a problem parsing this csv format log, the problem is that syslog adds Time and host fields at the beginning of my log.
Jun 8 10:47:33 sv43562 "Thu Jun 8 10:47:05 2023","email@gmail.com","HTTPS","url","Allowed","General Browsing","General Browsing","Travel","Travel","None","None","0","None","None","GET","200","Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0),"None"
How can I fix this?
Thanks for your help.
Props.conf :
SEDCMD-removeheader = s/^\w{3}\s+\d+\s+\d{2}:\d{2}:\d{2}\s+\w{8}\s+/g
UP