diff --git a/docs/dashboards/data-quality-dashboard.asciidoc b/docs/dashboards/data-quality-dashboard.asciidoc index a839ab7610..894a3f1a11 100644 --- a/docs/dashboards/data-quality-dashboard.asciidoc +++ b/docs/dashboards/data-quality-dashboard.asciidoc @@ -29,14 +29,17 @@ To use the Data Quality dashboard, you need at least the following {ref}/securit [discrete] [[data-quality-dash-check-indices]] == Check indices -When you open the dashboard, data does not appear until you select indices to check. - +Data does not appear in the dashboard until a user selects indices to check. * *Check multiple indices*: To check all indices in the current data view, click *Check all* at the top of the dashboard. A progress indicator will appear. IMPORTANT: To customize which indices are checked when you click *Check all*, {security-guide}/data-views-in-sec.html[change the current data view]. * *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. +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. + +IMPORTANT: Data quality results are stored in a data stream using the following index pattern: `.kibana-data-quality-dashboard-results-`, where `` is the ID of the active {kib} {kibana-ref}/xpack-spaces.html[space]. For example, results from the default space are stored in: `.kibana-data-quality-dashboard-results-default`. + [discrete] == Visualize checked indices The treemap that appears at the top of the dashboard shows the relative size of your indices. The color of each index's node refers to its status: diff --git a/docs/dashboards/images/data-qual-dash-detail.png b/docs/dashboards/images/data-qual-dash-detail.png index 68c312b527..a94bf5acaa 100644 Binary files a/docs/dashboards/images/data-qual-dash-detail.png and b/docs/dashboards/images/data-qual-dash-detail.png differ diff --git a/docs/dashboards/images/data-qual-dash.png b/docs/dashboards/images/data-qual-dash.png index 4213b1bf07..ae64e2c729 100644 Binary files a/docs/dashboards/images/data-qual-dash.png and b/docs/dashboards/images/data-qual-dash.png differ