I need your help with this case:
How can I convert fields containing values like 201901020 into date 02.01.2019
(the last zero of the value is useless but there)
I tried different mappings using follwoing simple but no success so far:
date {
match => [ "FIELD_b", "WHATKINDOFMAPPING ?" ]
target => "FIELD_c"
}
No its not working!
I tried also to escape the ' and or in combination with ISO8601, UNIX, UNIX_MS
Only if I use UNIX then I it'll mapped to a date field but with wrong Date!
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.