mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution] Fix Event Filter OS selection when creating filter from Event List (#138517)
This commit is contained in:
parent
aacb083399
commit
5158f38905
2 changed files with 13 additions and 0 deletions
|
@ -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 [
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue