[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:
Asuka Nakajima 2024-07-01 19:57:23 +09:00 committed by GitHub
parent 6394e46e17
commit 3ab56f5e4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,