Not able to get Floating value in Kibana

Hello All ,

I am trying to display one SQL column value TIME_DIFF in Kibana. which is shown below.
image

But it is displaying in Kibana as shown below .
image

I am trying to convert this using mutate ,

> filter {
> mutate { convert => ["TIME_DIFF", "float"] }
> }

Kindly help.

Thanks and regards
Saravana S

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.