Logstash with Opensearch plugin

I am trying to bring up logstash in kubernetes and connect it to elastic on an opensearch service. From my research I have been lead to believe that I should be using the opensearch plugin. I am using a helm chart so I overrode the logstash image tag with the [opensearch project logstash image](https://hub.docker.com/r/opensearchproject/logstash-oss-with-opensearch-output-plugin).

For some reason it appears this plugin is still not downloaded according to my pod logs.

Unable to configure plugins: (PluginLoadingError) Couldn't find any output plugin named 'opensearch'. Are you sure this is correct? Trying to load the opensearch output plugin resulted in this error: Unable to load the requested plugin named opensearch of type output. The plugin is not installed."

I am wondering if there is a better way to use this plugin on kubernetes?

can you elaborate on this part? thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.