aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-03-25 15:35:05 +0100
committerAlex Auvolat <alex@adnab.me>2022-03-25 15:35:05 +0100
commitbc026d62dcc3464f15790dc34afbfdf7b7b77417 (patch)
tree86b0a46f797caf28d878d1651c01fbf9d5361b83
parent4e497a77595bfada422b2dda46e1601337715d57 (diff)
downloadnixcfg-bc026d62dcc3464f15790dc34afbfdf7b7b77417.tar.gz
nixcfg-bc026d62dcc3464f15790dc34afbfdf7b7b77417.zip
Change elastic disk watermarks
-rw-r--r--app/telemetry/deploy/telemetry-system.hcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/telemetry/deploy/telemetry-system.hcl b/app/telemetry/deploy/telemetry-system.hcl
index 7e9441b..79e0855 100644
--- a/app/telemetry/deploy/telemetry-system.hcl
+++ b/app/telemetry/deploy/telemetry-system.hcl
@@ -50,6 +50,8 @@ xpack.security.transport.ssl.verification_mode=certificate
xpack.security.transport.ssl.client_authentication=required
xpack.security.transport.ssl.keystore.path=/usr/share/elasticsearch/data/elastic-certificates.p12
xpack.security.transport.ssl.truststore.path=/usr/share/elasticsearch/data/elastic-certificates.p12
+cluster.routing.allocation.disk.watermark.high=75%
+cluster.routing.allocation.disk.watermark.low=65%
ES_JAVA_OPTS=-Xms512M -Xmx512M
EOH
destination = "secrets/env"