Hi guys , after following: https://docs.graylog.org/en/3.1/pages/installation/docker.html#volume-mounted-plugin
Add the line ,docker-compose.yml line:
image: graylog/graylog:3.1
restart: always
volumes:
- ./graylog/plugin/telegram-alert-2.1.0.jar:/usr/share/graylog/plugin/telegram-alert-2.1.0.jar
- graylog_journal:/usr/share/graylog/data/journal
Restartinf docker-compose…
Now , in GL web again , I can not see where is the telegram plugin.
1_ It is not listed under notifcations types.
2 _ It is not listed under plugins , under system/configurations
3 _ I can see telegram_alert-2.1.1.jar is properly listed in /usr/share/graylog/plugin folder , along with other .jar plugins.
Hello Jan, thanks for your response:
1_ Uploaded last plugin version “2.2.0” , that requires Graylog 2.0 or later.
Im using graylog ver 3.1. So versions compatibility should be ok.
2_checking if plugin is loaded during startup.
How can I do this check ? (Im using docker container version)
I can connect to container cli, but , can not find logs … and can not restart service from there.
Dear Jan , im using this one.
After looking at portainer logs , I founded:
2019-09-26 14:25:39,062 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Telegram Alert 2.2.0 [de.sandstorm_projects.telegramAlert].
About release notes on how to use, I found:
“Please update your message templates to the new default template and set Parse Mode to HTML .”
But … again … can not find where to edit my “message templates” , and can not see “telegram alert” under notifications type.