Skip to content

Commit

Permalink
Remove endpoint module negation from query.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Apr 14, 2022
1 parent e553f7d commit 9c9cda0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions x-pack/plugins/security_solution/server/lib/telemetry/receiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,21 +606,6 @@ export class TelemetryReceiver implements ITelemetryReceiver {
],
},
},
{
bool: {
must_not: {
bool: {
should: [
{
match_phrase: {
'event.module': 'endpoint',
},
},
],
},
},
},
},
{
range: {
'@timestamp': {
Expand Down

0 comments on commit 9c9cda0

Please sign in to comment.