Skip to content

Commit

Permalink
Update QueryRuleData (#3294)
Browse files Browse the repository at this point in the history
(cherry picked from commit f7b9a1f)
  • Loading branch information
Mikaayenson authored and github-actions[bot] committed Nov 29, 2023
1 parent 2c5e0fa commit 7c22714
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions detection_rules/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,6 @@ def validator(self) -> Optional[QueryValidator]:
return KQLValidator(self.query)
elif self.language == "eql":
return EQLValidator(self.query)
elif self.language == "esql":
return ESQLValidator(self.query)

def validate_query(self, meta: RuleMeta) -> None:
validator = self.validator
Expand Down

0 comments on commit 7c22714

Please sign in to comment.