closes DAR 150
parent
afd6408725
commit
b501e00f16
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Get started with Kapacitor
|
title: Get started with Kapacitor
|
||||||
|
description: Get started with Kapacitor to process your time series data.
|
||||||
weight: 20
|
weight: 20
|
||||||
menu:
|
menu:
|
||||||
kapacitor_1_5:
|
kapacitor_1_5:
|
||||||
|
@ -12,14 +13,14 @@ Use Kapacitor to import (stream or batch) time series data, and then transform,
|
||||||
- [Start InfluxDB and collect Telegraf data](#start-influxdb-and-collect-telegraf-data)
|
- [Start InfluxDB and collect Telegraf data](#start-influxdb-and-collect-telegraf-data)
|
||||||
- [Start Kapacitor](#start-kapacitor)
|
- [Start Kapacitor](#start-kapacitor)
|
||||||
- Kapacitor tasks
|
- Kapacitor tasks
|
||||||
- [Execute a task](#execute-a-task)
|
- [Execute a task](#execute-a-task)
|
||||||
- [Trigger an alert from stream data](#trigger-alerts-from-stream-data)
|
- [Trigger an alert from stream data](#trigger-alerts-from-stream-data)
|
||||||
- [Example alert on CPU usage](#example-alert-on-cpu-usage)
|
- [Example alert on CPU usage](#example-alert-on-cpu-usage)
|
||||||
- [Gotcha - single versus double quotes](#gotcha-single-versus-double-quotes)
|
- [Gotcha - single versus double quotes](#gotcha-single-versus-double-quotes)
|
||||||
- [Extending TICKscripts](#extending-tickscripts)
|
- [Extending TICKscripts](#extending-tickscripts)
|
||||||
- [A real world example](#a-real-world-example)
|
- [A real world example](#a-real-world-example)
|
||||||
- [Trigger an alert from batch data](#trigger-alerts-from-batch-data)
|
- [Trigger an alert from batch data](#trigger-alerts-from-batch-data)
|
||||||
- [Load tasks](#load-tasks-with-kapacitor)
|
- [Load tasks](#load-tasks-with-kapacitor)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Install Kapacitor
|
title: Install Kapacitor
|
||||||
Description: Download, install, and configure Kapacitor on your operating system of choice.
|
Description: Install, start, and configure Kapacitor on your operating system of choice.
|
||||||
weight: 10
|
weight: 10
|
||||||
menu:
|
menu:
|
||||||
kapacitor_1_5:
|
kapacitor_1_5:
|
||||||
|
|
Loading…
Reference in New Issue