Skip to content

Commit

Permalink
WIP: Make container health check use GET /_xpack/license
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Nov 28, 2018
1 parent a8a18be commit 0d54c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/elasticsearch/_meta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:6.5.1
HEALTHCHECK --interval=1s --retries=300 CMD curl -f http://localhost:9200
HEALTHCHECK --interval=1s --retries=300 CMD curl -f http://localhost:9200/_xpack/license

0 comments on commit 0d54c05

Please sign in to comment.