Skip to content

Commit

Permalink
Collect Events.* fields for telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-access authored Aug 9, 2021
1 parent a3119a5 commit d806384
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,10 @@ const allowlistEventFields: AllowlistFields = {
data_stream: true,
ecs: true,
elastic: true,
// behavioral protection re-nests some field sets under events.*
// behavioral protection re-nests some field sets under events.* (< 7.15)
events: allowlistBaseEventFields,
// behavioral protection re-nests some field sets under Events.* (>=7.15)
Events: allowlistBaseEventFields,
rule: {
id: true,
name: true,
Expand Down

0 comments on commit d806384

Please sign in to comment.