dash.nimbus: lower indices kept to 10

We have bigger log volume now that we fixed the logging setup in:
https://github.com/status-im/infra-nimbus/issues/81

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-07 15:03:59 +01:00
parent f665fcd8ce
commit fb7bde2377
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 4 additions and 2 deletions

View File

@ -32,8 +32,10 @@ es_lb_cluster_dc: 'he-eu-hel1'
es_lb_api_port: 9200
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
# JVM Memory settings
es_lb_jvm_min_heap: 2g

View File

@ -1,9 +1,9 @@
---
- name: 'Log Clean | Verify we keep a minimum of 20 indices'
- name: 'Log Clean | Verify we keep a minimum of 10 indices'
assert:
quiet: true
that:
- logclean_keep_indices >= 20
- logclean_keep_indices >= 10
- name: 'Log Clean | Create logclean script'
template: