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.
Name | Description |
---|---|
limit (take ) | Limits the number of events. |
order (sort ) | Arranges events into order by one or more fields. |
print | Outputs expression results. |
project | Keeps only the fields specified, and can also rename fields and insert new computed fields. |
project-away | Excludes specific fields from the results.. |
range | Generates a series of events. |
render | Enforces a specific visualization of the search results. |
top | Returns the first N events sorted by the specified fields. |