Help needed with filter request and debug log level for elastalert2 installed via helm chart #1411
-
Hello. I'm using elastalert2 in k9s and installing it via helm chart (version 2.17.0).
The main idea is to get count of all warning and error messages from k9s namespace kafka and send alert to slack if they occures. The result is very strange - I have alerts in slack, but they are not correct. I have them even if there is no such log messages in elastic (checking by this request via kibana discover) and wrong num_hits and num_matches. What am I doing wrong? Btw, is there any way to set debug log level for elastalert2, installed via helm chart to see exact requests from elastalert2 to elasticsearch? Thanks for help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Yes, it is possible to enable debug logging using Your query is using lowercase Ex:
|
Beta Was this translation helpful? Give feedback.
-
I'm installing elastalert2 via helm chart:
Elastalert2 can connect to elasticsearch, creating index, making query, no errors or warnings except warning about verify certificates. |
Beta Was this translation helpful? Give feedback.
Yes, it is possible to enable debug logging using
extraConfigOptions
.Your query is using lowercase
and
andor
. These need to be UPPER case for Lucene query syntax.Ex: