Skip to content

Commit

Permalink
config restart extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynab committed Jul 30, 2023
1 parent 0c2876f commit 4e1b778
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions extensions/curator/curator-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ services:
- yan
depends_on:
- elasticsearch
restart: unless-stopped
1 change: 1 addition & 0 deletions extensions/enterprise-search/enterprise-search-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ services:
- yan
depends_on:
- elasticsearch
restart: unless-stopped
1 change: 1 addition & 0 deletions extensions/filebeat/filebeat-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ services:
- yan
depends_on:
- elasticsearch
restart: unless-stopped
2 changes: 1 addition & 1 deletion extensions/fleet/agent-apmserver-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- 8200:8200
hostname: apm-server
# Elastic Agent does not retry failed connections to Kibana upon the initial enrollment phase.
restart: on-failure
restart: unless-stopped
networks:
- yan
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion extensions/fleet/fleet-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- 8220:8220
hostname: fleet-server
# Elastic Agent does not retry failed connections to Kibana upon the initial enrollment phase.
restart: on-failure
restart: unless-stopped
networks:
- yan
depends_on:
Expand Down
1 change: 1 addition & 0 deletions extensions/heartbeat/heartbeat-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ services:
- yan
depends_on:
- elasticsearch
restart: unless-stopped
2 changes: 1 addition & 1 deletion extensions/logspout/logspout-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ services:
- yan
depends_on:
- logstash
restart: on-failure
restart: unless-stopped
1 change: 1 addition & 0 deletions extensions/metricbeat/metricbeat-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ services:
- yan
depends_on:
- elasticsearch
restart: unless-stopped

0 comments on commit 4e1b778

Please sign in to comment.