View and filter error groups Stay organized with collections Save and categorize content based on your preferences.
This guide shows you how to view and filter error groups with theGoogle Cloud console. You can filter, sort, and view additional detailsabout error groups, as well as restrict the display to a specific time range.
TheError Reporting page displays a list oferror groups that match the current filter. Each row showsinformation such as the resolution status, response code, and error name for anerror group.TheOccurrences column shows a bar graph with blue bars that represent thenumber of times an error event occurred within the selectedtime range. When you filter error groups by text, the bar graphs show grey barsto represent the number of error events that didn't match the text filter:

For information on how Error Reporting organizeserror events into error groups, seeHow error events are grouped.
Before you begin
- Make sure that you have least one error group. For more information, seeCollect error data by using Error Reporting.
To get the permissions that you need to view and filter errors, ask your administrator to grant you theError Reporting Viewer (
roles/errorreporting.viewer) IAM role on your project. For more information about granting roles, seeManage access to projects, folders, and organizations.You might also be able to get the required permissions throughcustom roles or otherpredefined roles.
View error details
The details of an error group include the history of error events, theresolution status, the number of occurrences, and a timestamped list oferror events. Each entry in the list contains a link to relevant logs andwhen available, a stacktrace.
To view the details of an error group, do the following:
In the Google Cloud console, go to theError Reporting page:
You can also find this page by using the search bar.
Click the error name.
TheError Group Details page displays information about the error group,including the history of error events and diagnosticinformation from previous error events. If Gemini isenabled in the project, then you can use Gemini toget troubleshooting suggestions.
View associated log entries
To view the log entry associated with an error event,in theRecent samples panel, clickView Logs.
TheLogs Explorer opens and displays the list of log entries thatcontribute to the error group. The query-editor pane is pre-populated witha filter that contains theerror_groups ID field.
error_groups ID field only when querying logs, forexample, when you are using theLogs Explorer andLog Analyticspages. You can't use this field in log sinks, log-based alerts, or log-basedmetrics.When you use the Logs Explorer, theerror group button (
) indicates that the log entryis associated with an error group. To view the error group, click the button.For more information, seeFind log entries with error groups.
To learn how to filter log data, seeView logs by using the Logs Explorer.
Filter error groups
You can use the filters on the Error Reporting toolbar to filterby the status, the affected resources, and the region of the log bucketsthat store your log entries.
Filter error groups by resource
To filter error groups by resource, select theAll Resources menu and thenselect a resource. Some resources let you further filter by error group labels.The type and number of available error group labels vary depending on theresource. For example, if you have error groups for theKubernetes Container Services resource, then you can filter first byservice and then by version:

To save your selections, clickApply.
To clear your resource filters and reset the list offiltered error groups, selectReset and then selectApply.
Filter error groups by text
To filter error groups by text, enter a value in theFilter errors textfield. The text filter can perform a text match on any of the following fields:
- Error information
- HTTP Response Code
- Exception stack
- Request URL
- Report location
- HTTP method
What's next
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.