-
Notifications
You must be signed in to change notification settings - Fork 460
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
Add Kubernetes CIS Benchmark integration #2930
Add Kubernetes CIS Benchmark integration #2930
Conversation
* initial package info * Make kubebeat work with integration inputs * working integration v1(ILM issue exists in bit) * fixed files Co-authored-by: Aleksandr Maus <aleksandr.maus@elastic.co>
rename and fix text
set multiple to false
Add data view
update assets path
update index pattern acording to cloudbeat change
|
CLA problem solved by signing |
Based on the discussion in elastic/elastic-package#767, it looks like this is a blocker for this issue. |
.github/CODEOWNERS
Outdated
/packages/zscaler_zpa @elastic/security-external-integrations | ||
/packages/cis_kubernetes_benchmark @elastic/cloud-posture-security |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please place it accordingly in the alphanum? order?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
title: "Findings" | ||
type: logs | ||
streams: | ||
- input: cloudbeat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release version bump here: #3003
changes to score transform
Fixed all findings index pattern so it won't overlap with latest findings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CODEOWNERS LGTM
What does this PR do?
Adds the initial version of the Kuberenetes CIS Benchmark integration.
Checklist
changelog.yml
file.Notes
example
taken from here
This is due to the fact that the tranforms expect some existing indices - these indices are created by the plugin.
Enabling the plugin is done by setting
xpack.cloudSecurityPosture.enabled: true
inkibana.yml
. By default the plugin is disabled.This is documented in the integration doc.
example for installation attempt when the plugin isn't enabled
Author's Checklist
How to test this PR locally
Related issues
Screenshots