mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution] Filterlist Update for Endpoint Events (#187053)
## Summary Updates endpoint alerts telemetry filter list to add the following new fields for the events. * origin_referrer_url * origin_url ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
6394e46e17
commit
3ab56f5e4e
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ const allowlistBaseEventFields: AllowlistFields = {
|
|||
mtime: true,
|
||||
directory: true,
|
||||
hash: true,
|
||||
origin_referrer_url: true,
|
||||
origin_url: true,
|
||||
pe: true,
|
||||
Ext: {
|
||||
bytes_compressed: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue