I need to store big ints that can have more than 20 numbers. I tried with long and double in the mappings for my numeric fields, but none of them work. I can't put them in text fields either, because that doesn't allow me to treat them as numerical values in Kibana.
Is there a way to store these values without errors and without loss of precision, and to be able to process them as numerical values in Kibana?
Thanks but I need to handle numbers with more than 20 figures, it can be 30 figure numbers so unsigned long so it doesn't fit. Are there any other ways ?
This is what I use for the moment, but it is limiting because I would need to perform algebraic operations on the fields, or even just group them by interval, and it isn't possible with keywords. Thanks for the welcome !
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.