Add the notification title in teams notifications.
What
Every Graylog notification in Teams looks like this :
The title says "card", and there is no icon.
I would expect the title to be the Graylog notification title instead of "card, like it is for LibreNMS:
Why
This modification would allow us to know what is happening from our phone / computer notifications, without going to the Teams channel.
How
According to this Microsoft article, the summary field has to be filled.
I think it should be in the file TeamsMessage.java, in the TeamsMessage class, where we could define a FIELD_SUMMARY mathing the notification title and add it to json properties.
Description
Add the notification title in teams notifications.
What
Every Graylog notification in Teams looks like this : The title says "card", and there is no icon.
I would expect the title to be the Graylog notification title instead of "card, like it is for LibreNMS:
Why
This modification would allow us to know what is happening from our phone / computer notifications, without going to the Teams channel.
How
According to this Microsoft article, the summary field has to be filled. I think it should be in the file TeamsMessage.java, in the
TeamsMessage
class, where we could define aFIELD_SUMMARY
mathing the notification title and add it to json properties.