Hiiii
I am using kibana 7.2.0. I have used the function Integer.parseInt() to convert the hexadecimal to integer value, but it is throwing runtime error.
if(doc['hex_value']!=null){return Integer.parseInt(doc['hex_value'].value)}
Can anyone suggest for the error or any other way for the conversion?