From 392d4124c52bb8803b9fd359950879a7b9b52c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 10 Feb 2022 12:31:03 +0100 Subject: [PATCH] dash.nimbus: bump limit of log indices back to 20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently daily indices take up 10 GB per host, so it' fine. https://github.com/status-im/infra-nimbus/issues/81 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/dash.nimbus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/dash.nimbus.yml b/ansible/group_vars/dash.nimbus.yml index 97cb489..09bf245 100644 --- a/ansible/group_vars/dash.nimbus.yml +++ b/ansible/group_vars/dash.nimbus.yml @@ -35,7 +35,7 @@ es_lb_node_port: 9300 # Cleanup to avoid running out of space logclean_es_host: 'localhost' logclean_es_port: '{{ es_lb_api_port }}' -logclean_keep_indices: 10 +logclean_keep_indices: 20 # JVM Memory settings es_lb_jvm_min_heap: 2g