Update changelog

pull/3490/head
Brandon Farmer 2018-05-18 15:45:34 -07:00
parent cf6d4cc9b1
commit 9ec8162f51
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
1. [#3386](https://github.com/influxdata/chronograf/pull/3386): Add support for Kafka in UI to configure and create alert handlers
1. [#3416](https://github.com/influxdata/chronograf/pull/3416): Add support for disabling kapacitor services
1. [#3465](https://github.com/influxdata/chronograf/pull/3465): Add support for multiple slack configurations in the UI
1. [#3490](https://github.com/influxdata/chronograf/pull/3490): Add support for multiple kafka configurations in the UI
### UI Improvements

View File

@ -242,7 +242,7 @@ export const HANDLERS_TO_RULE: FieldsFromAllAlerts = {
'service',
],
hipChat: ['room'],
kafka: ['cluster', 'topic', 'template'],
kafka: ['id', 'cluster', 'topic', 'template'],
opsGenie: ['teams', 'recipients'],
opsGenie2: ['teams', 'recipients'],
pagerDuty: [],