Dash0 Raises $110M Series B at $1B Valuation

Last updated: March 14, 2026

Filter and Group Web Events

The Web Events explorer provides a search and filter bar, a Group by control, and three table views (Table, Groups, Triage) that work together to let you slice the event stream in any direction.

Add Filters

Open the filter bar with ⌘F (or Ctrl+F on Windows/Linux). You can filter on any attribute present in the event stream. Common filters include:

FilterExample valueUse case
event.name= browser.errorShow only JavaScript errors
event.namedoes not start with browser.Show only custom events
url.path= /cartFocus on a specific page
http.status_code>= 400Show only failed HTTP requests
session.id= <id>Isolate a single user's session

Multiple filters are combined with AND logic. Use the filter settings icon next to the search bar to switch to OR logic when needed.

Filters are preserved when you switch between built-in views (All web events, Page Views, JavaScript Errors, etc.), so you can narrow the stream globally and then explore a specific event type without re-entering your criteria.

Group By an Attribute

The Group by dropdown changes how the chart and the Groups table tab aggregate data. Useful groupings include:

Group byWhat you learn
event.nameVolume breakdown by event type (the default)
url.pathWhich pages generate the most events
http.status_codeDistribution of response codes across all requests
session.countryGeographic distribution of traffic
exception.messageMost common JavaScript error messages

Use the Table Tabs

  • Table — the default view. Lists individual events in reverse chronological order. Best for investigating a specific incident or tracing a user's exact sequence of actions.

  • Groups — aggregates events by the current Group by attribute and shows a count and sparkline for each group. Best for identifying patterns and ranking — for example, finding the top five slowest pages or the most common error messages.

  • Triage — highlights anomalies and outliers in the current filtered set. Best as a starting point when you are not sure what to look for.

Save a View as a Favorite

Once you have a filter and grouping combination you want to return to, save it as a Favorite. Favorites appear at the top of the left-hand navigation and load instantly with all your filters and groupings pre-applied.

To create a Favorite, click the three-dot menu (⋯) next to a built-in view name and select Save as Favorite, or use the star icon that appears when hovering over the view header.

Use Timerange Controls

Use the time picker in the top-right corner (⇧T) to change the window. Common ranges are Last 30 minutes, Last 1 hour, and Last 24 hours. For incident investigation, use the chart's drag-to-select to zoom into an exact time window. The table updates immediately to show only events within the selected range.