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.
-
-
Use the scripts in the install-telegraf modules to create a machine image with Telegraf installed.
-
Configure each application server to execute the run-telegraf script during boot.
-
-
-
Use the scripts in the install-influxdb modules to create a machine image with InfluxDB Enterprise installed.
-
Deploy the server across one or more Instance Groups using the tick-instance-group module.
-
Configure each server in the Instance Groups to execute the run-influxdb script during boot.
-
Deploy a load balancer in front of the data node Instance Group.
-
-
- Use the scripts in the install-chronograf modules to create a machine image with Chronograf installed.
- Deploy the image in a single instance group using the tick-instance-group module.
- Configure the server to execute the run-chronograf script during boot.
- Deploy a load balancer in front of the instance group.
-
- Use the scripts in the install-kapacitor modules to create a machine image with Kapacitor installed.
- Deploy the image in a single instance group using the tick-instance-group module.
- Configure the server to execute the run-kapacitor script during boot.
- Deploy a load balancer in front of the instance group.
See the examples folder for working sample code.