Skip to content

[statsd_input] make package available in 9.x stack (update format_version) - #14462

Merged
mykola-elastic merged 3 commits into
elastic:mainfrom
mykola-elastic:statsd_input_make_available_in_9
Jul 10, 2025
Merged

[statsd_input] make package available in 9.x stack (update format_version)#14462
mykola-elastic merged 3 commits into
elastic:mainfrom
mykola-elastic:statsd_input_make_available_in_9

Conversation

@mykola-elastic

@mykola-elastic mykola-elastic commented Jul 9, 2025

Copy link
Copy Markdown
Contributor

The description of package version '0.5.0' is "Add support for Kibana 9.0.0." but the package is not visible there due to old format_version.
This PR updates the manifest.yml to fix the problem.

Proposed commit message

See title.

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

  • Run elastic stack version 9.0.0 or 9.1.0
  • Navigate to integrations and check if it is available (need to check the "show beta integrations")
  • (Optional) install integration, generate some data echo "foo:2|c" | nc -u -w0 <your_agent_host> 8125 and check if it gets to the metrics-* statsd dataset

Related issues

Screenshots

@mykola-elastic mykola-elastic self-assigned this Jul 9, 2025
@mykola-elastic mykola-elastic added Integration:statsd_input StatsD Input Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] bugfix Pull request that fixes a bug issue labels Jul 9, 2025
@mykola-elastic

Copy link
Copy Markdown
Contributor Author

Tested on elastic stack 8.18.3, 9.0.0-SNAPSHOT, 9.1.0-SNAPSHOT

  • checked that it is visible on the integration page
  • installed to a local agent and generated some data, checked if it gets to the "Discover" page
@mykola-elastic
mykola-elastic marked this pull request as ready for review July 9, 2025 09:44
@mykola-elastic
mykola-elastic requested a review from a team as a code owner July 9, 2025 09:44
@elasticmachine

Copy link
Copy Markdown

💚 Build Succeeded

History

cc @mykola-elastic

@mykola-elastic
mykola-elastic requested a review from ishleenk17 July 9, 2025 11:29
@ishleenk17

Copy link
Copy Markdown
Member

Please verify it with 9.0.3 for reconfirming.
Otherwise looks good!

@mykola-elastic

Copy link
Copy Markdown
Contributor Author

Additionally verified for 9.0.3

@mykola-elastic
mykola-elastic merged commit fa3dae8 into elastic:main Jul 10, 2025
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

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

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

Labels

bugfix Pull request that fixes a bug issue Integration:statsd_input StatsD Input Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]

3 participants