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/dashboards/data-quality-dashboard.asciidoc
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Data does not appear in the dashboard until a user selects indices to check.
35
35
36
36
IMPORTANT: To customize which indices are checked when you click *Check all*, {security-guide}/data-views-in-sec.html[change the current data view].
37
37
38
-
* *Check a single index*: To check a single index, expand it using the arrow on the left. Checking a single index is faster than checking all indices.
38
+
* *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.
39
39
40
40
Once checked, an index's data quality results persist indefinitely. You can see when the index was last checked, and generate updated results at any time.
41
41
@@ -53,15 +53,24 @@ Click a node in the treemap to expand the corresponding index.
53
53
54
54
[discrete]
55
55
== Learn more about checked index fields
56
-
After an index is checked, an X (❌) or a checkmark (✅) appears in its *Result* column. The X (❌) indicates mapping problems in an index. To view index details, including which fields weren't successfully mapped, click the arrow next to the result to expand it.
56
+
After an index is checked, a **Pass** or **Fail** status appears. **Fail** indicates mapping problems in an index. To view index check details, including which fields weren't successfully mapped, click the **Check now** button under **Actions**.
57
57
58
58
[role="screenshot"]
59
59
image::images/data-qual-dash-detail.png[An expanded index with some failed results in the Data Quality dashboard]
60
60
61
-
When you expand a result, the *Summary* tab immediately helps you visualize the status of fields in that index. The other tabs display more details about particular fields, grouped by their mapping status.
61
+
The index check flyout provides more information about the status of fields in that index. Each of its tabs describe fields grouped by mapping status.
62
62
63
63
NOTE: 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 {ref}/mapping-types.html[Field data types].
64
64
65
+
[discrete]
66
+
== View historical data quality results
67
+
68
+
You can review an index's data quality history by clicking **View history** under **Actions**, or by clicking the **History** tab in the details flyout. You can filter the results by time and **Pass** / **Fail** status. Click a historical check to expand it and view more details.
69
+
70
+
image::images/data-qual-dash-history.png[The Data Quality dashboard]
71
+
72
+
NOTE: Recent historical data includes the **Incompatible fields** and **Same family** views. Legacy historical data only includes the **Incompatible fields** view.
73
+
65
74
[discrete]
66
75
== Export data quality results
67
76
@@ -73,8 +82,7 @@ You can share data quality results to help track your team's remediation efforts
73
82
. Click *Copy to clipboard* to copy a Markdown report to your clipboard.
74
83
75
84
* Export results for one index:
76
-
. Expand an index that has at least one incompatible field by clicking the arrow to the left of its *Result*.
77
-
. From the *Summary* or *Incompatible fields* tab, select *Add to new case* to open a new <<cases-overview,case>>.
78
-
. From the *Summary*, *Incompatible fields*, or *Same family* tab, click *Copy to clipboard* to copy a Markdown report to your clipboard.
85
+
. View details for a checked index by clicking the **Check now** button under **Actions**.
86
+
. From the **Incompatible fields** tab, select **Add to new case** to open a new <<cases-overview,case>>.
79
87
80
88
NOTE: For more information about how to fix mapping problems, refer to {ref}/mapping.html[Mapping].
0 commit comments