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

[BUG] Enabling this plugin affect the elasticsearch output (Only Opensearch output works) #246

Open
initvik opened this issue Apr 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@initvik
Copy link

initvik commented Apr 15, 2024

Describe the bug
Enabling this plugin affects the elasticsearch output

To Reproduce
Steps to reproduce the behavior:

  1. Setup logs indexing to elasticsearch with an elasticsearch output (check the logs are indexing )
  2. install the opensearch output plugin
  3. Go to 'logstash config set two outputs (elastic and opensearch)'
  4. restart the logstash 'opensearch will be working but Elastic will fail to index the data'

Expected behavior
Failure in indexing logs to elasticsearch if the opensearch output plugin is enabled and the opensearch is configured as an output

Plugins
opensearch output plugin

Screenshots
NA

Host/Environment (please complete the following information):
All latest version of OS / ES / logstash

Additional context
NA

@initvik initvik added bug Something isn't working untriaged labels Apr 15, 2024
@dblock
Copy link
Member

dblock commented Apr 15, 2024

It sounds like a problem with the elasticsearch plugin that you may want to report there. However it may be something fixable on the side of the OpenSearch plugin, so let's keep it open. Do you have the errors from the elasticsearch plugin after restart?

@dblock dblock removed the untriaged label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants