From 9ea10753f0d67f996512e340b2fec154e75ba8b9 Mon Sep 17 00:00:00 2001 From: Kelly Date: Wed, 4 Nov 2020 16:10:09 -0800 Subject: [PATCH] Chrono 1.8.8 RNs and new feature --- .../about_the_project/release-notes-changelog.md | 15 +++++++++++++++ .../v1.8/guides/configuring-alert-endpoints.md | 5 ++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/content/chronograf/v1.8/about_the_project/release-notes-changelog.md b/content/chronograf/v1.8/about_the_project/release-notes-changelog.md index b7f339d4a..5ceae5670 100644 --- a/content/chronograf/v1.8/about_the_project/release-notes-changelog.md +++ b/content/chronograf/v1.8/about_the_project/release-notes-changelog.md @@ -8,6 +8,21 @@ menu: parent: About the project --- +## v.1.8.8 [2020-11-04] + +## Features + +- Add the option to select a recovery action in the [OpsGenie2](/chronograf/v1.8/guides/configuring-alert-endpoints/#opsgenie2) configuration. + +## Bug Fixes + +- Ensure the alert rule name is correctly displayed in the Alert Rules and TICKscript lists. +- Resolve the issue that caused a truncated dashboard name. +- Ensure the TICKscript editor is scrollable in Firefox. +- Apply default timeouts in server connections to ensure a shared HTTP transport connection is used between Chronograf and InfluxDB or Kapacitor. +- Retain the selected time zone (local or UTC) in the range picker. +- Export CSV with a time column formatted according to the selected time zone (local or UTC). + ## v.1.8.7 [2020-10-06] {{% warn %}} diff --git a/content/chronograf/v1.8/guides/configuring-alert-endpoints.md b/content/chronograf/v1.8/guides/configuring-alert-endpoints.md index 46778215e..01fcbe42c 100644 --- a/content/chronograf/v1.8/guides/configuring-alert-endpoints.md +++ b/content/chronograf/v1.8/guides/configuring-alert-endpoints.md @@ -131,7 +131,6 @@ Your token appears in the table just above the **Create new token** section: See [Kafka event handler (Kapacitor)](/{{< latest "kapacitor" >}}/event_handlers/kafka/) in the Kapacitor documentation for details about enabling OpsGenie services using TICKscripts. - ### OpsGenie The original OpsGenie alert endpoint is deprecated -- use the [OpsGenie2](#opsgenie2) alert endpoint. @@ -150,6 +149,10 @@ Send an incident alert to OpsGenie teams and recipients using the Chronograf ale * **API Key**: API key (or GenieKey). The API Key can be found by signing into your [OpsGenie account](https://app.opsgenie.com/auth/login) and selecting the **Settings** menu option in the **Admin** menu. * **Teams**: List of [OpsGenie teams](https://docs.opsgenie.com/docs/teams) to be alerted. * **Recipients** field, enter the list of [OpsGenie team members](https://docs.opsgenie.com/docs/teams#section-team-members)) to receive alerts. + * **Select recovery action**. Specify one of the following actions to take when an alert recovers: + + - Add a note to the alert + - Close the alert 4. Click **Save Changes** to save the configuration settings. 5. Click **Send Test Alert** to verify the configuration.