mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Entity Analytics] Bug: update timestamp on criticality soft delete (#196722)
## Summary This fixes a bug with asset criticality where "soft delete" does not update the `@timestamp` field
This commit is contained in:
parent
ad53fcdce5
commit
07fc875360
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ export class AssetCriticalityDataClient {
|
|||
asset: {
|
||||
criticality: CRITICALITY_VALUES.DELETED,
|
||||
},
|
||||
'@timestamp': new Date().toISOString(),
|
||||
...getImplicitEntityFields({
|
||||
...idParts,
|
||||
criticalityLevel: CRITICALITY_VALUES.DELETED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue