Hello,
I love the new alert system, which is way better than the old one, except the following points :
filter and aggregation : can I look for values between a maximum and a minimum ?
documentation : is it really up to date ?
notifications : how can i get a list of the usable variables in a template ? For instance : ${stream_url} doesn’t get me anything in
--- [Event Definition] ---------------------------
Title: ${event_definition_title}
Description: ${event_definition_description}
Type: ${event_definition_type}
--- [Stream] ---------------------------
Stream ID: ${stream.id}
Stream: ${stream_name}
${if stream_url}Stream Url: ${stream_url}${end}
--- [Event] --------------------------------------
Timestamp: ${event.timestamp}
Message: ${event.message}
Source: ${event.source}
Key: ${event.key}
Priority: ${event.priority}
Alert: ${event.alert}
Timestamp Processing: ${event.timestamp}
Timerange Start: ${event.timerange_start}
Timerange End: ${event.timerange_end}
Fields:
${foreach event.fields field} ${field.key}: ${field.value}
${end}
${if backlog}
--- [Backlog] ------------------------------------
Last messages accounting for this alert:
${foreach backlog message}
${message}
${end}
${end}