Skip to content

Commit

Permalink
[8.13] Data Quality persistence (#4953) (#4984)
Browse files Browse the repository at this point in the history
* describes data quality persistence

* updates screenshots with new UI elements

* Update docs/dashboards/data-quality-dashboard.asciidoc

Co-authored-by: Nastasha Solomon <[email protected]>

* Update docs/dashboards/data-quality-dashboard.asciidoc

Co-authored-by: Nastasha Solomon <[email protected]>

* adds detail about where data is saved

* adds definition of a space

* Update docs/dashboards/data-quality-dashboard.asciidoc

Co-authored-by: Sergi Massaneda <[email protected]>

* Update data-quality-dashboard.asciidoc

grammar change

* incorporate's dhru's feedback minus screenshot work

* updates images with Dhru's feedback

* incorporates Joe's feedback

---------

Co-authored-by: Nastasha Solomon <[email protected]>
Co-authored-by: Sergi Massaneda <[email protected]>
Co-authored-by: Dhrumil Patel <[email protected]>
(cherry picked from commit 83437a8)

Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
  • Loading branch information
mergify[bot] and benironside authored Mar 25, 2024
1 parent cdc5275 commit 5b80b2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/dashboards/data-quality-dashboard.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-<spaceId>`, where `<spaceId>` 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:
Expand Down
Binary file modified docs/dashboards/images/data-qual-dash-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dashboards/images/data-qual-dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b80b2f

Please sign in to comment.