redirect for kapa docker instructions

pull/2135/head
Kelly 2021-02-02 17:54:36 -08:00
parent bec65f7492
commit 0c57ff7d00
1 changed files with 3 additions and 1 deletions

View File

@ -1,13 +1,15 @@
---
title: Get started with Kapacitor
description: Get started with Kapacitor to process your time series data.
aliases:
- /kapacitor/v1.5/introduction/getting_started/
weight: 20
menu:
kapacitor_1_5:
parent: Introduction
---
Use Kapacitor to import (stream or batch) time series data, and then transform, analyze, and act on the data. To get started using Kapacitor, use Telegraf to collect system metrics on your local machine and store them in InfluxDB. Then, use Kapacitor to process your system data.
Use Kapacitor to import (stream or batch) time series data, and then transform, analyze, and act on the data. To get started using Kapacitor, use Telegraf to collect system metrics on your local machine and store them in InfluxDB. Then, use Kapacitor to process your system data.
- [Overview](#overview)
- [Start InfluxDB and collect Telegraf data](#start-influxdb-and-collect-telegraf-data)