date {
locale => "en"
match => ["received_at",
"MMM d HH:mm:ss YYYY",
"MMM dd HH:mm:ss YYYY","ISO8601"
]
add_field => ["time" , "%{YYYY-MM-dd HH:mm:ss}" ---> how to get the receive_at and convert the format ?
}
The date filter by default populates the @timestamp field with the parsed date, and does not update the field that was parsed. You can change this by specifying a target field.
Could you please just provide the final configuration which you used to solve this issue.
Since I am facing the same problem and I am not able to solve this
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.