[statsd_input] make package available in 9.x stack (update format_version) - #14462
Merged
mykola-elastic merged 3 commits intoJul 10, 2025
Merged
Conversation
Contributor
Author
|
Tested on elastic stack
|
mykola-elastic
marked this pull request as ready for review
July 9, 2025 09:44
💚 Build Succeeded
History
|
|
Member
|
Please verify it with 9.0.3 for reconfirming. |
ishleenk17
approved these changes
Jul 10, 2025
Contributor
Author
|
Additionally verified for 9.0.3 |
Contributor
|
Package statsd_input - 0.5.1 containing this change is available at https://epr.elastic.co/package/statsd_input/0.5.1/ |
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.




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
changelog.ymlfile.I have verified that any added dashboard complies with Kibana's Dashboard good practicesAuthor's Checklist
How to test this PR locally
echo "foo:2|c" | nc -u -w0 <your_agent_host> 8125and check if it gets to themetrics-*statsddatasetRelated issues
Screenshots