Hello,
I am working on a C++ native component that will store metric data in Elastic Search. From what I can tell, dynamic data mapping will not handle unsigned 64-bit numbers. So, my conclusion is that I need an index template in order to ensure the metric value types are correct.
You should always use a template to define your mappings. That is best practice. "Default" Mappings are really just for discovery / dev / test. Anything serious or special.. like your case should have well defined mappings defined in a template.
Hope that helps.
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.