I have log data that isn't picking up what I need in the auto field population. It seems to be in the body of the message. After researching - it's become obvious I need to set a delimiter however - it's not quite obvious to me what to delimit in these logs.
These are Juniper SSL VPN Logs
Sep 10 23:12:19 192.168.1.1 Juniper: 2009-09-11 04:12:19 - MyDeviceName - [192.168.1.1] MyBusiness::MyUserid(MyBusiness)[@Posture1, @Posture2, @Posture3] - WebRequest ok : Host: mymail.domain.com, Request: POLL /exchange/MyUserid/Tasks HTTP/1.1
I need to be able to develop queries that give me MyBusiness - MyUserid - Listing of the postures.
Any suggestions on what delimiters to use? I got : but am not sure if [ ] are considered delimiters as well.