Skip to content

Commit 5e03f9c

Browse files
authored
update typo
1 parent f56eb71 commit 5e03f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ zip -g elasticsearch-curator-lambda.zip lambda_function.py
5050
|---|---|---|
5151
| ES_HOST | Elasticsearch URL without `https//` | localhost |
5252
| ES_RESION | Elasticsearch cluster reason | us-west-1 |
53-
| 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 |
5555
| 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

Comments
 (0)