Releases: irgendwr/TelegramAlert
v2.5.0 πΊπ¦
This release requires Graylog 6.0.1 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
Personal note
I'm not having any fun maintaining this. My main motivation for continuing is that this is my most popular repository, but I'm considering to stop working on it if the next major Graylog release breaks it again. I can't even get it to build locally on my system anymore, it only works when building through GitHub Actions.
I also just now realized that I started this project over 6 years ago π€―
Anyway, I hope you're having a nice day.
In case you like this plugin I would be happy if you'd star βοΈ this repository.
If you want to support my work directly, you can sponsor me on GitHub.
TelegramAlert currently has 118 β stars.
Interesting to see that the graph looks quite linear:
v2.4.0 πΊπ¦
This release requires Graylog 5.0.1 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Support Graylog 5 (fix #51)
- Update documentation URLs
- Update dependencies
In case you like this plugin I would be happy if you could star βοΈ this repository to keep me motivated π
If you want to support my work directly, you can also sponsor me on GitHub.
TelegramAlert currently has 87 β stars.
v2.3.9 πΊπ¦
This release requires Graylog 4.3.2 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Update to Graylog 4.3.2 (fix #47)
- Update yarn dependencies
In case you like this plugin I would be happy if you could star βοΈ this repository to keep me motivated π
If you want to support my work directly, you can also sponsor me on GitHub.
TelegramAlert currently has 78 β stars.
v2.3.8 πΊπ¦
I'm not under the impression that this message will have any impact, but since it seems like some users of this plugin are from Russia, I'd like to take the opportunity to mention a few things:
It makes me sad and scared to see the current situation unfold. Ukrainian civilians are being wounded and killed. [1] [2] Russian troops have shelled a nuclear power plant, causing it to catch fire. [3] Meanwhile Russian lawmakers have approved a law that could cause Russians to βface prison sentences of up to 15 years for spreading information that goes against the Russian governmentβs position on the war in Ukraineβ. [4] Furthermore, Russian protesters are being arrested for activism against the war. [5] [6]
It's understandable if you don't feel safe to speak up against the injustice. Keeping yourself safe is important, so only engage in activism if you are prepared to deal with potential repressions. But the least that you can do is to keep yourself informed and make sure that the information that you base your opinions on come from reliable sources.
This is not the first time I've said something political here; in 2018 I've criticized Russia's ban of Telegram that also lead to a bunch of other services getting blocked. [7]
This release requires Graylog 4.2.7 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Updated dependencies
In case you like this plugin I would be happy if you could star βοΈ this repository to keep me motivated π
If you want to support my work directly, you can also sponsor me on GitHub.
TelegramAlert currently has 72 β stars.
v2.3.7
This release requires Graylog 4.2.2 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Fix: incompatibility with Graylog Enterprise Plugins (#43, #44 β thanks @fengkaijia)
- Update dependencies
In case you like this plugin I would be happy if you could star βοΈ this repository to keep me motivated π
If you want to support my work directly, you can also sponsor me on GitHub.
TelegramAlert currently has 67 β stars.
v2.3.6
This release requires Graylog 4.1.1 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Fix: saving the settings / changing chat IDs works again. This regression was introduced in v2.3.5. (fixes #39)
TelegramAlert currently has 59 β stars.
v2.3.5
This release requires Graylog 4.1.1 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Fix: send another message if original one is too long (fixes #38)
- This adds a new template variable called
message_too_long
- If the custom message is also too long, a default is used:
An alert was triggered, but the message was too long. Please check the Graylog interface for details.
- The new default template is the following:
<b>${event.message}</b>${if event.timerange_start} Timerange: ${event.timerange_start} to ${event.timerange_end}${end}${if streams} Streams:${foreach streams stream} <a href='${stream.url}'>${stream.title}</a>${end}${end} ${if message_too_long} An alert was triggered, but the message was too long. Please check the Graylog interface for details. ${else}${if backlog}<code>${foreach backlog message} ${message.message} ${end}</code>${else} <i>- no backlog -</i> ${end} ${end}
- This adds a new template variable called
TelegramAlert currently has 59 β stars.
v2.3.4
This release requires Graylog 4.0.8 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Fix: treat http 400 responses as permanent errors (56030e4 fixes #37)
- Check if message is too long before sending; Note: This may not be accurate as this doesn't take Telegrams entity parsing into account. (56030e4 fixes #37)
TelegramAlert currently has 57 β stars.
v2.3.3
This release requires Graylog 4.0.3 or later (tested on Graylog 4.0.3 and 4.0.5)
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Fix: "Notification type not supported" is no longer shown π
This was only a cosmetic bug and did not actually cause any issues.
TelegramAlert currently has 52 β stars.
v2.3.2
This release requires Graylog 4.0.3 or later
To update the plugin you need to remove the old telegram-alert-x.x.x.jar
file from your plugins folder and follow the installation instructions again.
Changelog
- Fix: fixed compatibility with Graylog 4 (#31)
- CI: switched from Travis to GitHub Actions
- Chore: updated dependencies
TelegramAlert currently has 50 β stars.