diff --git a/content/kapacitor/v1.5/introduction/getting-started.md b/content/kapacitor/v1.5/introduction/getting-started.md index bc7b055e3..f66aacc5e 100644 --- a/content/kapacitor/v1.5/introduction/getting-started.md +++ b/content/kapacitor/v1.5/introduction/getting-started.md @@ -1,5 +1,6 @@ --- title: Get started with Kapacitor +description: Get started with Kapacitor to process your time series data. weight: 20 menu: 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 Kapacitor](#start-kapacitor) - Kapacitor tasks - - [Execute a task](#execute-a-task) - - [Trigger an alert from stream data](#trigger-alerts-from-stream-data) - - [Example alert on CPU usage](#example-alert-on-cpu-usage) - - [Gotcha - single versus double quotes](#gotcha-single-versus-double-quotes) - - [Extending TICKscripts](#extending-tickscripts) - - [A real world example](#a-real-world-example) - - [Trigger an alert from batch data](#trigger-alerts-from-batch-data) - - [Load tasks](#load-tasks-with-kapacitor) + - [Execute a task](#execute-a-task) + - [Trigger an alert from stream data](#trigger-alerts-from-stream-data) + - [Example alert on CPU usage](#example-alert-on-cpu-usage) + - [Gotcha - single versus double quotes](#gotcha-single-versus-double-quotes) + - [Extending TICKscripts](#extending-tickscripts) + - [A real world example](#a-real-world-example) + - [Trigger an alert from batch data](#trigger-alerts-from-batch-data) + - [Load tasks](#load-tasks-with-kapacitor) ## Overview diff --git a/content/kapacitor/v1.5/introduction/installation.md b/content/kapacitor/v1.5/introduction/installation.md index d05dbd4f4..3360df251 100644 --- a/content/kapacitor/v1.5/introduction/installation.md +++ b/content/kapacitor/v1.5/introduction/installation.md @@ -1,6 +1,6 @@ --- 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 menu: kapacitor_1_5: