You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|ES_INDICES_DATA_RETENTION_DAYS_THRESHOLD| Data retention period in days. | 90 |
54
-
|ES_INDICES_PREFIX_TO_BE_DELETED| Indices prefix, it will be used as **`first`** filter, it will filter all the indices that have this prefix in their name. The remaining indices name will be filtered based on the age filter ES_INDICES_DATE_FORMAT. The reason to do these two filters is that we don't want to delete | logs |
53
+
|ES_INDICES_DATA_RETENTION_THRESHOLD_IN_DAYS| Data retention period in days. | 90 |
54
+
|ES_INDICES_PREFIX| Indices prefix, it will be used as **`first`** filter, it will filter all the indices that have this prefix in their name. The remaining indices name will be filtered based on the age filter ES_INDICES_DATE_FORMAT. The reason to do these two filters is that we don't want to delete | logs |
55
55
| ES_INDICES_DATE_FORMAT | Date format in the indices name. Indices will be filtered if their date is older than ES_INDICES_DATA_RETENTION_DAYS_THRESHOLD | %Y.%m.%d |
0 commit comments