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.8] [CNVM] Adds notes about CNVM architecture support (backport #5340) #5546

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all 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
4 changes: 4 additions & 0 deletions docs/cloud-native-security/vuln-management-faq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The CNVM integration uses various security data sources. The complete list can b

CNVM uses the open source scanner https://github.com/aquasecurity/trivy[Trivy] v0.35.

*What system architectures are supported?*

Because of Trivy's limitations, CNVM can only be deployed on ARM-based VMs. However, it can scan hosts regardless of system architecture.

*How often are the security data sources synchronized?*

The CNVM integration fetches the latest data sources at the beginning of every scan cycle to ensure up-to-date vulnerability information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This page explains how to set up Cloud Native Vulnerability Management (CNVM).
--
* CNVM is available to all {ecloud} users. On-premise deployments require an https://www.elastic.co/pricing[Enterprise subscription].
* Requires {stack} and {agent} version 8.8 or higher.
<<<<<<< HEAD
=======
* Only works in the `Default` {kib} space. Installing the CNVM integration on a different {kib} space will not work.
* CNVM can only be deployed on ARM-based VMs.
>>>>>>> d1cd713b ([CNVM] Adds notes about CNVM architecture support (#5340))
* To view vulnerability scan findings, you need at least `read` privileges for the following indices:
** `logs-cloud_security_posture.vulnerabilities-*`
** `logs-cloud_security_posture.vulnerabilities_latest-*`
Expand Down