Skip to content

Commit

Permalink
[CNVM] Adds notes about CNVM architecture support (#5340)
Browse files Browse the repository at this point in the history
* Adds notes about CNVM architecture support

* Update docs/cloud-native-security/vuln-management-faq.asciidoc

* Update docs/cloud-native-security/vuln-management-get-started.asciidoc

(cherry picked from commit d1cd713)
  • Loading branch information
benironside authored and mergify[bot] committed Jul 9, 2024
1 parent 5d647b5 commit fc0b0d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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,7 +8,8 @@ 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.
* CNVM only works in the `Default` {kib} space. Installing the CNVM integration on a different {kib} space will not work.
* 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.
* 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

0 comments on commit fc0b0d5

Please sign in to comment.