From 2c766a799195351b110bdc1400bfd1172574ed90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 8 Jan 2024 23:15:07 +0100 Subject: [PATCH] dash.nimbus: reduce indices kept to 21 from 30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 5122888..9d79af6 100644 --- a/ansible/group_vars/dash.nimbus.yml +++ b/ansible/group_vars/dash.nimbus.yml @@ -48,7 +48,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: 30 +logclean_keep_indices: 21 # Open Nginx Ports open_ports_default_comment: 'ElasticSearch LB'