Skip to content

Commit

Permalink
Updating health check command for Elastic Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Sep 9, 2020
1 parent 8c56b7a commit d1886e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/install/static_snapshot_yml.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
kibana:
condition: service_healthy
healthcheck:
test: ["CMD", "grep", "Agent is starting", "/usr/share/elastic-agent/elastic-agent.log"]
test: "sh -c 'grep \"Agent is starting\" /usr/share/elastic-agent/elastic-agent.log*'"
retries: 30
interval: 1s
environment:
Expand Down

0 comments on commit d1886e7

Please sign in to comment.