graylog-labs / graylog-plugin-pagerduty

A Graylog plugin that triggers PagerDuty events
https://www.graylog.org/
GNU General Public License v3.0
11 stars 11 forks source link

Support for Graylog 4 #22

Closed svenwltr closed 3 years ago

svenwltr commented 3 years ago

When installing on a Graylog 4.0.1 server it seems to properly load the plugin:

2021-01-07 15:31:24,683 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: PagerDutyNotificationPlugin 2.0.0 [org.graylog.plugins.pagerduty.PagerDutyNotificationPluginPlugin]

However there is no Pager Duty notification option:

image

I assume there is no Graylog 4 support yet, since I do not see any error in the Graylog logs.

bernd commented 3 years ago

@svenwltr The graylog-plugin-integrations-plugins package includes the PagerDuty plugin since 4.0. So there is no need to install this plugin separately anymore. See the integrations plugin installation instructions for more details.

I hope that helps.

svenwltr commented 3 years ago

Thanks @bernd, that worked. The install instructions were a bit confusing, because the listed versions still were for versions 3.x. I replaced the download URLs with 4.0.0 and it worked.