Skip to content

Commit

Permalink
- updates the IGNORED_ALERT_FILTERS list in `x-pack/plugins/securit…
Browse files Browse the repository at this point in the history
…y_solution/public/common/components/top_n/helpers.ts` to include legacy alert fields:

  - `signal.rule.building_block_type`
  - `signal.rule.id`
  - `signal.rule.name`
  - `signal.rule.threat_mapping`
  - `signal.status`
  • Loading branch information
andrew-goldstein committed Dec 18, 2021
1 parent 92c3a3a commit 946bce8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ export const IGNORED_ALERT_FILTERS = [
ALERT_START,
ALERT_SYSTEM_STATUS,
ALERT_UUID,
'signal.rule.building_block_type',
'signal.rule.id',
'signal.rule.name',
'signal.rule.threat_mapping',
'signal.status',
];

/**
Expand Down

0 comments on commit 946bce8

Please sign in to comment.