Facing This Issue
in JSON the value
"test": {
"test_id": "1111111111111180522"
},
in Kibana table showing as: 1111111111111180526
Facing This Issue
in JSON the value
"test": {
"test_id": "1111111111111180522"
},
in Kibana table showing as: 1111111111111180526
Did you read the answer I put in that post? It's the same problem for you. Javascript is simply unable to handle numbers that large - you have to treat them as a string (which also includes using the string formatter for them)
@flash1293 yes agree with your Ans
but I need it as long currently there are so many data in data type long test_id
if we change to String. it will affect old data, right?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.