-
Notifications
You must be signed in to change notification settings - Fork 207
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] Can't connect to OpenSearch if Build Flavor is not returned #4654
Comments
Looks like elasticsearch returns this value but opensearch does not. Elasticsearch Source: https://github.com/elastic/elasticsearch/blob/e47ec4efc99ca4e643b7e6195b86c1ecdcdfac45/modules/rest-root/src/main/java/org/elasticsearch/rest/root/MainResponse.java#L71 |
Similar to - #3640 |
@kclinden , We do allow for configuring the Line 92 in 980b0ec
Here is the configuration parameter: Lines 66 to 67 in 980b0ec
And this shows the valid values: Line 141 in 980b0ec
For example:
|
We need to add this to the documentation. It is not present now. |
@dlvenable thanks. That gets met further. When I set that though my pipeline hangs at the following
|
Describe the bug
Pipeline failing to connect to OpenSearch when BuildFlavor is not returned from root OpenSearch api. Source seems to point to this line - https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/opensearch/src/main/java/org/opensearch/dataprepper/plugins/source/opensearch/worker/client/SearchAccessorStrategy.java#L198
Do we need to get buildFlavor?
To Reproduce
Steps to reproduce the behavior:
Pipeline:
Expected behavior
Pipeline connects
Additional context
OpenSearch API Return Data:
Error:
The text was updated successfully, but these errors were encountered: