Skip to content

Commit

Permalink
Adding workaround for testing, see opensearch-project/OpenSearch#15169.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Aug 15, 2024
1 parent 13e8d8b commit a0ede4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ public GenericContainer<?> buildContainer(String image, Network network) {
.withEnv("action.auto_create_index", "false")
.withEnv("DISABLE_INSTALL_DEMO_CONFIG", "true")
.withEnv("START_PERF_ANALYZER", "false")
.withEnv("search.max_aggregation_rewrite_filters", "0")
.withNetwork(network)
.withNetworkAliases(hostname);

Expand Down

0 comments on commit a0ede4c

Please sign in to comment.