-
Notifications
You must be signed in to change notification settings - Fork 10
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
Logstash Elasticsearch Filter for OpenSearch #4
Comments
I moved this to opensearch-clients. |
I would also like to see an OpenSearch filter plugin implemented in Logstash. Is this feature being worked on yet? |
We don't have anything in the works at the moment. Is anyone interested in picking up the work? |
I've created a fork of the plugin that can talk to OpenSearch at https://github.com/jgough/logstash-filter-opensearch You can download the gem from the releases there and it should hopefully work. Install it using Then you can use it as you would expect:
|
Should now be able to install my plugin with the command |
@jgough Thanks! Would you be so kind to enable issues in your fork, and open (or I can open) an issue in your repo similar to opensearch-project/opensearch-plugin-template-java#4 about moving that repo into the org? Also we don't have to - if you're looking for more work to do, I would pickup a bunch of things from https://github.com/opensearch-project/.github to help grow a community around it (CONTRIBUTING, README, etc.). |
@dblock I've enabled issues so please go ahead. Let me know what I can do to help with this |
Hi, This new Can you please help? Created a new topic in Below are some relevant config and logs-
Here the host is secured- Error log:
Now, with the same config, if I enable
then the below error is occurring- Error log:
FYI, I have used Please note that the same settings works fine for https://www.elastic.co/guide/en/logstash/current/plugins-filters-elasticsearch.html Any suggestion will help me a lot. Thanks and regards, |
@pushanDev I am afraid of not being of much help, if https://github.com/jgough/logstash-filter-opensearch is not working then you should open bugs there; looks like 7 months since last time a commit was made in that repo, so it will take someone motivated to pick it up |
Okay @dblock, thank you, I shall do that. |
@pushanDev Hi, I don't have much time myself (nor much ruby experience) to maintain the plugin and was hoping someone official from the project would step in to take over on this. It seems strange to me that @dblock Still hoping someone official can pick this up and give it the attention it needs jgough/logstash-filter-opensearch#1 |
Thank you @jgough! |
My last attempt at finding someone to pick it up and do work on it hasn't succeeded, so I don't think moving it into the org makes much sense. But if it does get maintainers outside we'll happily move it in. |
Hey, have you managed to solve the issue? |
Is your feature request related to a problem? Please describe.
We are running OpenSearch 1.2.2 and are looking to use the logstash filter plugin "elasticsearch" for lookup and enrichment in other indices, before we send the logs to Opensearch and it's corresponding index. However, it seems that the logstash filter plugin "Elasticsearch" does not support OpenSearch. It complains with the following error message:
I originally created a forum post here for this problem and was asked to create a feature request for it.
Describe the solution you'd like
Attempt to let Logstash connect to an OpenSearch instance without failing the license check, or perhaps build a logstash plugin with features similar to the existing Elasticsearch filter plugin that is able to connect to Elasticsearch OSS and OpenSearch instances.
Describe alternatives you've considered
We have tried running this command in the cluster:
PUT _cluster/settings
but the license check still fails.
Additional context
The documentation for elasticsearch-filter-plugin: https://www.elastic.co/guide/en/logstash/current/plugins-filters-elasticsearch.html
The text was updated successfully, but these errors were encountered: