How to convert String to interger

Hi
The input is cef and I have two fields (bytesIn and bytesOut). I want to convert these two fields from string to numeric fields such as interger or long. I tried to do the following in mutate as shown below:
convert => {"bytesIn" => "interger"}
convert => {"bytesOut" => "interger"}

However, I got the fields converted from for example 7366 to 0

Thank you

You've misspellt "integer".

thank you

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