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

Update description of Kafka protocol version to mention required value for Kafka 4.0 #11655

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/kafka_log/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
When using Kafka 4.0 and newer, the version must be set to at least `"2.1.0"`.
- version: "1.7.1"
changes:
- description: Update 'version' field to indicate that when using Kafka 4.0 and newer, the version must be set to at least `"2.1.0"`.
type: enhancement
link: https://github.com/elastic/integrations/pull/11655
- version: "1.7.0"
changes:
- description: ECS version updated to 8.11.0. Update the kibana constraint to ^8.13.0. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template.
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka_log/data_stream/generic/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ streams:
- name: version
type: text
title: Version
description: The version of the Kafka protocol to use (defaults to "1.0.0").
description: The version of the Kafka protocol to use (defaults to "1.0.0"). When using Kafka 4.0 and newer, the version must be set to at least `"2.1.0"`.
required: false
show_user: true
- name: expand_event_list_from_field
Expand Down