Kibana v 7.13.3
Hi! I created Rule with "Index threshold". I set
INDEX (I chose index pattern for datastream and "Time field")
WHEN count()
OVER all documents
IS BELOW 10000
FOR THE LAST 10 minutes
Problem: When events enter the index rule works is fine. When docs less then my value in "IS BELOW 10000" a get allert.
BUT if index(datastream) is absent or docs isn't enter to index mode then value "FOR THE LAST " I see on the "Alert Visualisation" that "count()" is zero it's less when trashhold. But alert doesn't work. I tried set instead BELOW to BETWEEN and use value from 0 to 1 but it doesn't help me.