Update changelog
parent
cf6d4cc9b1
commit
9ec8162f51
|
@ -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
|
||||
|
||||
|
|
|
@ -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: [],
|
||||
|
|
Loading…
Reference in New Issue