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.gitNavigate to the project directory
cd tig-stackChange 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 -dTelegraf / 1.19
InfluxDB / 2.1.1
Grafana-OSS / 8.4.3
Contributions are always welcome!
