I need to convert this date type to a readable date type in my file. conf, I'm using the json filter.
I've tried several conversion models but it's not working. can anybody help me?
I need to convert this date type to a readable date type in my file. conf, I'm using the json filter.
I've tried several conversion models but it's not working. can anybody help me?
What have you tried? Share your configuration.
The value 1661126482845
is in epoch time.
The date filter would be something like this:
date {
match => ["fieldName", "UNIX", "UNIX_MS" ]
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.