Add group field to kafka packages - #20548
Conversation
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
|
✅ All changelog entries have the correct PR link. |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Package kafka - 1.27.2 containing this change is available at https://epr.elastic.co/package/kafka/1.27.2/ |
|
Package kafka_connect - 0.1.2 containing this change is available at https://epr.elastic.co/package/kafka_connect/0.1.2/ |
|
Package kafka_input_otel - 0.1.2 containing this change is available at https://epr.elastic.co/package/kafka_input_otel/0.1.2/ |
|
Package kafka_log - 2.1.2 containing this change is available at https://epr.elastic.co/package/kafka_log/2.1.2/ |
|
Package kafka_otel - 0.3.1 containing this change is available at https://epr.elastic.co/package/kafka_otel/0.3.1/ |
Proposed commit message
Add
group: kafkato the manifest of all kafka-related packages:kafka,kafka_connect,kafka_input_otel,kafka_log,kafka_otel.WHAT: Adds a
groupfield to each package'smanifest.yml, immediately after thetypefield, with the valuekafka. Each package receives a patch version bump and a corresponding changelog entry.WHY: The Kibana UI uses the
groupfield to display related packages as a unified technology tile, allowing users to discover and install the full kafka observability stack from a single entry point.Checklist
changelog.ymlfile.Author's Checklist
group: kafkaappears in all 5 package manifests.How to test this PR locally
Start a local registry (v1.40.0) pointing at this branch using
elastic-packagev0.126.0 and query each package:Requires
elastic-packagev0.126.0, which starts the registry at v1.40.0.Each response should contain
"group": "kafka". Example:{ "name": "kafka", "version": "1.27.2", "type": "integration", "group": "kafka" }Related issues
Screenshots