File tree Expand file tree Collapse file tree
frontend/src/app/shared/constants/alert Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ export const ALERT_SEVERITY_FIELD = 'severity';
1414export const ALERT_IMPACT_FIELD = 'impact' ;
1515export const ALERT_SEVERITY_FIELD_LABEL = 'severityLabel' ;
1616export const ALERT_TAGS_FIELD = 'tags' ;
17+ export const ALERT_ASSETS_GROUP_NAME_FIELD = 'assetGroupName' ;
18+ export const ALERT_ASSETS_GROUP_ID_FIELD = 'assetGroupId' ;
1719export const ALERT_NOTE_FIELD = 'notes' ;
1820export const ALERT_OBSERVATION_FIELD = 'statusObservation' ;
1921export const ALERT_TIMESTAMP_FIELD = '@timestamp' ;
@@ -438,6 +440,12 @@ export const ALERT_FILTERS_FIELDS: UtmFieldType[] = [
438440 customStyle : 'text-blue-800' ,
439441 visible : true ,
440442 } ,
443+ {
444+ label : 'Datasource Group' ,
445+ field : ALERT_ASSETS_GROUP_NAME_FIELD ,
446+ type : ElasticDataTypesEnum . STRING ,
447+ visible : true ,
448+ } ,
441449 {
442450 label : 'ID' ,
443451 field : ALERT_CASE_ID_FIELD ,
@@ -605,7 +613,7 @@ export const ALERT_FILTERS_FIELDS: UtmFieldType[] = [
605613 field : ALERT_TAGS_FIELD ,
606614 type : ElasticDataTypesEnum . STRING ,
607615 visible : true ,
608- } ,
616+ }
609617] ;
610618
611619export const EVENT_FIELDS : UtmFieldType [ ] = [
You can’t perform that action at this time.
0 commit comments