diff --git a/x-pack/plugins/security_solution/public/common/components/ml/entity_draggable.tsx b/x-pack/plugins/security_solution/public/common/components/ml/entity_draggable.tsx index 48dc366ee0ddca..9c6374e235d6fa 100644 --- a/x-pack/plugins/security_solution/public/common/components/ml/entity_draggable.tsx +++ b/x-pack/plugins/security_solution/public/common/components/ml/entity_draggable.tsx @@ -40,6 +40,8 @@ export const EntityDraggableComponent: React.FC = ({ value: entityValue, operator: IS_OPERATOR as QueryOperator, }, + isAggregatable: true, + fieldType: 'keyword', }), [entityName, entityValue, id] ); diff --git a/x-pack/plugins/security_solution/public/common/components/ml/score/draggable_score.tsx b/x-pack/plugins/security_solution/public/common/components/ml/score/draggable_score.tsx index 4b1dbeab714a98..71cf3d427e5a2b 100644 --- a/x-pack/plugins/security_solution/public/common/components/ml/score/draggable_score.tsx +++ b/x-pack/plugins/security_solution/public/common/components/ml/score/draggable_score.tsx @@ -40,6 +40,8 @@ export const DraggableScoreComponent = ({ value: score.entityValue, operator: IS_OPERATOR as QueryOperator, }, + isAggregatable: true, + fieldType: 'number', }), [id, score.entityName, score.entityValue] ); diff --git a/x-pack/plugins/security_solution/public/network/components/users_table/columns.tsx b/x-pack/plugins/security_solution/public/network/components/users_table/columns.tsx index 58084002968544..2c170cc622fe00 100644 --- a/x-pack/plugins/security_solution/public/network/components/users_table/columns.tsx +++ b/x-pack/plugins/security_solution/public/network/components/users_table/columns.tsx @@ -50,6 +50,8 @@ export const getUsersColumns = (flowTarget: FlowTarget, tableId: string): UsersC rowItems: userIds, attrName: 'user.id', idPrefix: `${tableId}-table-${flowTarget}`, + isAggregatable: true, + fieldType: 'keyword', }), }, {