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

newest Logstash versions #149

Closed
tgueldner-mms opened this issue Jun 16, 2022 · 4 comments
Closed

newest Logstash versions #149

tgueldner-mms opened this issue Jun 16, 2022 · 4 comments

Comments

@tgueldner-mms
Copy link

We are facing this issue elastic/logstash#8480 which seems to be fixed in Logstash version 7.17.1.

The latest version of logstash-oss-with-opensearch-output-plugin I can found is 7.16.3 (https://hub.docker.com/r/opensearchproject/logstash-oss-with-opensearch-output-plugin/tags), published 4 months ago.

There are many logstash versions released already. 5 releases for 7.17.x and the new 8.x releases as well.

What is your plan to catch up all these logstash releases? I would expect that your build pipelines will release the pre-built logstash-with-opensearch-output-plugin rigth after a new Logstash release comes out.

As an alternative we need to bundle this release by ourself.

@brijos
Copy link

brijos commented Jun 17, 2022

@tgueldner-mms are you finding that the plugin is not working? I know of an issue with 8.x clients that we are looking into. I have not heard of breaking changes in Logstash which require an update to the output and input clients other than what I highlighted.

@tgueldner-mms
Copy link
Author

tgueldner-mms commented Jun 20, 2022

Hi @brijos,
I don't mean the openseach-output-plugin. This works fine. Maybe this is a misunderstanding.
My question was related to the prebuild docker image which combines logstash and this output-plugin, you can find at: https://hub.docker.com/r/opensearchproject/logstash-oss-with-opensearch-output-plugin/tags
Deployed "By opensearchproject • Updated 4 months ago
The Official Docker Image of Logstash with OpenSearch Output Plugin (https://opensearch.org/)"

Latest version of this image is 7.16.3 and we need to run newer Logstash docker container with opensearch-output-plugin (reason: see my first post).

As this image is deployed by opensearch I'm asking how the team want to handle updates of Logstash in future. The documentation still claims to use Docker + Logstash + Opensearch Output Plugin (https://opensearch.org/docs/latest/clients/logstash/index/#docker) which makes no sense if the image stucks in 7.16.3.

I want to know if we should create this Docker image by ourself or if there are plans to catch up the missing Logstash releases.

Until now I couldn't find the corresponding Dockerfile which was used to build logstash-oss-with-opensearch-output-plugin.

@Jon-AtAWS
Copy link
Member

Hi @tgueldner-mms,

Have you tried deploying Logstash 7.17.1 and then adding the logstash output plugin separately? That should work and get you moving forward. Please let us know if that doesn't work.

Jon

@nobletrout
Copy link

The opensearch documentation and downloads steers people towards downloading the version listed here under ingest tools which is pinned at 7.16.3. There are many nice features in the latest version. If the guidance is to provide an opensearch plugin which needs to be installed, it would be nice to provide documentation and releases related to that instead of providing a bundled logstash pinned at an older version. This introduces bitrot, vulnerability growth, and encourages bad practices for deployment.

Could you either provide:

  1. clear instructions on how to install the ruby gem/plugin using logstash specific tools
  2. a supported and maintained image of logstash with the plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants