From 85a5feb89b83fcdfe36ca2b9f7b001a47a4d7626 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 15 Jun 2023 07:38:22 -0400 Subject: [PATCH 1/2] clarify docs. resolves #1206 --- CHANGELOG.md | 2 +- docs/source/running_elastalert.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cfaa09..fceb9a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - TBD ## Other changes -- TBD +- [Docs] Clarify docs to state that alert_time_limit should not be 0 - [#xx](https://github.com/jertel/elastalert2/pull/xx) - @jertel # 2.12.0 diff --git a/docs/source/running_elastalert.rst b/docs/source/running_elastalert.rst index 4d74c074..7c19fe0e 100644 --- a/docs/source/running_elastalert.rst +++ b/docs/source/running_elastalert.rst @@ -292,7 +292,7 @@ connections ``writeback_index`` is the name of the index in which ElastAlert 2 will store data. We will create this index later. -``alert_time_limit`` is the retry window for failed alerts. +``alert_time_limit`` is the retry window for failed alerts. Must be greater than zero. Save the file as ``config.yaml`` From 6a71c4c9057dbd152f33fc00b05b1edd841090f2 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 15 Jun 2023 07:40:12 -0400 Subject: [PATCH 2/2] fix PR num --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fceb9a14..9b357333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - TBD ## Other changes -- [Docs] Clarify docs to state that alert_time_limit should not be 0 - [#xx](https://github.com/jertel/elastalert2/pull/xx) - @jertel +- [Docs] Clarify docs to state that alert_time_limit should not be 0 - [#1208](https://github.com/jertel/elastalert2/pull/1208) - @jertel # 2.12.0