Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution] Timeline actions not returning nested fields #90808

Closed
dplumlee opened this issue Feb 9, 2021 · 1 comment
Closed

[Security Solution] Timeline actions not returning nested fields #90808

dplumlee opened this issue Feb 9, 2021 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience fixed Team:Threat Hunting Security Solution Threat Hunting Team

Comments

@dplumlee
Copy link
Contributor

dplumlee commented Feb 9, 2021

Overview

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.

Expected fields being returned

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',
];

Actual fields being returned

Screen Shot 2021-02-09 at 11 22 32 AM

@dplumlee dplumlee added bug Fixes for quality problems that affect the customer experience v7.11.0 Team:Threat Hunting Security Solution Threat Hunting Team labels Feb 9, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-threat-hunting (Team:Threat Hunting)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience fixed Team:Threat Hunting Security Solution Threat Hunting Team
Projects
None yet
Development

No branches or pull requests

4 participants