Skip to content

Commit

Permalink
Merge pull request #94 from ho-nl/feature/elasticsearch_no_error_disk…
Browse files Browse the repository at this point in the history
…_flood

feat: disable elasticsearch disk treshold check and set other default…
  • Loading branch information
PascalBrouwers authored Jun 1, 2022
2 parents b6ce0e3 + fa58930 commit bc63c38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ services:
- http.cors.allow-origin=http://localhost:9100
- http.cors.allow-headers=X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization
- http.cors.allow-credentials=true
- cluster.routing.allocation.disk.threshold_enabled=false
- cluster.routing.allocation.disk.watermark.flood_stage=200mb
- cluster.routing.allocation.disk.watermark.low=500mb
- cluster.routing.allocation.disk.watermark.high=300mb
volumes:
- elasticsearch-mount:/usr/share/elasticsearch/data

Expand Down

0 comments on commit bc63c38

Please sign in to comment.