We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the dependencies for the plugins are declared as runtime dependencies. But in reality some of the dependencies are only used to make the test run.
One of the gem with the problem is the ruby filter (https://github.com/logstash-plugins/logstash-filter-ruby)
# Gem dependencies s.add_runtime_dependency 'logstash', '>= 1.4.0', '< 2.0.0' s.add_runtime_dependency 'logstash-filter-date'
The text was updated successfully, but these errors were encountered:
@ph is this still an issue
Sorry, something went wrong.
Yes this is still an issue, we will have to go through all the plugins to make the changes. I dont think we can automate it.
No branches or pull requests
All the dependencies for the plugins are declared as runtime dependencies.
But in reality some of the dependencies are only used to make the test run.
One of the gem with the problem is the ruby filter (https://github.com/logstash-plugins/logstash-filter-ruby)
The text was updated successfully, but these errors were encountered: