Query Logstash error type

The second mutation option was a solution, thank you very much
filter {
mutate {
convert => {
"used_mb" => "float"
}
}
}