dash.nimbus: lower ES indice clean up to 14 days
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
91cc24b228
commit
6e79a6df06
|
@ -46,7 +46,7 @@ es_lb_node_port: 9300
|
||||||
# Cleanup to avoid running out of space
|
# Cleanup to avoid running out of space
|
||||||
logclean_es_host: 'localhost'
|
logclean_es_host: 'localhost'
|
||||||
logclean_es_port: '{{ es_lb_api_port }}'
|
logclean_es_port: '{{ es_lb_api_port }}'
|
||||||
logclean_keep_indices: 20
|
logclean_keep_indices: 14
|
||||||
|
|
||||||
# JVM Memory settings
|
# JVM Memory settings
|
||||||
es_lb_jvm_min_heap: 2g
|
es_lb_jvm_min_heap: 2g
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
src: git@github.com:status-im/infra-role-elasticsearch.git
|
src: git@github.com:status-im/infra-role-elasticsearch.git
|
||||||
version: d759410f171fb742c63163f8f3095a8a2d97f5ed
|
version: 0731b84f940b4a5de7c999606bc128b238ca3e5c
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: elasticsearch-lb
|
- name: elasticsearch-lb
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
- name: systemd-timer
|
- name: systemd-timer
|
||||||
src: git@github.com:status-im/infra-role-systemd-timer.git
|
src: git@github.com:status-im/infra-role-systemd-timer.git
|
||||||
version: 49c37e1df8feb4d7938b3cc2ffc59f6dfed10231
|
version: c6bbc3d1b4b0ba603d82fa06cd17297d12523182
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: swap-file
|
- name: swap-file
|
||||||
|
|
Loading…
Reference in New Issue