-
-
Notifications
You must be signed in to change notification settings - Fork 153
Description
Was trying to use the message format feature described in:
https://www.parseable.io/docs/alerts#message and #331
i can create an alert with this message property value: "message": "Error: {label} {message}",
But when I trigger an alert, the message sent to the Slack target webhook is still:
"message": "Error: {label} {message}",
The placeholders and not replaced by the corresponding values.
Also, the documentation states:
The {status_code} is a placeholder that will be replaced with the value of the status column in the event that triggered the alert.
For the sake of clarity, should we read instead: [...] value of the status_code column [...] ?
Thanks!
ref: Slack conversation with @nitisht
Installed version
Commit:41029fd
Version:v0.7.1
UI Version:v0.3.4