mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-20 17:38:08 +00:00
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:
parent
f665fcd8ce
commit
fb7bde2377
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user