Skip to content

Commit

Permalink
Merge pull request #5 from peternied/reduce-warnings
Browse files Browse the repository at this point in the history
Modify defaults to prevent warnings from being added to the test output
  • Loading branch information
lukasz-soszynski-eliatra authored Sep 5, 2022
2 parents f7e0738 + 16a59f4 commit dc5d656
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ private Settings getMinimalOpenSearchSettings() {
.put("discovery.initial_state_timeout", "8s").putList("discovery.seed_hosts", seedHosts).put("transport.tcp.port", transportPort)
.put("http.port", httpPort).put("cluster.routing.allocation.disk.threshold_enabled", false)
.put("discovery.probe.connect_timeout", "10s").put("discovery.probe.handshake_timeout", "10s").put("http.cors.enabled", true)
.put("plugins.security.compliance.salt", "1234567890123456")
.put("plugins.security.audit.type", "noop")
.build();
}

Expand Down

0 comments on commit dc5d656

Please sign in to comment.