diff --git a/docs/getting-started/images/users/user-details-flyout.png b/docs/getting-started/images/users/user-details-flyout.png index 99452099e2..e87d8a9614 100644 Binary files a/docs/getting-started/images/users/user-details-flyout.png and b/docs/getting-started/images/users/user-details-flyout.png differ diff --git a/docs/getting-started/users-page.asciidoc b/docs/getting-started/users-page.asciidoc index 56218a3019..ce32c701a9 100644 --- a/docs/getting-started/users-page.asciidoc +++ b/docs/getting-started/users-page.asciidoc @@ -64,6 +64,7 @@ The user details flyout includes the following sections: * <>, which displays user risk data and inputs. * <>, which allows you to view and assign asset criticality. +* <>, which displays misconfiguration findings for the user. * <>, which displays user details. [role="screenshot"] @@ -106,6 +107,12 @@ image::images/users/user-asset-criticality.png[Asset criticality] Click **Assign** to assign a criticality level to the selected user, or **Change** to change the currently assigned criticality level. +[discrete] +[[user-insights]] +=== Insights + +The **Insights** section displays <> for the user. Click **Misconfigurations** to expand the flyout and view this data. + [discrete] [[user-observed-data]] === Observed data diff --git a/docs/management/hosts/hosts-overview.asciidoc b/docs/management/hosts/hosts-overview.asciidoc index 4e78ad68d7..3773b4f438 100644 --- a/docs/management/hosts/hosts-overview.asciidoc +++ b/docs/management/hosts/hosts-overview.asciidoc @@ -67,6 +67,7 @@ The host details flyout includes the following sections: * <>, which displays host risk data and inputs. * <>, which allows you to view and assign asset criticality. +* <>, which displays vulnerabilities findings for the host. * <>, which displays host details. [role="screenshot"] @@ -109,6 +110,14 @@ image::images/host-asset-criticality.png[Asset criticality] Click **Assign** to assign a criticality level to the selected host, or **Change** to change the currently assigned criticality level. +[discrete] +[[host-details-insights]] +=== Insights + +The **Insights** section displays <> for the host. Click **Vulnerabilities** to expand the flyout and view this data. + +image::images/-host-details-insights-expanded.png[Host details flyout with the Vulnerabilities section expanded, 85%] + [discrete] [[host-observed-data]] === Observed data diff --git a/docs/management/hosts/images/-host-details-insights-expanded.png b/docs/management/hosts/images/-host-details-insights-expanded.png new file mode 100644 index 0000000000..cba7af9193 Binary files /dev/null and b/docs/management/hosts/images/-host-details-insights-expanded.png differ diff --git a/docs/management/hosts/images/host-details-flyout.png b/docs/management/hosts/images/host-details-flyout.png index cf042949d6..a5a960a596 100644 Binary files a/docs/management/hosts/images/host-details-flyout.png and b/docs/management/hosts/images/host-details-flyout.png differ