Skip to content
New issue

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

Include an offline logstash zip in the release #229

Open
dblock opened this issue Sep 21, 2023 · 0 comments
Open

Include an offline logstash zip in the release #229

dblock opened this issue Sep 21, 2023 · 0 comments
Labels
enhancement Increases software capabilities beyond original client specifications

Comments

@dblock
Copy link
Member

dblock commented Sep 21, 2023

Is your feature request related to a problem? Please describe.

Logstash has a concept of an offline distribution with dependent gems. Release the output of that when a new version of logstash-output-opensearch is released and make it available for download.

Describe the solution you'd like

 docker pull opensearchproject/logstash-oss-with-opensearch-output-plugin:8.9.0
 docker run --rm -it --entrypoint bash opensearchproject/logstash-oss-with-opensearch-output-plugin:latest
 ./bin/logstash-plugin update logstash-output-opensearch
 Updated logstash-output-opensearch 2.0.1 to 2.0.2
 ./bin/logstash-plugin prepare-offline-pack --output logstash-offline-output-opensearch-2.0.2.zip logstash-output-opensearch
docker cp CONTAINER:/usr/share/logstash/logstash-offline-output-opensearch-2.0.2.zip /tmp

Upload the output somewhere.

@dblock dblock added the enhancement Increases software capabilities beyond original client specifications label Sep 21, 2023
@dblock dblock removed the untriaged label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Increases software capabilities beyond original client specifications
Projects
None yet
Development

No branches or pull requests

1 participant