Skip to content

Commit

Permalink
[Security Solution] Filterlist Update for Endpoint Events (#187053)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
AsuNa-jp committed Jul 1, 2024
1 parent 6394e46 commit 3ab56f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ab56f5

Please sign in to comment.