Hi,
I am fairly new to logtstash I am trying to find the correct Date pattern to successfully parse out the date format of this log type but I cant seem to get it to parse properly. I am guessing its something simple but I am not exactly sure....also how does one escape a Back Slash?? is it just done with another back slash?
\"%{YEAR}-%{MONTHNUM}-%{MONTHDAY}[T ]%{HOUR}:?%{MINUTE}(?::?%{SECOND})?%{ISO8601_TIMEZONE}?\",\"
Thanks