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 27, 2025
1 parent f918c56 commit ba1b919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def queryTraceChanges(dateFrom, dateTo, asn=None):
"must_not": [
{
"term": {
"event": "ASN path anomalies"
"event.keyword": "ASN path anomalies"
}
}
]
Expand Down

0 comments on commit ba1b919

Please sign in to comment.