Conversion Functions
A list of all conversion functions supported by Cribl Search.
Name | Description |
---|---|
bin | Rounds values down to an integer multiple of a given bin size. |
bin_auto | Rounds values down to a fixed-size bin. |
floor | Rounds values down to an integer multiple of a given floor size. |
gettype | Returns the type of the input value. |
tobool | Converts the input to a bool value. |
todouble (toreal , todecimal ) | Converts the input to a double (real , decimal ) value. |
toint (tolong ) | Converts the input to an int (long ) value. |
tostring | Converts the input to a string value. |