TelegramAlert Versions Save

🔔 Telegram Notification Plugin for Graylog

v2.4.0

1 year ago

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

1 year ago

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

2 years ago

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

2 years ago

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

2 years ago

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

2 years ago

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}
      

TelegramAlert currently has 59 ⭐ stars.

v2.3.4

2 years ago

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 (56030e487a7866c6df82cc461cff855051b5d571 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. (56030e487a7866c6df82cc461cff855051b5d571 fixes #37)

TelegramAlert currently has 57 ⭐ stars.

v2.3.3

3 years ago

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 :tada: This was only a cosmetic bug and did not actually cause any issues.

TelegramAlert currently has 52 ⭐ stars.

v2.3.2

3 years ago

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.

v2.3.1

3 years ago

This release now requires Graylog 3.3.0 or later. Using the latest Graylog version is always recommended.

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: Update frontend to Graylog 3.3.0 (fixes #28)
  • FIX: Import as few frontend components from Graylog as possible (this should prevent things from breaking in the future)
  • File size has decreased from 5.11 MB to 2.13 MB, yay \o/

TelegramAlert currently has 36 ⭐ stars.