Skip to content

[Cloud Security] increase transfom retention_policy to 90 days for Wiz #11393

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

Merged
merged 2 commits into from
Oct 14, 2024
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: 5 additions & 0 deletions packages/wiz/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.9.0-preview05"
changes:
- description: Increase retention on transfroms to 90 days.
type: enhancement
link: https://github.com/elastic/integrations/pull/11393
- version: "1.9.0-preview04"
changes:
- description: Update vulnerabilities mappings and ingest pipeline for better support in CDR.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sync:
retention_policy:
time:
field: "@timestamp"
max_age: 26h
max_age: 90d
settings:
unattended: true
_meta:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sync:
retention_policy:
time:
field: "@timestamp"
max_age: 3d
max_age: 90d
_meta:
managed: true
# Bump this version to delete, reinstall, and restart the transform during package.
Expand Down
2 changes: 1 addition & 1 deletion packages/wiz/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: wiz
title: Wiz
version: "1.9.0-preview04"
version: "1.9.0-preview05"
description: Collect logs from Wiz with Elastic Agent.
type: integration
categories:
Expand Down