You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
I raised a PR to update expired pem file as #44, but the integ-fail with the following errors -
logstash_1 | Failures:
logstash_1 |
logstash_1 | 1) LogStash::Inputs::OpenSearch against a secured opensearch behaves like an opensearch index plugin should retrieve json event from opensearch
logstash_1 | Failure/Error: opensearch.index(params)
logstash_1 |
logstash_1 | ArgumentError:
logstash_1 | URL parameter 'type' is not supported
So it appears that the current CI is using the latest version of OpenSearch and this plugin only supports 1.x. Resolving #36 will add support for 2.x. But, these tests should use consistent versions of OpenSearch rather than latest.
I believe the first fix will be to use a consistent version for the CI tests.
What is the bug?
I raised a PR to update expired pem file as #44, but the integ-fail with the following errors -
logstash_1 | Failures:
logstash_1 |
logstash_1 | 1) LogStash::Inputs::OpenSearch against a secured opensearch behaves like an opensearch index plugin should retrieve json event from opensearch
logstash_1 | Failure/Error: opensearch.index(params)
logstash_1 |
logstash_1 | ArgumentError:
logstash_1 | URL parameter 'type' is not supported
How can one reproduce the bug?
Steps to reproduce the behavior:
4. See error at https://github.com/opensearch-project/logstash-input-opensearch/actions/runs/4169404574/jobs/7217326593
What is the expected behavior?
integ-test Pass
The text was updated successfully, but these errors were encountered: