[Cloud Security] Update vulnerability management retention policy to 3 days (#155080)

This commit is contained in:
Kfir Peled 2023-04-18 13:10:46 -06:00 committed by GitHub
parent 66f68d4123
commit 17c4185fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ export const latestVulnerabilitiesTransform: TransformPutTransformRequest = {
retention_policy: {
time: {
field: '@timestamp',
max_age: '50h',
max_age: '3d',
},
},
latest: {