influx

gruntwork-io/influx/google

Terraform Module HCL GOOGLE

Reusable infrastructure modules for running TICK stack on GCP

Install
module "influx" {
source = "gruntwork-io/influx/google"
version = "0.2.0"
}
plain text: /constructs/tfmod-gruntwork-io-influx-google/install.txt
⭐ Source on GitHub 📦 Registry page
README

TICK Stack GCP Module ![Maintained by Gruntwork.io](https://gruntwork.io/?ref=repo_google_influx) ![GitHub tag (latest SemVer)](https://github.com/gruntwork-io/terraform-google-influx/releases/latest) !Terraform Version This repo contains the official module for deploying the TICK Stack on GCP using Terraform and Packer. TICK Stack Architecture !TICK multi-cluster architecture Features - Deploy the TICK stack (Telegraf, InfluxDB, Chronograf, Kapacitor) to gather and process time series data. - Supports both InfluxDB Enterprise and OSS - Supports both InfluxDB Enterprise and OSS - Supports colocated clusters and separate clusters 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 infor

Inputs (5)
NameTypeDescriptionDefault
imagestringThe source image used to create the boot disk for an InfluxDB node. required
regionstringAll resources will be launched in this region. required
projectstringID of the GCP Project where all resources will be launched. required
namestringThe name of the cluster (e.g. tick-oss-example). This variable is used to namesp required
machine_typestringThe machine type of the Compute Instance to run for each node in the cluster (e."n1-standard-1"
Outputs (2)
tick_oss_instance_group — Self link to the InfluxDB instance group
tick_oss_instance_group_manager — Self link of the InfluxDB instance group manager
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud GOOGLE
★ Stars20
Forks21
Total downloads5.7k
Inputs5
Outputs2
Examples3
Submodules4
LicenseApache-2.0
Namespacegruntwork-io
Updated