Skip to content

Commit

Permalink
Remove usage of kibana.alert.rule.severity|risk_score on 8.0 (#122284)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain authored Jan 4, 2022
1 parent 338e15e commit f7f133d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const defaultDisplayFields: EventSummaryField[] = [
linkField: 'kibana.alert.rule.uuid',
label: ALERTS_HEADERS_RULE,
},
{ id: 'kibana.alert.rule.severity', label: ALERTS_HEADERS_SEVERITY },
{ id: 'kibana.alert.rule.risk_score', label: ALERTS_HEADERS_RISK_SCORE },
{ id: 'kibana.alert.severity', label: ALERTS_HEADERS_SEVERITY },
{ id: 'kibana.alert.risk_score', label: ALERTS_HEADERS_RISK_SCORE },
{ id: 'host.name' },
{ id: 'agent.id', overrideField: AGENT_STATUS_FIELD_NAME, label: i18n.AGENT_STATUS },
{ id: 'user.name' },
Expand Down

0 comments on commit f7f133d

Please sign in to comment.