Is it possible to convert a string into an int, in Kibana?

There's no way to do that conversion in Kibana 4. In Kibana 5 you'll be able to write a Painless scripted field that can do the conversion. That said, scripted fields are generally slower than regular fields and have some limitations, so if you can it's best to massage the data with logstash before indexing.

1 Like