I want to be notified when there are any FATAL messages. But Graylog is not sending the notification.
What I made:
- defined email notification with my Reply-To email address. It’s working.
- defined event with right stream and search query. Filter preview shows messages.
- other configuration:
- Search within the last: 1 hour (for test, to be sure it will find any messages)
- Execute search every: 1 minutes
- Create Events for Definition if: Rule: count() > 0
- Notification: wired with the previous defined notification
- Grace Period: Unchecked
- Message Backlog: Checked, 1
In the Event Definitions list it shows in
- ‘Last Matched’: 2 days ago. Why is that not working?
- Status: enabled
- Scheduling: Runs every 1 minutes, searching within the last 1 hour
- Scheduling Info: Status runnable,
- Next execution: current time + 1 min,
- Queued notifications: 0 <== what’s the meaning of that?
- More > Replay search: opens query with count() = 23 => so it should trigger the alert?
I use Graylog 6.1.2 Open
- List item
Did I missed something?