Skip to content

Clarify titles and descriptions of various packages of same technology#19526

Open
MichelLosier wants to merge 3 commits into
elastic:mainfrom
MichelLosier:clarify-package-title-and-desc
Open

Clarify titles and descriptions of various packages of same technology#19526
MichelLosier wants to merge 3 commits into
elastic:mainfrom
MichelLosier:clarify-package-title-and-desc

Conversation

@MichelLosier

Copy link
Copy Markdown
Contributor

Proposed commit message

Updates the titles and descriptions of various packages that observe the same technology to clarify their distinction

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

  • [ ]

How to test this PR locally

Related issues

Screenshots

@MichelLosier MichelLosier added the enhancement New feature or request label Jun 15, 2026
@MichelLosier MichelLosier requested review from a team as code owners June 15, 2026 16:43
@github-actions

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

elastic-vault-github-plugin-prod Bot commented Jun 15, 2026

Copy link
Copy Markdown

🚀 Benchmarks report

Package apache 👍(0) 💚(0) 💔(2)

Expand to view
Data stream Previous EPS New EPS Diff (%) Result
access 2747.25 2109.7 -637.55 (-23.21%) 💔
error 4405.29 3610.11 -795.18 (-18.05%) 💔

Package apache_tomcat 👍(4) 💚(1) 💔(4)

Expand to view
Data stream Previous EPS New EPS Diff (%) Result
access 2409.64 1524.39 -885.25 (-36.74%) 💔
catalina 14705.88 9803.92 -4901.96 (-33.33%) 💔
localhost 15384.62 12345.68 -3038.94 (-19.75%) 💔
session 27027.03 16129.03 -10898 (-40.32%) 💔

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

Expand to view
Data stream Previous EPS New EPS Diff (%) Result
log 9615.38 8130.08 -1485.3 (-15.45%) 💔

Package mysql 👍(1) 💚(1) 💔(1)

Expand to view
Data stream Previous EPS New EPS Diff (%) Result
slowlog 26315.79 19607.84 -6707.95 (-25.49%) 💔

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

Expand to view
Data stream Previous EPS New EPS Diff (%) Result
audit 3703.7 2092.05 -1611.65 (-43.51%) 💔

To see the full report comment with /test benchmark fullreport

@jmikell821 jmikell821 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed all the title/description updates. Everything from my end LGTM!

@andrewkroh andrewkroh added Integration:nginx_otel_input NGINX OpenTelemetry Input Package Integration:prometheus_input Prometheus Input Integration:redis_input_otel Redis OpenTelemetry Input Package Integration:redisenterprise Redis Enterprise Integration:iis IIS Integration:mysql_input_otel MySQL OpenTelemetry Input Package Integration:apache_input_otel Apache HTTP Server OpenTelemetry Input Package Integration:apache Apache HTTP Server Integration:apache_spark Apache Spark Integration:iis_otel_input IIS OpenTelemetry Input Package Integration:docker_input_otel Docker OpenTelemetry Input Package Integration:prometheus Prometheus Integration:mysql_enterprise MySQL Enterprise Integration:nginx Nginx Integration:kafka_connect Kafka Connect Integration:nginx_ingress_controller Nginx Ingress Controller Logs Integration:prometheus_input_otel_raw Prometheus OTel Scrape (Bring Your Own Config) Integration:kafka_input_otel Kafka OpenTelemetry Input Integration:docker Docker labels Jun 15, 2026
@andrewkroh andrewkroh added Integration:redis Redis Integration:prometheus_input_otel Prometheus OTel Scrape (Guided) Integration:kafka Kafka Integration:kafka_log Custom Kafka Logs Integration:apache_tomcat Apache Tomcat Integration:mysql MySQL Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] Team:obs-ds-hosted-services Observability Hosted Services team [elastic/obs-ds-hosted-services] Team:Security-Windows Platform Security Windows Platform team [elastic/sec-windows-platform] Team:Ecosystem Packages Ecosystem team [elastic/ecosystem] labels Jun 15, 2026
@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform)

@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

Pinging @elastic/ecosystem (Team:Ecosystem)

@teresaromero teresaromero left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

READMES and any other doc that is referencing the title and description should be align with changes. i think the best will be asking claude to go through all the updated integrations and make sure _dev/build/docs/README.md is aligned with the changes and then regenerate docs/README.md with elastic-package build command (this one is generated from the template one)

i was trying to look if the title or description was referenced as a template variable but it appears they are hardcoded.... also keep in mind i see some packages not having the template (_dev/build/docs) but directly the docs/README.md

A quick way to check this is seen correctly is by using the elastic-package tool. When running elastic-package stack up within the root of the integrations repository, the local registry used on the stack includes the local builds of the packages... so for instance, you could elastic-package foearch -- build (this builds all the packages) and then run the stack. When you go to the local kibana you should be able to see the tiles renamed and the package documentation updated. let me know if you have any doubt

EDIT: also, could we wrap up a small skill/rule/X where the style on titles and descriptions are stablished so future itegrations follow the same aproach. i am thinking on referencing an AI agent to review the integration and check for this (as for example we use Vale linting for written style)

@andrewkroh andrewkroh added the documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. label Jun 16, 2026
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

✅ All changelog entries have the correct PR link.

@MichelLosier

MichelLosier commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Thanks for the catch there @teresaromero! I've updated the Readmes in 62e33b7

@elasticmachine

Copy link
Copy Markdown

💚 Build Succeeded

History

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

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Integration:apache_input_otel Apache HTTP Server OpenTelemetry Input Package Integration:apache_spark Apache Spark Integration:apache_tomcat Apache Tomcat Integration:apache Apache HTTP Server Integration:docker_input_otel Docker OpenTelemetry Input Package Integration:docker Docker Integration:iis_otel_input IIS OpenTelemetry Input Package Integration:iis IIS Integration:kafka_connect Kafka Connect Integration:kafka_input_otel Kafka OpenTelemetry Input Integration:kafka_log Custom Kafka Logs Integration:kafka Kafka Integration:mysql_enterprise MySQL Enterprise Integration:mysql_input_otel MySQL OpenTelemetry Input Package Integration:mysql MySQL Integration:nginx_ingress_controller Nginx Ingress Controller Logs Integration:nginx_otel_input NGINX OpenTelemetry Input Package Integration:nginx Nginx Integration:prometheus_input_otel_raw Prometheus OTel Scrape (Bring Your Own Config) Integration:prometheus_input_otel Prometheus OTel Scrape (Guided) Integration:prometheus_input Prometheus Input Integration:prometheus Prometheus Integration:redis_input_otel Redis OpenTelemetry Input Package Integration:redis Redis Integration:redisenterprise Redis Enterprise Team:Ecosystem Packages Ecosystem team [elastic/ecosystem] Team:obs-ds-hosted-services Observability Hosted Services team [elastic/obs-ds-hosted-services] Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] Team:Security-Windows Platform Security Windows Platform team [elastic/sec-windows-platform]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants