Having Trouble parsing string like '20170705T104907-0400' into date using date filter

date {
match => ["startDate", "yyyyMMddTHHmmssz"]
target => "@timestamp"
}
I tried this but because of 'T' in match, logstash gives me error.

Use 'T' instead of T (and Z instead of z).

It worked.
You are awesome. Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.