dash.nimbus: increase logs retention to 30 days

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-04-05 11:04:09 +02:00
parent bf44ab3dca
commit d41b3c89f8
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: 14
logclean_keep_indices: 30
# Open Nginx Ports
open_ports_default_comment: 'ElasticSearch LB'