On This Page

Home / Search/ Language Reference/ Operators/Display Operators

Display Operators

A list of display operators supported by Cribl Search.


Display operators control how data is presented in the output, allowing formatting, sorting, or visualizing results for better readability.

NameDescription
limit (take)Limits the number of events.
order (sort)Arranges events into order by one or more fields.
printOutputs expression results.
projectKeeps only the fields specified, and can also rename fields and insert new computed fields.
project-awayExcludes specific fields from the results..
rangeGenerates a series of events.
renderEnforces a specific visualization of the search results.
topReturns the first N events sorted by the specified fields.