Skip to content

Commit

Permalink
Fix Kibana health check in testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr committed Oct 6, 2021
1 parent 8b8e35b commit f0e3d5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
38 changes: 0 additions & 38 deletions testing/environments/7.11.yml

This file was deleted.

2 changes: 1 addition & 1 deletion testing/environments/prev-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ services:
kibana:
image: docker.elastic.co/kibana/kibana:7.15.0
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"]
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
retries: 600
interval: 1s
2 changes: 1 addition & 1 deletion testing/environments/snapshot-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
kibana:
image: docker.elastic.co/kibana/kibana:8.0.0-7e122dd9-SNAPSHOT
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"]
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
retries: 600
interval: 1s

Expand Down

0 comments on commit f0e3d5b

Please sign in to comment.