Skip to content

Commit a7f7c6d

Browse files
benironsidemergify[bot]
authored andcommitted
Data qual dash 8.16 updates - ESS (#5945)
(cherry picked from commit 55b09a7)
1 parent 40283bd commit a7f7c6d

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

docs/dashboards/data-quality-dashboard.asciidoc

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Data does not appear in the dashboard until a user selects indices to check.
3535

3636
IMPORTANT: To customize which indices are checked when you click *Check all*, {security-guide}/data-views-in-sec.html[change the current data view].
3737

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.
3939

4040
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.
4141

@@ -53,15 +53,24 @@ Click a node in the treemap to expand the corresponding index.
5353

5454
[discrete]
5555
== 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**.
5757

5858
[role="screenshot"]
5959
image::images/data-qual-dash-detail.png[An expanded index with some failed results in the Data Quality dashboard]
6060

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.
6262

6363
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].
6464

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+
6574
[discrete]
6675
== Export data quality results
6776

@@ -73,8 +82,7 @@ You can share data quality results to help track your team's remediation efforts
7382
. Click *Copy to clipboard* to copy a Markdown report to your clipboard.
7483

7584
* 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>>.
7987

8088
NOTE: For more information about how to fix mapping problems, refer to {ref}/mapping.html[Mapping].
-2.89 KB
Loading
209 KB
Loading
-307 KB
Loading

0 commit comments

Comments
 (0)