Searchable Fields

List of searchable fields within Rollbar occurrences (* denotes new fields introduced with Search changes)

Search notes

  • 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

FieldDescription
has:commentsfinds items that have comments
has:issuefinds items that have a linked issue. (NOTE: This command can be negated using !has:issue)
is:groupfinds group items that were created by merging similar items
is:memberfinds items that have been merged into a group
titlethe default search option if no prefixes are added, searches the titles of items
hostfinds items that occurred at least once on a host whose name matches the host search term
contextfinds items with context matching the search term
ipexact match for the entered IP address
user_idfinds items/people associated with the user id
usernamefinds items/people associated with the username
emailfinds items/people associated with the email address
code_versionfinds items that have been seen in the specified code_version
# (item_counter)finds the item with the specified counter number
fingerprintfinds items that have the fingerprint specified (exact match, useful in conjunction with Custom Grouping or sending your own fingerprint string)
os_family*finds items that have occurrences containing the specified OS family
os_version*finds items that have occurrences containing the specified OS version
device_brand*finds items that have occurrences containing the specified device brand
device_model*finds items that have occurrences containing the specified device model
platform_canonical*finds items that have occurrences containing the specified platform
framework_canonical*finds items that have occurrences containing the specified framework
message_body*finds items with matching text in the message body
uuid*finds items that have an occurrence that matches the specified UUID value
platform*finds items that have occurrences containing the specified platform
language*finds items that have occurrences containing the specified language
notifier_name*finds items that have occurrences containing the specified notifier name
notifier_version*finds items that have occurrences containing the specified notifier version
server_root*finds items that have occurrences containing the specified server root value
server_pid*finds items that have occurrences containing the specified server PID value - note - surround the PID value with quotation marks - server_pid:"1234"
server_cpu*finds items that have occurrences containing the specified server CPU
scm_branch*finds items that have occurrences containing the specified SCM branch
request_url*finds items that have occurrences containing the specified request URL
request_method*finds items that have occurrences containing the specified request method
request_query_string*finds items that have occurrences containing the specified query string
request_body*finds items with matching text in the request body
language_name*finds items with the specified language name
request_headers_name*finds items that have occurrences containing the specified request header name
request_headers_value*finds items that have occurrences containing the specified request header value
request_params_name*finds items that have occurrences containing the specified request param name
request_params_value*finds items that have occurrences containing the specified request param value
request_gets_name*finds items that have occurrences containing the specified get request name
request_gets_value*finds items that have occurrences containing the specified get request value
request_posts_name*finds items that have occurrences containing the specified post request name
request_posts_value*finds items that have occurrences containing the specified post request value
customs_name*find items with custom data containing the specified name parameter
customs_value*finds items with custom data containing the specified value
file (traceframe_filename)finds items with stack traces with at least one filename containing the search term
method (traceframe_method)finds items with stack traces where at least one frame's method contains the search term
exception_classfinds items with occurrences with the specified exception class
exception_messagefinds items with occurrences with the specified exception message
exception_description*finds items with occurrences with the specified exception description
traceframe_stack_level*finds items with occurrences with the specified stack level in the stack trace
traceframe_index*finds items with occurrences with the specified index in the stack trace
traceframe_reverse_index*finds items with occurrences with the specified reverse index in the stack trace
traceframe_lineno*finds items with occurrences with the specified line number in the stack trace
traceframe_colno*finds items with occurrences with the specified column number in the stack trace
traceframe_filename*finds items with occurrences with the specified filename in the stack trace
traceframe_method*finds items with occurrences with the specified method in the stack trace
traceframe_class_name*finds items with occurrences with the specified class name in the stack trace
traceframe_locals_name*finds items with occurrences with the specified locals name in the stack trace
traceframe_locals_value*finds items with occurrences with the specified locals value in the stack trace
traceframe_in_project*finds items with occurrences with the specified project in the stack trace

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

FieldDescription
custom*custom[key]:value searches for occurrences that contain matching values within the specified custom key field
request_get*request_get[key]:value searches for occurrences that contain matching values within the specified request get field
request_header*request_header[key]:value searches for occurrences that contain matching values within the specified request header field
request_param*request_param[key]:value searches for occurrences that contain matching values within the specified request param field
request_post*request_post[key]:value searches for occurrences that contain matching values within the specified request post field
traceframe_local*traceframe_local[key]:value searches for occurrences that contain matching values within the specified traceframe local field