Hi, can I setup an alert condition in Graylog based on field value greater than certain threshold?
for example, my message:
“sample alert, age: 100”
I want to get an alert when age > 60.
There’s this aggregate condition in alert but it does aggregation across multiple messages. What I need is much simpler than that,
Is this possible? How could I do that?