Hi,
every hour my firewall loads a new antivir database. In normal case, I receive 24 logs a day. When the download fails, I don’t receive any log.
Now I want to be informed when the count of logs are less than 20 a day.
I tried the following:
norm_id=FortiOS event_category=kevent sub_category=update message="Update result: virus db:yes*" | chart count() as "Count" by message | filter "Count" < 20
but this query doesn’t show my any results. I would like to see message and Count.
What should I modify?
Best regards,
Hans Vedder