Skip to content

Commit

Permalink
[ITs] Revert healthcheck for elasticsearchssl service to the previous…
Browse files Browse the repository at this point in the history
… behaviour (elastic#20558)
  • Loading branch information
v1v authored and melchiormoulin committed Oct 14, 2020
1 parent 2dd4360 commit 78ad60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
file: ${ES_BEATS}/testing/environments/${TESTING_ENVIRONMENT}.yml
service: elasticsearch
healthcheck:
test: ["CMD-SHELL", "curl -u admin:changeme -f http://localhost:9200/_cat/health?h=status --insecure | grep -q green"]
test: ["CMD", "curl", "-u", "admin:changeme", "-f", "https://localhost:9200", "--insecure"]
retries: 1200
interval: 5s
start_period: 60s
Expand Down

0 comments on commit 78ad60c

Please sign in to comment.