Open iuad1a65 opened 4 months ago
Hi, I have a qyestion about Elastalert. I create new monitiring and I need create monitoring with dependencies. For example:
TIMEOUT_EXCEEDED,5m>100 or ExecutionTime = [^0]+"])>=10
how I can do this ?
This article https://elastalert2.readthedocs.io/en/latest/recipes/writing_filters.html or other dont say about rbles for : > < or = "numbers"
blok range For ranges on fields:
filter:
range: status_code: from: 500 to: 599
dont work, get it - https://elastalert2.readthedocs.io/en/latest/recipes/writing_filters.html
Hi, I have a qyestion about Elastalert. I create new monitiring and I need create monitoring with dependencies. For example:
TIMEOUT_EXCEEDED,5m>100 or ExecutionTime = [^0]+"])>=10
how I can do this ?
This article https://elastalert2.readthedocs.io/en/latest/recipes/writing_filters.html or other dont say about rbles for : > < or = "numbers"