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
* Add matching index with regex to avoid deleting all indexes for different patterns
* Readme
* Add me to contributors
* Rebase + readme
* Fix tests
* Fix test assertion order
| es_endpoint | The Elasticsearch endpoint for the Lambda function to connect to | string | - | yes |
141
-
| es_security_group_id | The Elasticsearch cluster security group ID | string | - | yes |
142
-
| index | Index/indices to process. Use a comma-separated list. Specify `all` to match every index except for `.kibana` or `.kibana_1`| string |`all`| no |
143
-
| index_format | Combined with 'index' variable and is used to evaluate the index age | string |`%Y.%m.%d`| no |
144
-
| name | Solution name, e.g. 'app' or 'cluster' | string |`app`| no |
145
-
| namespace | Namespace, which could be your organization name, e.g. 'eg' or 'cp' | string | `` | no |
146
-
| python_version | The Python version to use | string |`2.7`| no |
147
-
| schedule | CloudWatch Events rule schedule using cron or rate expression | string |`cron(0 3 * * ? *)`| no |
148
-
| sns_arn | SNS ARN to publish alerts | string | `` | no |
149
-
| stage | Stage, e.g. 'prod', 'staging', 'dev', or 'test' | string | `` | no |
| es\_endpoint | The Elasticsearch endpoint for the Lambda function to connect to |`string`| n/a | yes |
163
+
| es\_security\_group\_id | The Elasticsearch cluster security group ID |`string`| n/a | yes |
164
+
| index | Index/indices to process. Use a comma-separated list. Specify `all` to match every index except for `.kibana` or `.kibana_1`|`string`|`"all"`| no |
165
+
| index\_format | Combined with 'index' variable and is used to evaluate the index age |`string`|`"%Y.%m.%d"`| no |
166
+
| index\_regex | Determines regex that is used for matching index name and index date. By default it match two groups separated by hyphen. |`string`|`"([^-]+)-(.*)"`| no |
167
+
| name | Solution name, e.g. 'app' or 'cluster' |`string`|`"app"`| no |
168
+
| namespace | Namespace, which could be your organization name, e.g. 'eg' or 'cp' |`string`|`""`| no |
169
+
| python\_version | The Python version to use |`string`|`"2.7"`| no |
170
+
| schedule | CloudWatch Events rule schedule using cron or rate expression |`string`|`"cron(0 3 * * ? *)"`| no |
171
+
| sns\_arn | SNS ARN to publish alerts |`string`|`""`| no |
172
+
| stage | Stage, e.g. 'prod', 'staging', 'dev', or 'test' |`string`|`""`| no |
| es_endpoint | The Elasticsearch endpoint for the Lambda function to connect to | string | - | yes |
12
-
| es_security_group_id | The Elasticsearch cluster security group ID | string | - | yes |
13
-
| index | Index/indices to process. Use a comma-separated list. Specify `all` to match every index except for `.kibana` or `.kibana_1`| string |`all`| no |
14
-
| index_format | Combined with 'index' variable and is used to evaluate the index age | string |`%Y.%m.%d`| no |
15
-
| name | Solution name, e.g. 'app' or 'cluster' | string |`app`| no |
16
-
| namespace | Namespace, which could be your organization name, e.g. 'eg' or 'cp' | string | `` | no |
17
-
| python_version | The Python version to use | string |`2.7`| no |
18
-
| schedule | CloudWatch Events rule schedule using cron or rate expression | string |`cron(0 3 * * ? *)`| no |
19
-
| sns_arn | SNS ARN to publish alerts | string | `` | no |
20
-
| stage | Stage, e.g. 'prod', 'staging', 'dev', or 'test' | string | `` | no |
| es\_endpoint | The Elasticsearch endpoint for the Lambda function to connect to |`string`| n/a | yes |
34
+
| es\_security\_group\_id | The Elasticsearch cluster security group ID |`string`| n/a | yes |
35
+
| index | Index/indices to process. Use a comma-separated list. Specify `all` to match every index except for `.kibana` or `.kibana_1`|`string`|`"all"`| no |
36
+
| index\_format | Combined with 'index' variable and is used to evaluate the index age |`string`|`"%Y.%m.%d"`| no |
37
+
| index\_regex | Determines regex that is used for matching index name and index date. By default it match two groups separated by hyphen. |`string`|`"([^-]+)-(.*)"`| no |
38
+
| name | Solution name, e.g. 'app' or 'cluster' |`string`|`"app"`| no |
39
+
| namespace | Namespace, which could be your organization name, e.g. 'eg' or 'cp' |`string`|`""`| no |
40
+
| python\_version | The Python version to use |`string`|`"2.7"`| no |
41
+
| schedule | CloudWatch Events rule schedule using cron or rate expression |`string`|`"cron(0 3 * * ? *)"`| no |
42
+
| sns\_arn | SNS ARN to publish alerts |`string`|`""`| no |
43
+
| stage | Stage, e.g. 'prod', 'staging', 'dev', or 'test' |`string`|`""`| no |
0 commit comments