We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebe47e commit 4124f36Copy full SHA for 4124f36
packages/wiz/elasticsearch/transform/latest_cdr_misconfigurations/transform.yml
@@ -2,7 +2,7 @@ source:
2
index:
3
- "logs-wiz.cloud_configuration_finding_full_posture-*"
4
dest:
5
- index: "security_solution-wiz.misconfiguration_latest-v2"
+ index: "security_solution-wiz.misconfiguration_latest-v3"
6
aliases:
7
- alias: "security_solution-wiz.misconfiguration_latest"
8
move_on_creation: true
@@ -27,4 +27,4 @@ _meta:
27
managed: true
28
# Bump this version to delete, reinstall, and restart the transform during package.
29
# Version bump is needed if there is any code change in transform.
30
- fleet_transform_version: 0.2.0
+ fleet_transform_version: 0.3.0
0 commit comments