Skip to content

Commit

Permalink
[ML] Fix packetbeat module query (elastic#65241) (elastic#65357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed May 6, 2020
1 parent a3d2a00 commit a2a9426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"query": {
"bool": {
"filter": [
{"term": {"event.dataset": "dns"}},
{"term": {"event.dataset": "http"}},
{"term": {"agent.type": "packetbeat"}}
],
"must_not": [
Expand Down

0 comments on commit a2a9426

Please sign in to comment.