Gain the ability to analyze and monitor telemetry data by deploying the TIG stack within minutes using Docker and Docker Compose.
Clone the project
git clone https://github.com/huntabyte/tig-stack.git
Navigate to the project directory
cd tig-stack
Change the environment variables define in .env
that are used to setup and deploy the stack
โโโ telegraf/
โโโ .env <---
โโโ docker-compose.yml
โโโ entrypoint.sh
โโโ ...
Customize the telegraf.conf
file which will be mounted to the container as a persistent volume
โโโ telegraf/
โ โโโ telegraf.conf <---
โโโ .env
โโโ docker-compose.yml
โโโ entrypoint.sh
โโโ ...
Start the services
docker-compose up -d
Telegraf / 1.19
InfluxDB / 2.1.1
Grafana-OSS / 8.4.3
Contributions are always welcome!