diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b6e458f..fffa36a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ui/src/kapacitor/constants/index.ts b/ui/src/kapacitor/constants/index.ts index aa2cdb6d4..04b5430fb 100644 --- a/ui/src/kapacitor/constants/index.ts +++ b/ui/src/kapacitor/constants/index.ts @@ -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: [],