We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e98deb commit ba39aa8Copy full SHA for ba39aa8
x-pack/solutions/security/plugins/security_solution/server/lib/telemetry/filterlists/endpoint_alerts.ts
@@ -20,6 +20,8 @@ const baseAllowlistFields: AllowlistFields = {
20
pid: true,
21
pe: true,
22
uptime: true,
23
+ origin_referrer_url: true,
24
+ origin_url: true,
25
Ext: {
26
ancestry: true,
27
api: true,
@@ -60,6 +62,8 @@ const allowlistBaseEventFields: AllowlistFields = {
60
62
hash: true,
61
63
malware_signature: true,
64
65
66
67
68
code_signature: true,
69
device: true,
0 commit comments