Query : Field Exists ?? Its Possible? #683
-
Guys, its possible in elastalert2 having a test on a alert query that respond if a field exists? rule.mitre.tactic: "exists" as example. This will help alot. Anyone know about it? Thx |
Beta Was this translation helpful? Give feedback.
Answered by
nsano-rururu
Jan 30, 2022
Replies: 2 comments 3 replies
-
try it. filter:
- query:
query_string:
query: "_exists_:rule.mitre.tactic" |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jertel
-
Thx Guys! For the enlightenment! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try it.