Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[[sec-experimental-intro]]
= Technical preview

The following features in this section are experimental and may be changed or removed completely in a future release. Elastic will make a best effort to fix any issues, but experimental features are not subject to the support of official GA features.
The features in this section are experimental and may be changed or removed completely in future releases. Elastic will make a best effort to fix any issues, but experimental features are not supported to the same level as generally available (GA) features.


include::host-risk-score.asciidoc[]
include::beaconing-detection.asciidoc[]
include::security-posture-management.asciidoc[]
Binary file added docs/experimental-features/images/kspm-1.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 added docs/experimental-features/images/kspm-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions docs/experimental-features/security-posture-management.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[[security-posture-management]]
== Cloud security posture management

NOTE: This feature requires {stack} version 8.3.0 or later.

Cloud security posture management (CSPM) and Kubernetes security posture management (KSPM) continuously monitor and compare your cloud and Kubernetes infrastructure against security best practices to help you identify and remediate misconfigurations.

The steps to enable this feature differ between {ecloud} and self-hosted deployments.

[[enable-kspm-on-cloud]]
[discrete]
=== Enable KSPM for cloud deployments

1. First, enable the KSPM flag for your deployment:

a. From {kib}, open the main menu and click **Manage this deployment**.
+
image::images/kspm-1.png[The Manage deployment button]

b. Under **My deployment**, select **{kib}**.
c. Under **Instances**, click the three-dot menu next to your instance, then click **Edit configuration**.
d. Click **Edit user settings** in the upper-right of the page.
e. Add `xpack.cloudSecurityPosture.enabled: true` to the user settings.
f. Click **Back**, then save your {kib} user settings.
+
NOTE: It may take up to two minutes for the changes to take effect.
+
2. Return to {kib}. From the main menu, go to **Security** -> **Cloud Security**.
+
image::images/kspm-2.png[The Cloud Security button on the main menu, width=160]
+
3. Follow the prompts to set up data ingestion.

[[enable-kspm-on-selfhosted]]
[discrete]
=== Enable KSPM for self-hosted deployments
1. Edit the `kibana.yml` file (typically found at `/config/kibana.yml`) to include `xpack.cloudSecurityPosture.enabled: true`.

2. Return to {kib}. From the main menu, go to **Security** -> **Cloud Security**.
+
image::images/kspm-2.png[The Cloud Security button on the main menu, width=160]

3. Follow the prompts to set up data ingestion.