Frequency rule #112
-
I want to create an alert for any ERROR log received . Below is my rule
If I filter kibana with message_type: "ERROR",I see error logs but there are no hits in elastalert query.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The rule appears formatted correctly. Is there any chance of a timezone mismatch? Or perhaps ElastAlert is pointing at the wrong Elasticsearch instance? You could debug the problem by changing the index to |
Beta Was this translation helpful? Give feedback.
The rule appears formatted correctly. Is there any chance of a timezone mismatch? Or perhaps ElastAlert is pointing at the wrong Elasticsearch instance?
You could debug the problem by changing the index to
"*"
and switching from a term filter to a query_string filter of"*"
. Then, once you start getting hits, begin narrowing down the index and filter to help isolate the problem.