The Search page in Bronto provides you with a powerful log explorer that allows you to quickly scan through millions of events to find the ones you need, and allows you to gain valuable insights through numerical queries.
Function | Description | |
---|---|---|
Count | The total number of events within the specified time range. | |
Average | The average value of a specified numeric attribute in your events. | |
Min | The minimum value of a specified numeric attribute in your events. | |
Max | The maximum value of a specified numeric attribute in your events. | |
Sum | The total sum of a specified numeric attribute your events. | |
Median | The median value of a specified numeric attribute in your events. |
<delimiter>
is one or more of the following characters: “
” (space), “,
” (comma), “\t
” or “\r
” or “\n
” or “\r\n
”.<key>
is any sequence of: the alphanumeric characters, “_
”, “.
”, “$
”, and “@
”.
Other characters are not allowed unless they are escaped using quotation marks, e.g., "key[1]"
for the attribute named key[1].
Additionally, a key must have at least one non-numeric character.<separator>
is the character ”=” or ”:”. It can be preceded and/or followed by a space.<value>
is any sequence of: the alphanumeric characters, ”-”, _”, ”.”, ”$”, and ”@”.
Quotation marks can be used to escape values with special characters, e.g., key="hello world"
for the value “hello world”.timestamp
attribute has the value 2025-07-15T14:32:18Z
level
attribute has the value INFO
service
attribute has the value auth-service
userId
attribute has the value 98675
ip
attribute has the value 192.168.12.45
action
attribute has the value login
Read PII Data
permission disabled, and associate the role with individual users.
Users will see ********
in place of potentially sensitive information, for example:
duration_ms>2000
or duration_ms>4000
to reduce the number of matching events.