Add group field to iis packages - #20549
Merged
Merged
Conversation
Contributor
✅ 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. |
Contributor
|
✅ All changelog entries have the correct PR link. |
mrodm
approved these changes
Aug 7, 2026
Contributor
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
error |
3831.42 | 3184.71 | -646.71 (-16.88%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
History
|
mykola-elastic
approved these changes
Aug 11, 2026
ishleenk17
approved these changes
Aug 11, 2026
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
Contributor
|
Package iis - 1.24.9 containing this change is available at https://epr.elastic.co/package/iis/1.24.9/ |
Contributor
|
Package iis_otel - 0.5.2 containing this change is available at https://epr.elastic.co/package/iis_otel/0.5.2/ |
Contributor
|
Package iis_otel_input - 0.1.2 containing this change is available at https://epr.elastic.co/package/iis_otel_input/0.1.2/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Add
group: iisto the manifest of all iis-related packages:iis,iis_otel,iis_input_otel.WHAT: Adds a
groupfield to each package'smanifest.yml, immediately after thetypefield, with the valueiis. 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 iis observability stack from a single entry point.Checklist
changelog.ymlfile.Author's Checklist
group: iisappears in all 3 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": "iis". Example:{ "name": "iis", "version": "1.24.9", "type": "integration", "group": "iis" }Related issues
Screenshots