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.