Closed bronius closed 6 years ago
When configuring a new or editing existing Alert Configuration, the help text under the Custom Message refers to an older (1.3) version of Graylog but should refer to 2.3 (and under a different section in docs at that). See:
In: https://github.com/graylog-labs/graylog-plugin-slack/blob/bd1cc8061cdf80b301c5283d16abed1772b96b11/src/main/java/org/graylog2/plugins/slack/configuration/SlackConfigurationRequestFactory.java#L52 the URL: http://docs.graylog.org/en/1.3/pages/streams.html should probably be: http://docs.graylog.org/en/2.3/pages/streams/alerts.html#email-alert-notification or maybe without the named anchor if that's likely to change.
http://docs.graylog.org/en/1.3/pages/streams.html
http://docs.graylog.org/en/2.3/pages/streams/alerts.html#email-alert-notification
Good catch. All fixed in 3.0.1
When configuring a new or editing existing Alert Configuration, the help text under the Custom Message refers to an older (1.3) version of Graylog but should refer to 2.3 (and under a different section in docs at that). See:
In: https://github.com/graylog-labs/graylog-plugin-slack/blob/bd1cc8061cdf80b301c5283d16abed1772b96b11/src/main/java/org/graylog2/plugins/slack/configuration/SlackConfigurationRequestFactory.java#L52 the URL:
http://docs.graylog.org/en/1.3/pages/streams.html
should probably be:http://docs.graylog.org/en/2.3/pages/streams/alerts.html#email-alert-notification
or maybe without the named anchor if that's likely to change.