Thanks!
The following mutate fixed it.
filter {
mutate {
convert => [ "updatedttm", "string" ]
}
date {
match => ["updatedttm", "yyyy-MM-dd'T'HH:mm:ss.SSSZ"]
target => "@timestamp"
}
}
Thanks!
The following mutate fixed it.
filter {
mutate {
convert => [ "updatedttm", "string" ]
}
date {
match => ["updatedttm", "yyyy-MM-dd'T'HH:mm:ss.SSSZ"]
target => "@timestamp"
}
}
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.