Skip to content

Message format feature not replacing placeholders with correct value #564

@jybleau

Description

@jybleau

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions