Skip to content

Commit

Permalink
review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbirnstiehl committed Jun 19, 2024
1 parent 2575feb commit aed5995
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/en/serverless/logging/log-monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ The following resources provide information on viewing and monitoring your logs:
- <DocLink slug="/serverless/observability/discover-and-explore-logs">Discover and explore</DocLink>: Discover and explore all of the log events flowing in from your servers, virtual machines, and containers in a centralized view.
- <DocLink slug="/serverless/observability/aiops-detect-anomalies">Detect log anomalies</DocLink>: Use ((ml)) to detect log anomalies automatically.

## Monitor datasets
## Monitor data sets

The **Datasets** page provides an overview of your datasets and their quality.
Use this information to get an idea of your overall dataset quality, and find datasets that contain incorrectly parsed documents.
The **Data Set Quality** page provides an overview of your data sets and their quality.
Use this information to get an idea of your overall data set quality, and find data sets that contain incorrectly parsed documents.

<DocLink id="serverlessObservabilityMonitorDatasets">Monitor datasets</DocLink>
<DocLink id="serverlessObservabilityMonitorDatasets">Monitor data sets</DocLink>

## Application logs

Expand Down
6 changes: 3 additions & 3 deletions docs/en/serverless/logging/monitor-datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ tags: [ 'serverless', 'observability', 'how-to' ]

The **Data Set Quality** page provides an overview of your log data sets.
Use this information to get an idea of your overall log data set quality and find data sets that contain incorrectly parsed documents.
Access the Datasets page from the main ((kib)) menu and go to **Stack Management****Data Set Quality*.
Access the Data Set Quality page from the main ((kib)) menu and go to **Stack Management****Data Set Quality*.

{/* Update screenshot when changes are done <DocImage size="2" url="../images/logs-dataset-overview.png" alt="Screen capture of the data set overview" /> */}

<DocCallOut title="Requirements">
Users with the `viewer` role can see the Datasets Quality summary. To see the Active Datasets and Estimated Data summaries, users need the `monitor` [index privilege](((ref))/security-privileges.html#privileges-list-indices) for the `logs-*-*` index.
Users with the `viewer` role can see the Data Sets Quality summary. To see the Active Data Sets and Estimated Data summaries, users need the `monitor` [index privilege](((ref))/security-privileges.html#privileges-list-indices) for the `logs-*-*` index.
</DocCallOut>

The quality of your data sets is based on the percentage of degraded documents in each data set.
A degraded document in a data set contains the [`_ignored`](((ref))/mapping-ignored-field.html) property because one or more of its fields were ignored during indexing.
Fields are ignored for a variety of reasons.
For example, when the [`ignore_malformed`](((ref))/mapping-ignored-field.html.html) parameter is set to true, if a document field contains the wrong data type, the malformed field is ignored and the rest of the document is indexed.

From the data set table, you'll find information for each data set such as its namespace, size, when the data set was last active, as well as the percentage of degraded docs.
From the data set table, you'll find information for each data set such as its namespace, when the data set was last active, and the percentage of degraded docs.
The percentage of degraded documents determines the data set's quality according to the following scale:

* Good (<DocImage flatImage alt="Good icon" url="../images/green-dot-icon.png" />): 0% of the documents in the data set are degraded.
Expand Down
6 changes: 3 additions & 3 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,8 @@ 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 dataset details
## View log data set details

From the main ((kib)) menu, go to **Stack Management****Logs datasets* to view more details about your datasets and monitor their overall quality.
From the main ((kib)) menu, go to **Stack Management****Data Set Quality* to view more details about your data sets and monitor their overall quality.

Refer to <DocLink id="serverlessObservabilityMonitorDatasets">Monitor datasets</DocLink> for more on the monitoring your datasets.
Refer to <DocLink id="serverlessObservabilityMonitorDatasets">Monitor data sets</DocLink> for more information.

0 comments on commit aed5995

Please sign in to comment.