Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 3.13 KB

core-concepts.md

File metadata and controls

45 lines (27 loc) · 3.13 KB

TICK Stack Core Concepts

What is TICK Stack?

The TICK Stack is a loosely coupled yet tightly integrated set of open source projects designed to handle massive amounts of time-stamped information to support your metrics analysis needs.

Collectively, Telegraf, InfluxDB, Chronograf and Kapacitor are known as the TICK Stack.

Using this repository

  1. Deploy the image in a single instance group using the tick-instance-group module.
  2. Configure the server to execute the run-chronograf script during boot.
  3. Deploy a load balancer in front of the instance group.
  • Kapacitor

    1. Use the scripts in the install-kapacitor modules to create a machine image with Kapacitor installed.
  1. Deploy the image in a single instance group using the tick-instance-group module.
  2. Configure the server to execute the run-kapacitor script during boot.
    1. Deploy a load balancer in front of the instance group.

See the examples folder for working sample code.