[Security Solution] Fix Event Filter OS selection when creating filter from Event List (#138517)

This commit is contained in:
Kevin Logan 2022-08-10 15:19:10 -04:00 committed by GitHub
parent aacb083399
commit 5158f38905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -282,6 +282,9 @@ describe('Search Strategy EQL helper', () => {
"family": Array [
"windows",
],
"name": Array [
"Windows",
],
},
},
"message": Array [
@ -412,6 +415,9 @@ describe('Search Strategy EQL helper', () => {
"family": Array [
"windows",
],
"name": Array [
"Windows",
],
},
},
"message": Array [
@ -549,6 +555,9 @@ describe('Search Strategy EQL helper', () => {
"family": Array [
"windows",
],
"name": Array [
"Windows",
],
},
},
"message": Array [
@ -675,6 +684,9 @@ describe('Search Strategy EQL helper', () => {
"family": Array [
"windows",
],
"name": Array [
"Windows",
],
},
},
"message": Array [

View file

@ -130,6 +130,7 @@ export const TIMELINE_EVENTS_FIELDS = [
'file.Ext.code_signature.trusted',
'file.hash.sha256',
'host.os.family',
'host.os.name',
'host.id',
'host.ip',
'registry.key',