I see following exception es.deprecation.log. I see that this question was answered earlier other thread, but, it has less explanation.
[WARN ][o.e.d.s.f.s.DocValueFieldsFetchSubPhase] Doc-value field [@timestamp] is not using a format. The output will change in 7.0 when doc value fields get formatted based on mappings by default. It is recommended to pass [format=use_field_mapping] with the doc value field in order to opt in for the future behaviour and ease the migration to 7.0.
I was trying to understand, what format of timestamp we need to use to write to elasticsearch to avoid this issue ?
Earlier post suggests that to suppress the warnings, but I was trying to format the date.
This warning is generated by searches, not by writing to Elasticsearch. The fix is to be explicit about the timestamp format in searches, because the behaviour will change in 7.0 and this might break your application.
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.