Skip to content

Commit

Permalink
Adding Kafka version 2.2 (elastic#22328)
Browse files Browse the repository at this point in the history
* Adding Kafka version 2.2

* Adding CHANGELOG entry
  • Loading branch information
ycombinator committed Nov 2, 2020
1 parent cd0f0d0 commit aceec1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
1 change: 1 addition & 0 deletions libbeat/common/kafka/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
)
Expand Down

0 comments on commit aceec1c

Please sign in to comment.