I am trying to parse the data in my Syslog log message using different patterns like %SYSLOGTIMESTAMP:syslog_timestamp} , %{MONTH} +%{MONTHDAY} %{TIME} but am unable to parse the message.
Message I am trying to parse "september 09 09:50:08 "
both the patterns work when I put 'S' in september. But I receive my log as <13> september 09 09:50:08.
Can anyone suggest a way to parse this date format without changing the log message that I receive?
Thanks.
