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.
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.
© 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.