Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.11] Data Quality dashboard Same Family updates #4107

Merged
merged 6 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/dashboards/data-quality-dashboard.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ Click a node in the treemap to expand the corresponding index.

[discrete]
== Learn more about checked index fields
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.
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.

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

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.

NOTE: Fields in the *Same family* category have the right search behavior, but may 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].
benironside marked this conversation as resolved.
Show resolved Hide resolved

[discrete]
== Export data quality results
Expand All @@ -67,6 +70,6 @@ You can share data quality results to help track your team's remediation efforts

* Export results for one index:
. Expand an index that has at least one incompatible field by clicking the arrow to the left of its *Result*.
. From the *Summary* or *Incompatible fields* tabs, select *Add to new case* to open a new <<cases-overview,case>>, or click *Copy to clipboard* to copy a Markdown report to your clipboard.
. From the *Summary*, *Incompatible fields*, or *Same family* tabs, select *Add to new case* to open a new <<cases-overview,case>>, or click *Copy to clipboard* to copy a Markdown report to your clipboard.
benironside marked this conversation as resolved.
Show resolved Hide resolved

NOTE: For more information about how to fix mapping problems, refer to {ref}/mapping.html[Mapping].
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.