I'm trying to create a data table
using kibana for a set of data in an index. I'm having a field in my database which is a String
, and I have to convert it to an int
so that I could use it for the sum
aggregation in Kibana
metrics.
Is there a way that I can directly convert it through Kibana
or should I go with the logstash
and do the conversion first?