POC script for computing "supported plugins"#122
Draft
donoghuc wants to merge 1 commit into
Draft
Conversation
This shows a quick POC for generating a source for "supported plugins" in logstash that can be used in CI workflows (and human debugging) use cases. It does computations based on the versions maintained in logstash-versions.yml and the corresponding lockfiles in the logstash major.minor branch. If we agree on this direction and data shape we can run this in a github action to keep it up to date.
alexcams
reviewed
Apr 10, 2026
| - name: logstash-filter-drop | ||
| branches: | ||
| - main | ||
| - name: logstash-filter-elastic_integration |
There was a problem hiding this comment.
I don't think it's a problem, just in case, this plugin is not in logstash-plugins org: https://github.com/elastic/logstash-filter-elastic_integration
Maybe we'd need to take it in mind for future CI scripts/actions.
Contributor
Author
There was a problem hiding this comment.
Yeah, that is a special case... Good call out.
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.
This shows a quick POC for generating a source for "supported plugins" in logstash that can be used in CI workflows (and human debugging) use cases. It does computations based on the versions maintained in logstash-versions.yml and the corresponding lockfiles in the logstash major.minor branch. If we agree on this direction and data shape we can run this in a github action to keep it up to date.