Change {message.timestamp} to another timezone

Hi,

My Graylog Server is configured to send telegram messages based on some count of firewall drops received. I have one question:

Is it possible to change the {message.timestamp} variable to another timezone? (in my case, America/Cuiaba, Brazil = -4:00

My Telegram notification has these parameters:

[${stream.title}](${stream_url})
${foreach backlog message}
```${message.message}```

```${message.timestamp}```
${end}

The messages received show {message.timestamp} in UTC timezone
In this example

2021-03-02T14:10:10.979Z

Full message:

Firewall Drops

RTR-FW-NNN-NNN-01: DROP >> GERENCIA-A96: in:v2701-PE out:v3096-Gerencia-A96 
src-mac b8:69:f4:09:49:ca, proto TCP (SYN), 
100.80.216.130:59862->172.16.96.141:80, len 52

2021-03-02T14:10:10.979Z

But I would like to show the message with correct time received, that was at 10:10 (-4:00) instead of 14:10 (UTC)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.