mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 848c831233
)
Co-authored-by: Pablo Machado <pablo.nevesmachado@elastic.co>
This commit is contained in:
parent
963b98c4c2
commit
d7e3cd2714
2 changed files with 8 additions and 1 deletions
|
@ -54,7 +54,7 @@ const HostRiskSummaryComponent: React.FC<{
|
|||
{hostRisk.isModuleEnabled && hostRisk.result && hostRisk.result.length > 0 && (
|
||||
<>
|
||||
<EnrichedDataRow
|
||||
field={'host.risk.keyword'}
|
||||
field={i18n.HOST_RISK_CLASSIFICATION}
|
||||
value={
|
||||
<RiskScore severity={hostRisk.result[0].risk as RiskSeverity} hideBackgroundColor />
|
||||
}
|
||||
|
|
|
@ -145,3 +145,10 @@ export const ENRICHED_DATA = i18n.translate(
|
|||
defaultMessage: 'Enriched data',
|
||||
}
|
||||
);
|
||||
|
||||
export const HOST_RISK_CLASSIFICATION = i18n.translate(
|
||||
'xpack.securitySolution.alertDetails.hostRiskClassification',
|
||||
{
|
||||
defaultMessage: 'Host risk classification',
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue