diff --git a/docs/cloud-native-security/benchmark-rules.asciidoc b/docs/cloud-native-security/benchmark-rules.asciidoc index 5870ffbd1f..678caa4851 100644 --- a/docs/cloud-native-security/benchmark-rules.asciidoc +++ b/docs/cloud-native-security/benchmark-rules.asciidoc @@ -1,2 +1,13 @@ [[benchmark-rules]] = Benchmark rules +The Benchmark Integrations page lets you view and manage cloud security posture (CSP) benchmark rules for each of your <>. Enabled benchmark rules define the Kubernetes configuration best practices that form the basis of the data that appears on the <>. + +To find the Benchmark Integrations page, go to **Manage -> CSP Benchmarks**. From there, to view the benchmark rules associated with an integration, select that integration's name. + +image::images/benchmark-rules.png[The Benchmark rules page] + +You can then click on a benchmark rule's name to see details, including information about how to remediate failures and related links. + +You can enable or disable benchmark rules for each integration, either individually or in bulk using the *Bulk Actions* menu. By default, benchmark rules are enabled. + +NOTE: Benchmark rules are not editable. diff --git a/docs/cloud-native-security/images/benchmark-rules.png b/docs/cloud-native-security/images/benchmark-rules.png new file mode 100644 index 0000000000..313324b8fd Binary files /dev/null and b/docs/cloud-native-security/images/benchmark-rules.png differ