Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for Quality Issues table #4103

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/en/serverless/logging/view-and-monitor-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ The following actions help you filter and focus on specific fields in the log de
* **Filter for field present (<DocIcon type="filter" title="filter for present icon" />):** Show logs that contain the specific field.
* **Toggle column in table (<DocIcon type="listAdd" title="toggle column in table icon" />):** Add or remove a column for the field to the main Logs Explorer table.

## View log data set details
## View log quality issues

From the main menu, go to **Project settings** → **Management** → **Data Set Quality** to view more details about your data sets and monitor their overall quality.
From the log details of a document with ignored fields, as shown by the degraded document indicator ((<DocIcon type="pagesSelect" title="degraded document indicator icon" />)), expand the **Quality issues** section to see the name and value of the fields that were ignored.
Select **Data set details** to open the **Data Set Quality** page. Here you can monitor your data sets and investigate any issues.

The **Data Set Details** page is also accessible from **Project settings** → **Management** → **Data Set Quality**.
Refer to <DocLink id="serverlessObservabilityMonitorDatasets">Monitor data sets</DocLink> for more information.
Loading