We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4af70 commit dba2821Copy full SHA for dba2821
.ci/logstash-run.sh
@@ -13,7 +13,7 @@ else
13
fi
14
15
# CentOS 7 using curl defaults does not enable TLSv1.3
16
-CURL_OPTS="-s -k --tlsv1.2 --tls-max 1.3"
+CURL_OPTS="-s -u admin:elastic -k --tlsv1.2 --tls-max 1.3"
17
18
wait_for_es() {
19
count=120
0 commit comments