-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
opensearch output plugin compatible with logstash #16877
Comments
Hi @SarangBS there's an Opensearch output plugin maintained by Opensearch here https://github.com/opensearch-project/logstash-output-opensearch |
hey @jsvd thanks for the reply do u have any idea how i can use it |
installing the plugin can be done using the Logstash's plugin manager: You can either tell your provision tool to run this command, or create a custom docker image with this extra layer, or prepare a logstash tarball with the plugin already installed using https://www.elastic.co/guide/en/logstash/current/offline-plugins.html |
hey @jsvd i am trying to do it through init container this is my configuration initContainers:
extraVolumes:
i will be adding this in the values.yaml file |
those are more questions about using k8s. initcontainers are containers that run before the application does, so the plugin installation will be in a separate containers from the actual application. I apologize for the inconvenience, but this is a usage question, and should be asked at https://discuss.elastic.co. GitHub is for coding issues and error reporting. |
I have deployed logstash and opensearch in ec2 instance
i have used bitnami helm chart for logstash
i am trying to send output from logstash to opensearch but i am unable to find a suitable plugin to do so
i need to send output to opensearch
currently the configuration of logstash is as follows
the elasticsearch plugin is not working
the opensearch version currently in use is 2.4.0
is there any way
or is there any alternative available
i dont want to use elasticsearch since we are using opensearch for graylog
The text was updated successfully, but these errors were encountered: