File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
helm-example/templates/osctl Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11tenants :
22 - name : flant
3- patterns :
3+ indices :
44 - " filebeat-*"
55 - " infra-*"
66 - " d8-*"
77 - name : itop-nginx
8- patterns :
8+ indices :
99 - " common-access-*"
1010 - " common-error-*"
Original file line number Diff line number Diff line change @@ -104,11 +104,13 @@ data:
104104 {{- end }}
105105
106106 # indicesdelete:
107+ indicesdelete_check_snapshots: true
107108
108109 # retention:
109110 retention_threshold: {{ .Values.retention.threshold | default 75.0 | quote }}
110111 retention_days_count: 2
111112 retention_check_snapshots: true
113+ retention_check_nodes_down: true
112114
113115 # sharding:
114116 sharding_target_size_gib: {{ .Values.sharding.target_size_gib | default 25 | quote }}
You can’t perform that action at this time.
0 commit comments