Unable to match DateTime Format in Logstash filter

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

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