In 7.11, the required fields for actions aren't properly returning nested fields such as file.Ext.code_signature which is causing the exceptions modal to softly break in that it cannot autofill those fields with Endpoint exceptions.
export const requiredFieldsForActions = [
'@timestamp',
'signal.status',
'signal.group.id',
'signal.original_time',
'signal.rule.building_block_type',
'signal.rule.filters',
'signal.rule.from',
'signal.rule.language',
'signal.rule.query',
'signal.rule.name',
'signal.rule.to',
'signal.rule.id',
'signal.rule.index',
'signal.rule.type',
'signal.original_event.kind',
'signal.original_event.module',
// Endpoint exception fields
'file.path',
'file.Ext.code_signature.subject_name',
'file.Ext.code_signature.trusted',
'file.hash.sha256',
'host.os.family',
'event.code',
];
Overview
In 7.11, the required fields for actions aren't properly returning nested fields such as
file.Ext.code_signaturewhich is causing the exceptions modal to softly break in that it cannot autofill those fields with Endpoint exceptions.Expected fields being returned
Actual fields being returned