Skip to content

Commit

Permalink
test with opensearch server 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg99 committed Sep 10, 2024
1 parent 5d86991 commit 7ffc02e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class OpenSearchSinkTester extends ElasticSearchSinkTester {

public static final String OPENSEARCH = Optional.ofNullable(System.getenv("OPENSEARCH_IMAGE"))
.orElse("opensearchproject/opensearch:1.2.4");
.orElse("opensearchproject/opensearch:2.16.0");

private RestHighLevelClient elasticClient;

Expand Down

0 comments on commit 7ffc02e

Please sign in to comment.