Chrono 1.8.8 RNs and new feature

pull/1762/head
Kelly 2020-11-04 16:10:09 -08:00
parent 91a0c750c0
commit 9ea10753f0
2 changed files with 19 additions and 1 deletions

View File

@ -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 %}}

View File

@ -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.