Graylog2 / Graylog2/graylog-plugin-integrations

Slack Plugin Details Page - Notification Type is not supported

Open
#625 0 comments 0 reactions 1 assignee Claimed by @lingpri View on GitHub
#M bug
Dominant language
Java
Stars
17
Forks
14
PR merge metrics
No merged PRs in 30d

Description

## Description
clicking the title `https:/hostname.domain.com/alerts/notifications/{notificationid}` gives an error `Slack Notification Type` not supported.

## Steps To Reproduce
1.create a slack notification.
2.click the `title` of the slack notification.
3.details page is rendering, that Slack Notification is not supported.

![Slack_Notification_Testing](https://user-images.githubusercontent.com/6947168/97922107-92dcc400-1d21-11eb-90d1-985829a8a6a0.png)

## Possible Solution - add details component like below :
```eventNotificationTypes: [
{
type: 'slack-notification-v1',
displayName: 'Slack Notification',
formComponent: SlackNotificationForm,
summaryComponent: SlackNotificationSummary,
detailsComponent:SlackDetailsComponent,
defaultConfig: SlackNotificationForm.defaultConfig,
},
]
```

## Environment

- Graylog Version:4.0
- Elasticsearch Version:7.x
- MongoDB Version:
- Browser Version:

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.