mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution] Fix fields in test doc (#207062)
## Summary Fixes a type error in main caused by a race condition merging these 2 PRs: - https://github.com/elastic/kibana/pull/206822 - https://github.com/elastic/kibana/pull/206833
This commit is contained in:
parent
d7513a1ed1
commit
38945cf12a
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue