Value in Table and JSON are different

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.