Skip to content

Commit

Permalink
Fix the query
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva authored Jan 27, 2025
1 parent 8dfee1b commit f918c56
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 @@ -170,7 +170,7 @@ def queryPathChanged(dateFrom, dateTo):
"must_not": [
{
"term": {
"event": "ASN path anomalies"
"event.keyword": "ASN path anomalies"
}
}
]
Expand Down

0 comments on commit f918c56

Please sign in to comment.