Skip to content

Commit de8bc34

Browse files
author
anton.voskresensky
committed
fix example
1 parent 063ef11 commit de8bc34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
tenants:
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-*"

example/helm-example/templates/osctl/02-osctl-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)