Log SearchSearch Query LanguageMath ExpressionsceilOn this pageceil FunctionThe ceil operator rounds up a field value to the nearest integer value. Syntax ceil(<x>) as <field> Example * | ceil(1.5) as v * | ceil(-1.5) as v