Add Kubernetes CIS Benchmark integration#2930
Merged
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
Contributor
Author
|
Contributor
Author
CLA problem solved by signing |
Contributor
|
Based on the discussion in elastic/elastic-package#767, it looks like this is a blocker for this issue. |
mtojek
reviewed
Apr 5, 2022
| /packages/zscaler_zia @elastic/security-external-integrations | ||
| /packages/zscaler_zpa @elastic/security-external-integrations No newline at end of file | ||
| /packages/zscaler_zpa @elastic/security-external-integrations | ||
| /packages/cis_kubernetes_benchmark @elastic/cloud-posture-security |
Contributor
There was a problem hiding this comment.
Could you please place it accordingly in the alphanum? order?
| title: "Findings" | ||
| type: logs | ||
| streams: | ||
| - input: cloudbeat |
changes to score transform
Fixed all findings index pattern so it won't overlap with latest findings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds the initial version of the Kuberenetes CIS Benchmark integration.
Checklist
changelog.ymlfile.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: trueinkibana.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