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

Update index mapping for CNVM findings #6069

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
5 changes: 4 additions & 1 deletion packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# newer versions go on top
- version: "1.3.0-preview7"
- version: "1.3.0-preview8"
changes:
- description: New vulnerability management integration
type: enhancement
Expand All @@ -16,6 +16,9 @@
- description: Change CSPM resource collection period
type: enhancement
link: https://github.com/elastic/integrations/pull/5898
- description: Update CNVM index mapping
type: enhancement
link: https://github.com/elastic/integrations/pull/6069
- version: "1.2.11"
changes:
- description: Fixed readme
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@
external: ecs
- name: cloud.region
external: ecs
- name: package.name
external: ecs
- name: package.type
external: ecs
- name: package.path
external: ecs
- name: package.version
external: ecs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: package.fixed_version
uri-weisman marked this conversation as resolved.
Show resolved Hide resolved
type: keyword
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- name: vulnerability
type: group
fields:
- name: class
type: keyword
- name: package.version
type: keyword
- name: package.name
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: 2.3.0
name: cloud_security_posture
title: "Security Posture Management"
version: "1.3.0-preview7"
version: "1.3.0-preview8"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down