I am trying to parse the following date using LogStash Date Filter
2018-05-14T16:55:10.613Z
date{
match => ["time","yyyy-MM-dd'T'HH:mm:ss.SSS'Z'","ISO8601"]
timezone=>"UTC"
target => "@timestamp"
}
Please help on this, I am unable to find the Issue and it is throwing a Date Parse Failure