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:abc will match the values abc, abcdef, and abcxyz.
  • Wildcards searches using the LIKE syntax require the % or _ character
    • code_version:%c% will match the values abc, cdef, and abcxyz.
    • code_version:%c_t% will match the values a cat, cutting
  • For an exact match, rather than the default prefix query, use double quotes
    • code_version:"abc" will match the value abc.
  • To escape a wildcard, use \
    • request_url:%\%% will match urls containing a % character

FieldField TypeDescription
has:commentsStringfinds items that have comments
has:issueStringfinds items that have a linked issue. (NOTE: This command can be negated using !has:issue)
is:groupStringfinds group items that were created by merging similar items
is:memberStringfinds items that have been merged into a group
titleStringthe default search option if no prefixes are added, searches the titles of items
hostStringfinds items that occurred at least once on a host whose name matches the host search term
contextStringfinds items with context matching the search term
ipStringexact match for the entered IP address
user_idStringfinds items/people associated with the user id
usernameStringfinds items/people associated with the username
emailStringfinds items/people associated with the email address
code_versionStringfinds items that have been seen in the specified code_version
# (item_counter)Exact Matchfinds the item with the specified counter number - note use the '#' prefix to search for an item counter (#123)
fingerprintStringfinds items that have the fingerprint specified (exact match, useful in conjunction with Custom Grouping or sending your own fingerprint string)
os_family*Stringfinds items that have occurrences containing the specified OS family
os_version*Stringfinds items that have occurrences containing the specified OS version
device_brand*Stringfinds items that have occurrences containing the specified device brand
device_model*Stringfinds items that have occurrences containing the specified device model
platform_canonical*Stringfinds items that have occurrences containing the specified platform
framework_canonical*Stringfinds items that have occurrences containing the specified framework
message_body*Stringfinds items with matching text in the message body
uuid*Exact Matchfinds items that have an occurrence that matches the specified UUID value
platform*Stringfinds items that have occurrences containing the specified platform
language*Stringfinds items that have occurrences containing the specified language
notifier_name*Stringfinds items that have occurrences containing the specified notifier name
notifier_version*Stringfinds items that have occurrences containing the specified notifier version
server_root*Stringfinds items that have occurrences containing the specified server root value
server_pid*Exact Matchfinds 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*Stringfinds items that have occurrences containing the specified server CPU
scm_branch*Stringfinds items that have occurrences containing the specified SCM branch
request_url*Stringfinds items that have occurrences containing the specified request URL
request_method*Stringfinds items that have occurrences containing the specified request method
request_query_string*Stringfinds items that have occurrences containing the specified query string
request_body*Stringfinds items with matching text in the request body
language_name*Stringfinds items with the specified language name
request_headers_name*Stringfinds items that have occurrences containing the specified request header name
request_headers_value*Stringfinds items that have occurrences containing the specified request header value
request_params_name*Stringfinds items that have occurrences containing the specified request param name
request_params_value*Stringfinds items that have occurrences containing the specified request param value
request_gets_name*Stringfinds items that have occurrences containing the specified get request name
request_gets_value*Stringfinds items that have occurrences containing the specified get request value
request_posts_name*Stringfinds items that have occurrences containing the specified post request name
request_posts_value*Stringfinds items that have occurrences containing the specified post request value
customs_name*Stringfind items with custom data containing the specified name parameter
customs_value*Stringfinds items with custom data containing the specified value
file (traceframe_filename)Stringfinds items with stack traces with at least one filename containing the search term
method (traceframe_method)Stringfinds items with stack traces where at least one frame's method contains the search term
exception_classStringfinds items with occurrences with the specified exception class
exception_description*Stringfinds items with occurrences with the specified exception description
exception_messageStringfinds items with occurrences with the specified exception message
telemetry_levelExact Matchfinds items with the specified telemetry level, for example telemetry_level:error
telemetry_typeExact Matchfinds items with the specified telemetry type, for example telemetry_type:error
telemetry_body_messageStringfinds items with the specified telemetry message, for example telemetry_body_message:"%Context%"
telemetry_body_subtypeExact Matchfinds items with the specified telemetry subtype, for example telemetry_body_subtype:fetch
telemetry_body_methodExact Matchfinds items with the specified telemetry method, for example telemetry_body_method:get
traceframe_colno*Exact Matchfinds items with occurrences with the specified column number in the stack trace
traceframe_index*Exact Matchfinds items with occurrences with the specified index in the stack trace
traceframe_lineno*Exact Matchfinds items with occurrences with the specified line number in the stack trace
traceframe_reverse_index*Exact Matchfinds items with occurrences with the specified reverse index in the stack trace
traceframe_stack_level*Exact Matchfinds items with occurrences with the specified stack level in the stack trace
traceframe_filename*Stringfinds items with occurrences with the specified filename in the stack trace
traceframe_method*Stringfinds items with occurrences with the specified method in the stack trace
traceframe_class_name*Stringfinds items with occurrences with the specified class name in the stack trace
traceframe_locals_name*Stringfinds items with occurrences with the specified locals name in the stack trace
traceframe_locals_value*Stringfinds items with occurrences with the specified locals value in the stack trace
traceframe_in_project*Stringfinds items with occurrences with the specified project in the stack trace

The following fields work with the given usage format - field[key]:value

FieldField TypeDescription
custom*Stringcustom[key]:value searches for occurrences that contain matching values within the specified custom key field
request_get*Stringrequest_get[key]:value searches for occurrences that contain matching values within the specified request get field
request_header*Stringrequest_header[key]:value searches for occurrences that contain matching values within the specified request header field
request_param*Stringrequest_param[key]:value searches for occurrences that contain matching values within the specified request param field
request_post*Stringrequest_post[key]:value searches for occurrences that contain matching values within the specified request post field
traceframe_local*Stringtraceframe_local[key]:value searches for occurrences that contain matching values within the specified traceframe local field