dash.nimbus: reduce indices kept to 21 from 30

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-01-08 23:15:07 +01:00
parent 781b9e7524
commit 2c766a7991
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -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'