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] Unexpected behaviour if remote Opensearch response is not "common" #236

Closed
zhavir opened this issue Feb 8, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@zhavir
Copy link

zhavir commented Feb 8, 2024

Describe the bug
I'm trying to setup my pipeline with the Logstash and OpenSearch plugin. The connection seems working fine until the client tries to read the response received by the remote Opensearch instance.

To Reproduce
Difficult to reproduce because it is a self-hosted Opensearch instance with a proxy API on top

Expected behavior
no expectation raised

Plugins
Please list all plugins currently enabled.

Screenshots
image

Additional context
Add any other context about the problem here.

@zhavir zhavir added bug Something isn't working untriaged labels Feb 8, 2024
@dblock
Copy link
Member

dblock commented Feb 8, 2024

Looks like the plugin always expects JSON. That feels by design, doesn't it?

@dblock dblock removed the untriaged label Feb 8, 2024
@zhavir
Copy link
Author

zhavir commented Feb 12, 2024

there was a problem from my side, I was sure that I was trying to contact directly an OpenSearch instance. Instead, it was an Logstash. I've solved the issue by using the http plugin

@zhavir zhavir closed this as completed Feb 12, 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