Add rename TICKscript to manage TICKscripts section (#3760)

pull/3704/head^2
lwandzura 2022-02-08 08:35:31 -06:00 committed by GitHub
parent 8be556e271
commit 36cb0ba955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 10 deletions

View File

@ -7,7 +7,10 @@ menu:
weight: 100
parent: Guides
related:
- /{{< latest "kapacitor" >}}/introduction/getting-started/
- /{{< latest "kapacitor" >}}/working/kapa-and-chrono/
- /{{< latest "kapacitor" >}}/working/flux/
---
Chronograf provides a user interface for [Kapacitor](/{{< latest "kapacitor" >}}/),
@ -41,6 +44,7 @@ In the Databases tab:
_See [supported duration units](/{{< latest "influxdb" "v1" >}}/query_language/spec/#duration-units)._
4. Click **Save**.
If you set the retention policy's duration to one hour (`1h`), InfluxDB
automatically deletes any alerts that occurred before the past hour.
@ -54,23 +58,26 @@ automatically deletes any alerts that occurred before the past hour.
Chronograf lets you manage Kapacitor TICKscript tasks created in Kapacitor or in
Chronograf when [creating a Chronograf alert rule](/chronograf/v1.9/guides/create-alert-rules/).
To manage Kapacitor TICKscript tasks in Chronograf, click
**{{< icon "alert" "v2">}} Alerts** in the left navigation bar.
On this page, you can:
1. To manage Kapacitor TICKscript tasks in Chronograf, click
**{{< icon "alert" "v2">}} Alerting** in the left navigation bar.
Do one or more of the following:
- View Kapacitor TICKscript tasks.
- View TICKscript task activity.
- Create new TICKscript tasks.
- Update TICKscript tasks.
- Enable and disable TICKscript tasks.
- Delete TICKscript tasks.
- View Kapacitor TICKscript tasks.
- View TICKscript task activity.
- Create new TICKscript tasks.
- Update TICKscript tasks.
- Enable and disable TICKscript tasks.
- Rename a TICKscript. Note, renaming a TICKscript updates the `var name` variable within the TICKscript.
- Delete TICKscript tasks.
2. Click **Save Changes** when finished.
### Manage Kapacitor Flux tasks
**Kapacitor 1.6+** supports Flux tasks.
Chronograf lets you view and manage [Kapacitor Flux tasks](/{{< latest "kapacitor" >}}/working/flux/).
To manage Kapacitor Flux tasks in Chronograf, click
**{{< icon "alert" "v2">}} Alerts** in the left navigation bar.
**{{< icon "alert" "v2">}} Alerting** in the left navigation bar.
On this page, you can:
- View Kapacitor Flux tasks.