You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/serverless/dashboards/data-quality-dash.mdx
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ When you open the dashboard, data does not appear until you select indices to ch
41
41
To customize which indices are checked when you click **Check all**, [change the current data view](((security-guide))/data-views-in-sec.html).
42
42
</DocCallOut>
43
43
44
-
***Check a single index**: To check a single index, click the **Check index** button under **Actions**. Checking a single index is faster than checking all indices.
44
+
***Check a single index**: To check a single index, click the **Check now** button under **Actions**. Checking a single index is faster than checking all indices.
45
45
46
46
## Visualize checked indices
47
47
The treemap that appears at the top of the dashboard shows the relative document count of your indices. The color of each index's node refers to its status:
@@ -63,6 +63,16 @@ The index check flyout provides more information about the status of fields in t
63
63
Fields in the Same family category have the correct search behavior, but might have different storage or performance characteristics (for example, you can index strings to both text and keyword fields). To learn more, refer to [Field data types](((ref))/mapping-types.html).
64
64
</DocCallOut>
65
65
66
+
## View historical data quality results
67
+
68
+
You can review an index's data quality history by clicking **View history** under **Actions**. This opens the details flyout to the history tab. You can filter the results by time and **PASS** / **FAIL** status. Click a historical check to expand it and view more details.
69
+
70
+

71
+
72
+
<DocCallOuttitle="Note">
73
+
Only the **Incompatible fields** view is available for historical data.
74
+
</DocCallOut>
75
+
66
76
## Export data quality results
67
77
68
78
You can share data quality results to help track your team's remediation efforts. First, follow the instructions under <DocLinkslug="/serverless/security/data-quality-dash"section="check-indices">Check indices</DocLink> to generate results, then either:
@@ -75,7 +85,7 @@ You can share data quality results to help track your team's remediation efforts
75
85
76
86
**Export results for one index**:
77
87
78
-
1. View details for a checked index that has at least one incompatible field by clicking the **View check details** button under **Actions**.
88
+
1. View details for a checked index that has at least one incompatible field by clicking the **Check now** button under **Actions**.
79
89
1. From the **Incompatible fields** tab, select **Add to new case** to open a new <DocLinkslug="/serverless/security/cases-overview">case</DocLink>, or click **Copy to clipboard** to copy a Markdown report to your clipboard.
0 commit comments