Skip to content

Commit

Permalink
delete investigation_fields fom esql backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat0vu authored Oct 25, 2024
1 parent 1881953 commit 8e1f505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sigma/backends/elasticsearch/elasticsearch_esql.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ def finalize_query_siem_rule_ndjson(
"meta": {
"from": "1m",
},
"investigation_fields": {},
"author": [rule.author] if rule.author is not None else [],
"false_positives": rule.falsepositives,
"from": f"now-{self.schedule_interval}{self.schedule_interval_unit}",
Expand Down

0 comments on commit 8e1f505

Please sign in to comment.