dash.nimbus: reduce indices kept to 21 from 30
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
781b9e7524
commit
2c766a7991
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue