Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick to 7.x: Adding Kafka version 2.2 (#22328) #22340

Merged
merged 1 commit into from Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Expand Up @@ -547,6 +547,7 @@ field. You can revert this change by configuring tags for the module and omittin
- 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
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