Skip to content

Commit

Permalink
[Security Solution] Fix fields in test doc (#207062)
Browse files Browse the repository at this point in the history
## Summary

Fixes a type error in main caused by a race condition merging these 2
PRs:

- #206822
- #206833
  • Loading branch information
semd authored Jan 17, 2025
1 parent d7513a1 commit 38945cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const migrationRuleDocument: RuleMigrationDocument = {
translation_result: 'partial',
elastic_rule: {
severity: 'low',
integration_id: '',
risk_score: 21,
integration_ids: [''],
query:
'FROM [indexPattern]\n| STATS lastTime = max(_time), tag = values(tag), count BY dest, user, app',
description:
Expand Down

0 comments on commit 38945cf

Please sign in to comment.