-
-
Notifications
You must be signed in to change notification settings - Fork 516
Filtering Searching
jmoeltjen edited this page Jul 9, 2015
·
21 revisions
- Filter by Organization & Project
- Filter by Time Frame
- Filter / Search by Specific Criteria
- Searchable Fields & Requirements
- Multiple Queries
- Wild Cards
- Exclusions
- Set and Unset Fields
- Ranges
- Custom Extended Data
- Demo Video
The dashboard loads up with all projects selected by default.
Click on the “All Projects” drop down in the top left of the dashboard and select your organization or project to filter the data to your liking.
Click on the calendar icon in the header to select from multiple preset timeframe filters, or click "Custom" and select your own.
Click the magnifying glass to search by specific criteria.
You can filter by tag, ID, organization, project, stack, type, value, IP, architecture, user, and much more.
Some searches, such as ID, require a prefix (“id:”) on the search, but others, such as error.message, can be entered as strings (“A NullReferenceException occurred”).
View a complete list of searchable terms, examples, and FAQs below.
TERM | EXAMPLE | FIELD REQUIRED? (field:term) | DESCRIPTION |
---|---|---|---|
id | id:54d8315ce6bb2d0500bcc7b4 |
Content Cell | Content Cell |
organization | organization:54d8315ce6bb2d0500bcc7b4 |
Content Cell | Content Cell |
project | project:54d8315ce6bb2d0500bcc7b4 |
Content Cell | Content Cell |
stack | stack:54d8315ce6bb2d0500bcc7b4 |
Content Cell | Content Cell |
reference | reference:12345678 |
Content Cell | Content Cell |
session | session:12345678 |
Content Cell | Content Cell |
type | type:error |
Content Cell | Content Cell |
source |
source:"my log source" or "my log source"
|
Content Cell | Content Cell |
level | level:Error |
Content Cell | Content Cell |
date | date:"2020-10-16T12:00:00.000" |
Content Cell | Content Cell |
first | first:true |
Content Cell | Content Cell |
message |
message:"My error message" or "My error message"
|
Content Cell | Content Cell |
tag |
tag:"Blake Niemyjski" or tag:Blake or blake
|
Content Cell | Content Cell |
value | value:1 |
Content Cell | Content Cell |
fixed | fixed:true |
Content Cell | Content Cell |
hidden | hidden:true |
Content Cell | Content Cell |
version |
version:1 or version:1.0 or version:1.0.0
|
Content Cell | Content Cell |
machine |
machine:Server or Server
|
Content Cell | Content Cell |
ip |
ip:127.0.0.1 or 127.0.0.1
|
Content Cell | Content Cell |
architecture | architecture:x64 |
Content Cell | Content Cell |
useragent |
useragent:IE or useragent:"Mozilla/5.0"
|
Content Cell | Content Cell |
path |
path:"/cart" or "/cart"
|
Content Cell | Content Cell |
browser | browser:Chrome |
Content Cell | Content Cell |
browser.version | browser.version:50.0 |
Content Cell | Content Cell |
browser.major | browser.major:50 |
Content Cell | Content Cell |
device | device:iPhone |
Content Cell | Content Cell |
os | os:iOS |
Content Cell | Content Cell |
os.version | os.version:8.0 |
Content Cell | Content Cell |
os.major | os.major:8 |
Content Cell | Content Cell |
bot | bot:true |
Content Cell | Content Cell |
error.code |
error.code:500 or 500
|
Content Cell | Content Cell |
error.message |
error.message:"A NullReferenceException occurred" or "A NullReferenceException occurred"
|
Content Cell | Content Cell |
error.type |
error.type:"System.NullReferenceException" or "System.NullReferenceException"
|
Content Cell | Content Cell |
error.targettype |
error.targettype:"System.NullReferenceException" or "System.NullReferenceException"
|
Content Cell | Content Cell |
error.targetmethod |
error.targetmethod:AssociateWithCurrentThread or AssociateWithCurrentThread
|
Content Cell | Content Cell |
user |
user:"random user identifier" or "random user identifier"
|
Content Cell | Content Cell |
user.name |
user:"Exceptionless User" or "Exceptionless User"
|
Content Cell | Content Cell |
user.description |
user.description:"I clicked the button" or "I clicked the button"
|
Content Cell | Content Cell |
user.email |
user.email:"[email protected]" or "[email protected]"
|
Content Cell | Content Cell |