fix(elk): increase ephemeral disk size for elasticsearch from 10 to 100
- fixes log storage (100 MB) must be less than requested disk capacity (10 MB)) error
This commit is contained in:
parent
76b5e0b767
commit
01af1a63cb
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ job "elk" {
|
|||
|
||||
ephemeral_disk {
|
||||
migrate = true
|
||||
size = 10
|
||||
size = 100
|
||||
}
|
||||
|
||||
task "elasticsearch" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue