Skip to content

Add group field to iis packages - #20549

Merged
teresaromero merged 5 commits into
elastic:mainfrom
teresaromero:add-group-field-iis
Aug 11, 2026
Merged

Add group field to iis packages#20549
teresaromero merged 5 commits into
elastic:mainfrom
teresaromero:add-group-field-iis

Conversation

@teresaromero

Copy link
Copy Markdown
Contributor

Proposed commit message

Add group: iis to the manifest of all iis-related packages: iis, iis_otel, iis_input_otel.

WHAT: Adds a group field to each package's manifest.yml, immediately after the type field, with the value iis. Each package receives a patch version bump and a corresponding changelog entry.

WHY: The Kibana UI uses the group field 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

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • Verify group: iis appears in all 3 package manifests.
  • Verify the Kibana UI renders the iis technology tile correctly grouping all packages.

How to test this PR locally

Start a local registry (v1.40.0) pointing at this branch using elastic-package v0.126.0 and query each package:

elastic-package stack up

Requires elastic-package v0.126.0, which starts the registry at v1.40.0.

GET https://localhost:8080/search?package=iis
GET https://localhost:8080/search?package=iis_otel
GET https://localhost:8080/search?package=iis_input_otel

Each response should contain "group": "iis". Example:

GET https://localhost:8080/search?package=iis
{
  "name": "iis",
  "version": "1.24.9",
  "type": "integration",
  "group": "iis"
}

Related issues

Screenshots

@teresaromero
teresaromero requested a review from a team as a code owner August 5, 2026 10:59
@teresaromero teresaromero added the enhancement New feature or request label Aug 5, 2026
@teresaromero
teresaromero requested a review from a team as a code owner August 5, 2026 10:59
@teresaromero teresaromero added the enhancement New feature or request label Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
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.

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

✅ All changelog entries have the correct PR link.

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

🚀 Benchmarks report

Package iis 👍(1) 💚(0) 💔(1)

Expand to view
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

@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

💚 Build Succeeded

History

@mergify

mergify Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@teresaromero
teresaromero merged commit 3eaa7af into elastic:main Aug 11, 2026
9 checks passed
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package iis - 1.24.9 containing this change is available at https://epr.elastic.co/package/iis/1.24.9/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package iis_otel - 0.5.2 containing this change is available at https://epr.elastic.co/package/iis_otel/0.5.2/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants