Searchable Fields
List of searchable fields within Rollbar occurrences (* denotes new fields introduced with Search changes)
Search notes
Search fields can take two forms - String and Exact Match. For string search fields, the search tips below are valid. For the exact match fields, the quotes syntax is not necessary - and where these fields are numeric, the wildcard syntax for strings will not apply.
- The default search type is a prefix search, for example:
code_version:abcwill match the valuesabc,abcdef, andabcxyz.
- Wildcards searches using the LIKE syntax require the
%or_charactercode_version:%c%will match the valuesabc,cdef, andabcxyz.code_version:%c_t%will match the valuesa cat,cutting
- For an exact match, rather than the default prefix query, use double quotes
code_version:"abc"will match the valueabc.
- To escape a wildcard, use
\request_url:%\%%will match urls containing a%character
| Field | Field Type | Description |
|---|---|---|
| has:comments | String | finds items that have comments |
| has:issue | String | finds items that have a linked issue. (NOTE: This command can be negated using !has:issue) |
| is:group | String | finds group items that were created by merging similar items |
| title | String | the default search option if no prefixes are added, searches the titles of items |
| host | String | finds items that occurred at least once on a host whose name matches the host search term |
| context | String | finds items with context matching the search term |
| ip | String | exact match for the entered IP address |
| user_id | String | finds items/people associated with the user id |
| username | String | finds items/people associated with the username |
| String | finds items/people associated with the email address | |
| code_version | String | finds items that have been seen in the specified code_version |
| # (item_counter) | Exact Match | finds the item with the specified counter number - note use the '#' prefix to search for an item counter (#123) |
| fingerprint | String | finds items that have the fingerprint specified (exact match, useful in conjunction with Custom Grouping or sending your own fingerprint string) |
| os_family* | String | finds items that have occurrences containing the specified OS family |
| os_version* | String | finds items that have occurrences containing the specified OS version |
| device_brand* | String | finds items that have occurrences containing the specified device brand |
| device_model* | String | finds items that have occurrences containing the specified device model |
| platform_canonical* | String | finds items that have occurrences containing the specified platform |
| framework_canonical* | String | finds items that have occurrences containing the specified framework |
| message_body* | String | finds items with matching text in the message body |
| uuid* | Exact Match | finds items that have an occurrence that matches the specified UUID value |
| platform* | String | finds items that have occurrences containing the specified platform |
| language* | String | finds items that have occurrences containing the specified language |
| notifier_name* | String | finds items that have occurrences containing the specified notifier name |
| notifier_version* | String | finds items that have occurrences containing the specified notifier version |
| server_root* | String | finds items that have occurrences containing the specified server root value |
| server_pid* | Exact Match | finds items that have occurrences containing the specified server PID value - note - do not surround the PID value with quotation marks - server_pid:1234 |
| server_cpu* | String | finds items that have occurrences containing the specified server CPU |
| scm_branch* | String | finds items that have occurrences containing the specified SCM branch |
| request_url* | String | finds items that have occurrences containing the specified request URL |
| request_method* | String | finds items that have occurrences containing the specified request method |
| request_query_string* | String | finds items that have occurrences containing the specified query string |
| request_body* | String | finds items with matching text in the request body |
| language_name* | String | finds items with the specified language name |
| request_headers_name* | String | finds items that have occurrences containing the specified request header name |
| request_headers_value* | String | finds items that have occurrences containing the specified request header value |
| request_params_name* | String | finds items that have occurrences containing the specified request param name |
| request_params_value* | String | finds items that have occurrences containing the specified request param value |
| request_gets_name* | String | finds items that have occurrences containing the specified get request name |
| request_gets_value* | String | finds items that have occurrences containing the specified get request value |
| request_posts_name* | String | finds items that have occurrences containing the specified post request name |
| request_posts_value* | String | finds items that have occurrences containing the specified post request value |
| customs_name* | String | find items with custom data containing the specified name parameter |
| customs_value* | String | finds items with custom data containing the specified value |
| file (traceframe_filename) | String | finds items with stack traces with at least one filename containing the search term |
| method (traceframe_method) | String | finds items with stack traces where at least one frame's method contains the search term |
| exception_class | String | finds items with occurrences with the specified exception class |
| exception_description* | String | finds items with occurrences with the specified exception description |
| exception_message | String | finds items with occurrences with the specified exception message |
| telemetry_level | Exact Match | finds items with the specified telemetry level, for example telemetry_level:error |
| telemetry_type | Exact Match | finds items with the specified telemetry type, for example telemetry_type:error |
| telemetry_body_message | String | finds items with the specified telemetry message, for example telemetry_body_message:"%Context%" |
| telemetry_body_subtype | Exact Match | finds items with the specified telemetry subtype, for example telemetry_body_subtype:fetch |
| telemetry_body_method | Exact Match | finds items with the specified telemetry method, for example telemetry_body_method:get |
| traceframe_colno* | Exact Match | finds items with occurrences with the specified column number in the stack trace |
| traceframe_index* | Exact Match | finds items with occurrences with the specified index in the stack trace |
| traceframe_lineno* | Exact Match | finds items with occurrences with the specified line number in the stack trace |
| traceframe_reverse_index* | Exact Match | finds items with occurrences with the specified reverse index in the stack trace |
| traceframe_stack_level* | Exact Match | finds items with occurrences with the specified stack level in the stack trace |
| traceframe_filename* | String | finds items with occurrences with the specified filename in the stack trace |
| traceframe_method* | String | finds items with occurrences with the specified method in the stack trace |
| traceframe_class_name* | String | finds items with occurrences with the specified class name in the stack trace |
| traceframe_locals_name* | String | finds items with occurrences with the specified locals name in the stack trace |
| traceframe_locals_value* | String | finds items with occurrences with the specified locals value in the stack trace |
| traceframe_in_project* | String | finds items with occurrences with the specified project in the stack trace |
The following fields work with the given usage format - field[key]:value
| Field | Field Type | Description |
|---|---|---|
| custom* | String | custom[key]:value searches for occurrences that contain matching values within the specified custom key field |
| request_get* | String | request_get[key]:value searches for occurrences that contain matching values within the specified request get field |
| request_header* | String | request_header[key]:value searches for occurrences that contain matching values within the specified request header field |
| request_param* | String | request_param[key]:value searches for occurrences that contain matching values within the specified request param field |
| request_post* | String | request_post[key]:value searches for occurrences that contain matching values within the specified request post field |
| traceframe_local* | String | traceframe_local[key]:value searches for occurrences that contain matching values within the specified traceframe local field |
Updated 6 months ago