mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Cloud Security] Update vulnerability management retention policy to 3 days (#155080)
This commit is contained in:
parent
66f68d4123
commit
17c4185fd7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export const latestVulnerabilitiesTransform: TransformPutTransformRequest = {
|
|||
retention_policy: {
|
||||
time: {
|
||||
field: '@timestamp',
|
||||
max_age: '50h',
|
||||
max_age: '3d',
|
||||
},
|
||||
},
|
||||
latest: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue