Skip to content
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

[Cloud Posture] mapping for rule id #3503

Merged
merged 7 commits into from Jun 14, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/cloud_security_posture/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.0.14"
changes:
- description: Add mapping for rule id and resource id and revert Kibana version constrain
type: enhancement
link: https://github.com/elastic/integrations/pull/3503
- version: "0.0.13"
changes:
- description: Update Kibana version constrain
Expand Down
Expand Up @@ -39,7 +39,7 @@
type: keyword
ignore_above: 256
- name: id
type: text
type: keyword
ignore_above: 256
- name: raw
type: object
Expand All @@ -63,6 +63,10 @@
- name: keyword
type: keyword
ignore_above: 1024
- name: id
type: keyword
ignore_above: 256
description: Rule id
- name: benchmark
type: group
fields:
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud_security_posture/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: cloud_security_posture
title: "CIS Kubernetes Benchmark"
version: 0.0.13
version: 0.0.14
license: basic
description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."
type: integration
Expand All @@ -10,7 +10,7 @@ categories:
- kubernetes
release: experimental
conditions:
kibana.version: "^8.4.0"
kibana.version: "^8.3.0"
screenshots:
- src: /img/dashboard.png
title: Dashboard page
Expand Down