Skip to content

Commit ed14429

Browse files
[serverless] Updates DQ dashboard page (#5919)
* Updates DQ dashboard page * minor update * incorporates Karen's review * Incorporates Karen's feedback * incorporates Karen's review * Update docs/serverless/dashboards/data-quality-dash.mdx Co-authored-by: Joe Peeples <[email protected]> --------- Co-authored-by: Joe Peeples <[email protected]>
1 parent c14e4f8 commit ed14429

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

docs/serverless/dashboards/data-quality-dash.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When you open the dashboard, data does not appear until you select indices to ch
4141
To customize which indices are checked when you click **Check all**, [change the current data view](((security-guide))/data-views-in-sec.html).
4242
</DocCallOut>
4343

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

4646
## Visualize checked indices
4747
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:
@@ -53,7 +53,7 @@ The treemap that appears at the top of the dashboard shows the relative document
5353
Click a node in the treemap to expand the corresponding index.
5454

5555
## Learn more about checked index fields
56-
After an index is checked, `Pass` or `Fail` appears in its **Result** column. `Fail` indicates mapping problems in an index. To view index check details, including which fields weren't successfully mapped, click the **View check details** button under **Actions**.
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
![An expanded index with some failed results in the Data Quality dashboard](../images/data-quality-dash/-dashboards-data-qual-dash-detail.png)
5959

@@ -63,6 +63,16 @@ The index check flyout provides more information about the status of fields in t
6363
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).
6464
</DocCallOut>
6565

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+
![An index's data quality history tab](../images/data-quality-dash/history-tab.png)
71+
72+
<DocCallOut title="Note">
73+
Recent historical data includes the **Incompatible fields** and **Same family** views. Legacy historical data only includes the **Incompatible fields** view.
74+
</DocCallOut>
75+
6676
## Export data quality results
6777

6878
You can share data quality results to help track your team's remediation efforts. First, follow the instructions under <DocLink slug="/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
7585

7686
**Export results for one index**:
7787

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 by clicking the **Check now** button under **Actions**.
7989
1. From the **Incompatible fields** tab, select **Add to new case** to open a new <DocLink slug="/serverless/security/cases-overview">case</DocLink>, or click **Copy to clipboard** to copy a Markdown report to your clipboard.
8090

8191
<DocCallOut title="Note">
83.9 KB
Loading
-6.9 KB
Loading
300 KB
Loading

0 commit comments

Comments
 (0)