Skip to content

Commit

Permalink
Update queries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva authored Jan 26, 2025
1 parent 93ba559 commit 72340f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/model/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,14 @@ def queryPathChanged(dateFrom, dateTo):
"format": "strict_date_optional_time"
}
}
}]
}],
"must_not": [
{
"term": {
"event": "ASN path anomalies"
}
}
]
}
}
}
Expand Down

0 comments on commit 72340f5

Please sign in to comment.