Skip to content

Add group field to mysql packages - #20547

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

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

Conversation

@teresaromero

Copy link
Copy Markdown
Contributor

Proposed commit message

Add group: mysql to the manifest of all mysql-related packages: mysql, mysql_enterprise, mysql_input_otel, mysql_otel.

WHAT: Adds a group field to each package's manifest.yml, immediately after the type field, with the value mysql. 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 mysql 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: mysql appears in all 4 package manifests.
  • Verify the Kibana UI renders the mysql 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=mysql
GET https://localhost:8080/search?package=mysql_enterprise
GET https://localhost:8080/search?package=mysql_input_otel
GET https://localhost:8080/search?package=mysql_otel

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

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

Related issues

Screenshots

@teresaromero
teresaromero requested a review from a team as a code owner August 5, 2026 10:58
@teresaromero teresaromero added the enhancement New feature or request label Aug 5, 2026
@teresaromero
teresaromero requested review from a team as code owners August 5, 2026 10:58
@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

To see the full report comment with /test benchmark fullreport

@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

💚 Build Succeeded

History

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

Copy link
Copy Markdown
Contributor

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

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

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

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

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

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

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

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

Labels

enhancement New feature or request

5 participants