Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.0.20"
changes:
- description: Remove Kibana configuration section from README
type: enhancement
link: https://github.com/elastic/integrations/pull/3726
- version: "0.0.19"
changes:
- description: Adding EKS rule templates
Expand Down
11 changes: 0 additions & 11 deletions packages/cloud_security_posture/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ CIS Kubernetes Benchmark integration is shipped including default dashboards and

## Deployment

#### Configure Kibana

In order for the integration to be installed, The Cloud Security Posture Kibana plugin must be enabled.

This could be done by adding the following configuration line to `kibana.yml`:
```
xpack.cloudSecurityPosture.enabled: true
```
For Cloud users, see [Edit Kibana user settings](https://www.elastic.co/guide/en/cloud/current/ec-manage-kibana-settings.html).


#### Deploy the Elastic agent

Just like every other integration, the KSPM integration requires an Elastic agent to be deployed.
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_security_posture/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: cloud_security_posture
title: "CIS Kubernetes Benchmark"
version: 0.0.19
version: 0.0.20
license: basic
description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."
type: integration
Expand Down