Is there a way to add a field of type date using just logstash config? I've tried using the mutate and date filters with no success. I need to set a field with an arbitrary date, e.g.
date{
add_field => { "ingestion_date" => 2015.09.17 }
}
Is there a way to add a field of type date using just logstash config? I've tried using the mutate and date filters with no success. I need to set a field with an arbitrary date, e.g.
date{
add_field => { "ingestion_date" => 2015.09.17 }
}
© 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.