opensearch-project / logstash-output-opensearch

A Logstash plugin that sends event data to a OpenSearch clusters and stores as an index.
https://opensearch.org/docs/latest/clients/logstash/index/
Apache License 2.0
106 stars 80 forks source link

List of Dependencies used #200

Closed krishnapyde closed 8 months ago

krishnapyde commented 1 year ago

Describe the bug Hello Team, Need some urgent help We are looking to use this plugin in our project, and as part of this (as an org mandate) we need to declare all the dependencies of this plugin along with the license notice for each of the dependencies used. We have earlier done the dependency extraction for Maven/Gradle-based projects. But this being a RUBY project and a plugin, we are not sure how to extract it. We need help extracting all the dependencies of this project. Can you please help us with this? Or if there is a list already available, can you point us to it?

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Plugins Please list all plugins currently enabled.

Screenshots If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

Additional context Add any other context about the problem here.

dlvenable commented 1 year ago

@krishnapyde ,

I'm not sure about a command-line tool to do this.

But, this data is available at rubygems.org.

For version 2.0.1 of this plugin:

https://rubygems.org/gems/logstash-output-opensearch/versions/2.0.1-java/dependencies

wbeckler commented 1 year ago

@krishnapyde did that answer your quesiton?