diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 6d6f183c59f..18a1013788a 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -540,6 +540,10 @@ field. You can revert this change by configuring tags for the module and omittin - Cloud Foundry metadata is cached to disk. {pull}20775[20775] - Add option to select the type of index template to load: legacy, component, index. {pull}21212[21212] - Release `add_cloudfoundry_metadata` as GA. {pull}21525[21525] +- Add support for OpenStack SSL metadata APIs in `add_cloud_metadata`. {pull}21590[21590] +- Add cloud.account.id for GCP into add_cloud_metadata processor. {pull}21776[21776] +- Add proxy metricset for istio module. {pull}21751[21751] +- Added Kafka version 2.2 to the list of supported versions. {pull}22328[22328] *Auditbeat* diff --git a/libbeat/common/kafka/version.go b/libbeat/common/kafka/version.go index 1ca8472a97b..f39f019441e 100644 --- a/libbeat/common/kafka/version.go +++ b/libbeat/common/kafka/version.go @@ -78,6 +78,7 @@ var ( "2.0.1": sarama.V2_0_1_0, "2.0": sarama.V2_0_1_0, "2.1": sarama.V2_1_0_0, + "2.2": sarama.V2_2_0_0, "2": sarama.V2_1_0_0, } )