DOWNLOADS
The next generation of InfluxDB is here.
Check out the Getting Started guide.
Want it hosted? Sign-up for InfluxDB Cloud Serverless. Get Started.
InfluxDB is an open source time series database. It has everything you need from a time series platform in a single binary – a multi-tenanted time series database, UI and dashboarding tools, background processing and monitoring agent. All this makes deployment and setup a breeze and easier to secure.
The InfluxDB Platform also includes APIs, tools, and an ecosystem that includes 10 client and server libraries, Telegraf plugins, visualization integrations with Grafana, Google Data Studio, and data sources integrations with Google Bigtable, BigQuery, and more.
docker pull influxdb:2.7.10
This version is ready for Docker upgrade from 1.x to 2.x. See docs: https://docs.influxdata.com/influxdb/v2.0/upgrade/v1-to-v2/docker
brew update
brew install influxdb
SHA256:
964e1de641a43a0e1743aa5ead243e935a05631ba0bc570fb8bff486542173c1
https://download.influxdata.com/influxdb/releases/influxdb2-2.7.10_darwin_amd64.tar.gz
tar zxvf influxdb2-2.7.10_darwin_amd64.tar.gz
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update && sudo apt-get install influxdb2
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update && sudo apt-get install influxdb2
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
[influxdata]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
EOF
sudo yum install influxdb2
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
[influxdata]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
EOF
sudo yum install influxdb2
SHA256:
9cb54d3940c37a8c2a908458543e629412505cc71db55094147fd39088b99c6c
wget https://download.influxdata.com/influxdb/releases/influxdb2-2.7.10_linux_amd64.tar.gz
tar xvfz influxdb2-2.7.10_linux_amd64.tar.gz
SHA256:
ea7f4b499b5d32ab155b72d5d3ceedfb29d267d3f9aa18343eb6eff2812f8b0a
wget https://download.influxdata.com/influxdb/releases/influxdb2-2.7.10_linux_arm64.tar.gz
tar xvfz influxdb2-2.7.10_linux_arm64.tar.gz
SHA256:
009f9c2015dffec8db5674cb5a942fd6f34f74e5461a80d44a306e76d917d304
wget https://download.influxdata.com/influxdb/releases/influxdb2-2.7.10-windows.zip -UseBasicParsing -OutFile influxdb2-2.7.10-windows.zip
Expand-Archive .\influxdb2-2.7.10-windows.zip -DestinationPath 'C:\Program Files\InfluxData\influxdb\'
docker pull quay.io/influxdb/influxdb:nightly
https://download.influxdata.com/platform/nightlies/influxdb2-nightly-darwin-amd64.tar.gz
tar zxvf influxdb2-nightly-darwin-amd64.tar.gz
https://download.influxdata.com/platform/nightlies/influxdb2-nightly-linux-amd64.tar.gz
tar xvfz influxdb2-nightly-linux-amd64.tar.gz
https://download.influxdata.com/platform/nightlies/influxdb2-nightly-linux-arm64.tar.gz
tar xvfz influxdb2-nightly-linux-amd64.tar.gz
Telegraf is a plugin-driven server agent for collecting and sending metrics and events from databases, systems, and IoT sensors. Telegraf is written in Go and compiles into a single binary with no external dependencies, and requires a very minimal memory footprint.
With 300+ plugins already written by subject matter experts on the data in the community, it is easy to start collecting metrics from your endpoints.
For additional architecture (e.g. i386, riscv64, etc.) and operating system (e.g BSD, etc.) downloads please see the Telegraf GitHub Releases page.
# Debian-based image
docker pull telegraf
# Alpine-based image
docker pull telegraf:alpine
brew update
brew install telegraf
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update && sudo apt-get install telegraf
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
[influxdata]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
EOF
sudo yum install telegraf
SHA256:
4615b452ea089f6bf72a848292b7d04c1632ac6863adaa7374aa5baf94d85f1b
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_windows_amd64.zip -UseBasicParsing -OutFile telegraf-1.32.3_windows_amd64.zip
Expand-Archive .\telegraf-1.32.3_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\telegraf'
SHA256:
260bc3170dbd6cce67575c1215a0b89b8447945106e2943d74e617d06b750c03
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_linux_amd64.tar.gz
tar xf telegraf-1.32.3_linux_amd64.tar.gz
SHA256:
4cd3f6dad54f9d9a72b9d99b6c9608224bfb7a2425db4749a12807d0d2609cd1
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_linux_i386.tar.gz
tar xf telegraf-1.32.3_linux_i386.tar.gz
SHA256:
f0d8ccae539afa04b171d5268dbab21eef58bc51b5437689e347619e2097c824
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_linux_arm64.tar.gz
tar xf telegraf-1.32.3_linux_arm64.tar.gz
SHA256:
47305624de9fd5f5a41de48430ec5e1f83c5f9c66eab42e84e21fc5e2d8382a2
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_linux_armhf.tar.gz
tar xf telegraf-1.32.3_linux_armhf.tar.gz
# Debian-based image
docker pull quay.io/influxdb/telegraf-nightly:latest
# Alpine-based image
docker pull quay.io/influxdb/telegraf-nightly:alpine
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_darwin_amd64.tar.gz
tar xf telegraf-nightly_darwin_amd64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_darwin_arm64.tar.gz
tar xf telegraf-nightly_darwin_arm64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf_nightly_amd64.deb
sudo dpkg -i telegraf_nightly_amd64.deb
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly.x86_64.rpm
sudo yum install telegraf-nightly.x86_64.rpm
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_windows_amd64.zip -UseBasicParsing -OutFile telegraf-nightly_windows_amd64.zip
Expand-Archive .\telegraf-nightly_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\telegraf'
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_linux_amd64.tar.gz
tar xf telegraf-nightly_linux_amd64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_static_linux_amd64.tar.gz
tar xf telegraf-nightly_static_linux_amd64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_linux_i386.tar.gz
tar xf telegraf-nightly_linux_i386.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_linux_arm64.tar.gz
tar xf telegraf-nightly_linux_arm64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_linux_armhf.tar.gz
tar xf telegraf-nightly_linux_armhf.tar.gz
InfluxData prides itself on its effort to prioritize developer happiness. This included providing developers with a variety of tools to interact with InfluxDB v2 OSS or InfluxDB Cloud, so they can pick the development style that works best for them. We're starting with the VS Code community.
DocumentationThe influxctl command line interface (CLI) performs administrative tasks in an InfluxDB v3 instances, like InfluxDB Cloud Dedicated.
SHA256:
075e0da6e62bc4de4955f6bd21702daa102fa33ec37585f6874d828b207cf27d
https://dl.influxdata.com/influxctl/releases/influxctl-v2.9.8-darwin-x86_64.zip
SHA256:
ede70ee979d874571e99923c946fd2ef3de219566cff433782c93f7a82bb5e4f
https://dl.influxdata.com/influxctl/releases/influxctl-v2.9.8-darwin-arm64.zip
SHA256:
e5b439cc431ffb9210799a152e36b13dda5e238cc5856c6565a638e6e0f67b36
https://dl.influxdata.com/influxctl/releases/influxctl-v2.9.8-linux-x86_64.tar.gz
SHA256:
09e975d9b7d00655e7ca42ad21a4405a379c4a1d18d845454e25b86acc558390
https://dl.influxdata.com/influxctl/releases/influxctl-v2.9.8-linux-arm64.tar.gz
SHA256:
1d75d162832115453b1fd8d2d1588e967b5f36e49a965f9856de244f09afde22
https://dl.influxdata.com/influxctl/releases/influxctl-v2.9.8-windows-x86_64.zip
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update && sudo apt-get install influxctl
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
[influxdata]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
EOF
sudo yum install influxctl
InfluxDB v2 Cloud includes a command-line interface (CLI) for download. This CLI can be used to interact with your InfluxDB v2 Cloud account.
brew update
brew install influxdb-cli
SHA256:
873f4842a1c665d5a42b9b86bd80538599ae86aef5c4f17e6576cbd21608ca6c
wget https://download.influxdata.com/influxdb/releases/influxdb2-client-2.7.5-darwin-amd64.tar.gz
tar zxvf influxdb2-client-2.7.5-darwin-amd64.tar.gz
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update && sudo apt-get install influxdb2-cli
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
[influxdata]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
EOF
sudo yum install influxdb2-cli
SHA256:
496dffcd70bed2bb3dc3d614e3d9c97e312e092dfe0577d332027566bbb7d8cd
wget https://download.influxdata.com/influxdb/releases/influxdb2-client-2.7.5-linux-amd64.tar.gz
tar xvfz influxdb2-client-2.7.5-linux-amd64.tar.gz
SHA256:
867c3cbabd63a34a9b1ac643fd5c5d268b694acc98e3b75fa5a78d63037097dd
wget https://download.influxdata.com/influxdb/releases/influxdb2-client-2.7.5-linux-arm64.tar.gz
tar xvfz influxdb2-client-2.7.5-linux-arm64.tar.gz
SHA256:
7b965ea00514fc329a9b09d277445629f3bb5394e500ef4ae2c3dddd296de699
wget https://download.influxdata.com/influxdb/releases/influxdb2-client-2.7.5-windows-amd64.zip -UseBasicParsing -OutFile influxdb2-client-2.7.5-windows-amd64.zip
Expand-Archive .\influxdb2-client-2.7.5-windows-amd64.zip -DestinationPath 'C:\Program Files\InfluxData\influxdb2-client\'
InfluxDB includes a set of Client Libraries that are language-specific packages that integrate with the InfluxDB v2 API. The following client libraries are available:
InfluxDB is an open source time series database. It has everything you need from a time series platform in a single binary – a multi-tenanted time series database, UI and dashboarding tools, background processing and monitoring agent. All this makes deployment and setup a breeze and easier to secure.
The InfluxDB Platform also includes APIs, tools, and an ecosystem that includes 10 client and server libraries, Telegraf plugins, visualization integrations with Grafana, Google Data Studio, and data sources integrations with Google Bigtable, Bigquery, and more.
brew update
brew install [email protected]
docker pull influxdb:1.11
SHA256:
b50e5a8372784922ed6ee72a513d90792b469bfc00870b8d3689e6979e188c7f
wget https://download.influxdata.com/influxdb/releases/influxdb-1.11.7-amd64.deb
sudo dpkg -i influxdb-1.11.7-amd64.deb
SHA256:
ba596c979751e6e8872b3efe84a06ec5fcc460e18be9917a6c80adf8b644afed
wget https://download.influxdata.com/influxdb/releases/influxdb-1.11.7.x86_64.rpm
sudo yum localinstall influxdb-1.11.7.x86_64.rpm
SHA256:
73514aa8b74713237e2567a98b4cd73da8b1037b965cf4379990420acf8c369b
https://download.influxdata.com/influxdb/releases/influxdb-1.11.7-darwin-amd64.tar.gz
tar zxvf influxdb-1.11.7-darwin-amd64.tar.gz
SHA256:
5341243e27bf2fa43a45eeede2c213755618bd4cfd1e4c9f046454cdd55ba2bc
wget https://download.influxdata.com/influxdb/releases/influxdb-1.11.7-windows-amd64.zip -UseBasicParsing -OutFile influxdb-1.11.7_windows_amd64.zip
Expand-Archive .\influxdb-1.11.7-windows-amd64.zip -DestinationPath 'C:\Program Files\InfluxData\influxdb\'
SHA256:
00c85ff0abbfbc165663ac5feae7e4e36b6d13c9c003e7a400edd013b356da08
wget https://download.influxdata.com/influxdb/releases/influxdb-1.11.7-linux-amd64.tar.gz
tar xvfz influxdb-1.11.7-linux-amd64.tar.gz
SHA256:
3c07815d9b43e9fa128d79e1ff1fb9ad0869c2b9ec2d13e71a04be9984eb2fed
wget https://download.influxdata.com/influxdb/releases/influxdb-1.11.7-linux-arm64.tar.gz
tar xvfz influxdb-1.11.7-linux-arm64.tar.gz
Chronograf is the user interface and administrative component of the InfluxDB 1.x platform. Chronograf allows you to quickly see the data that you have stored in InfluxDB so you can build robust queries and alerts. It is simple to use and includes templates and libraries to allow you to rapidly build dashboards with real-time visualizations of your data.
Use the pre-canned templates and libraries to rapidly build dashboards with real-time visualizations.
brew update
brew install chronograf
SHA256:
3a6e20fc87e77a272b8c5696c73229f34778214cedc5cbf181c986d34634024a
https://download.influxdata.com/chronograf/releases/chronograf-1.10.5_darwin_arm64.tar.gz
tar zxvf chronograf-1.10.5_darwin_arm64.tar.gz
SHA256:
3cd36152bc6c1e780c78a311359497bea4de05662448d1d20a5c27a7ce779e6c
https://download.influxdata.com/chronograf/releases/chronograf-1.10.5_darwin_amd64.tar.gz
tar zxvf chronograf-1.10.5_darwin_amd64.tar.gz
docker pull chronograf:1.10
SHA256:
2831d4afb0585a04c17388bf0c9da9001241f6bb3770a1f3cc76c674b74eb59c
wget https://download.influxdata.com/chronograf/releases/chronograf_1.10.5_amd64.deb
sudo dpkg -i chronograf_1.10.5_amd64.deb
SHA256:
89b294fca62bc878d0c2e86030faaa3f3d615c90b7d9b9081810064dbb3431b7
wget https://download.influxdata.com/chronograf/releases/chronograf-1.10.5.x86_64.rpm
sudo yum localinstall chronograf-1.10.5.x86_64.rpm
SHA256:
f29773607a66b1b07a71df7eead086744891417235505a3a8515a1a4230d1811
wget https://download.influxdata.com/chronograf/releases/chronograf-1.10.5_windows_amd64.zip -UseBasicParsing -OutFile chronograf-1.10.4_windows_amd64.zip
Expand-Archive .\chronograf-1.10.5_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\chronograf\'
SHA256:
2804900d0f363780ad1d4f48c72e6d42c7d474badf5591b4afafb6ab07214bfe
wget https://download.influxdata.com/chronograf/releases/chronograf-1.10.5_linux_amd64.tar.gz
tar xvfz chronograf-1.10.5_linux_amd64.tar.gz
SHA256:
aad9e99bb79a1638a1f5e6f6ecafde7865b1ee5fce7e6e4fbb3ec3e21179b332
wget https://download.influxdata.com/chronograf/releases/chronograf-1.10.5_linux_i386.tar.gz
tar xvfz chronograf-1.10.5_linux_i386.tar.gz
SHA256:
6bff83d27ad6311febf2d47bc6fe5e54a0271675c89f26c8fd8bb502d5c303cb
wget https://download.influxdata.com/chronograf/releases/chronograf-1.10.5_linux_arm64.tar.gz
tar xvfz chronograf-1.10.5_linux_arm64.tar.gz
SHA256:
ad381826ebf627b5b361ba44062104b23a89cc57978a18cd09d9ef4422fb94f1
wget https://download.influxdata.com/chronograf/releases/chronograf-1.10.5_linux_armhf.tar.gz
tar xvfz chronograf-1.10.5_linux_armhf.tar.gz
docker pull quay.io/influxdb/chronograf:nightly
wget https://download.influxdata.com/chronograf/releases/chronograf_nightly_amd64.deb
sudo dpkg -i chronograf_nightly_amd64.deb
wget https://download.influxdata.com/chronograf/releases/chronograf-nightly.x86_64.rpm
sudo yum localinstall chronograf-nightly.x86_64.rpm
https://download.influxdata.com/chronograf/releases/chronograf-nightly_darwin_amd64.tar.gz
tar zxvf chronograf-nightly_darwin_amd64.tar.gz
https://download.influxdata.com/chronograf/releases/chronograf-nightly_darwin_arm64.tar.gz
tar zxvf chronograf-nightly_darwin_arm64.tar.gz
https://download.influxdata.com/chronograf/releases/chronograf-nightly_windows_amd64.zip
unzip chronograf-nightly_windows_amd64.zip
wget https://download.influxdata.com/chronograf/releases/chronograf-nightly_linux_amd64.tar.gz
tar xvfz chronograf-nightly_linux_amd64.tar.gz
wget https://download.influxdata.com/chronograf/releases/chronograf-nightly_linux_i386.tar.gz
tar xvfz chronograf-nightly_linux_i386.tar.gz
wget https://download.influxdata.com/chronograf/releases/chronograf-nightly_linux_arm64.tar.gz
tar xvfz chronograf-nightly_linux_arm64.tar.gz
wget https://download.influxdata.com/chronograf/releases/chronograf-nightly_linux_armhf.tar.gz
tar xvfz chronograf-nightly_linux_armhf.tar.gz
Kapacitor is a native data processing engine for InfluxDB 1.x and can process both stream and batch data from InfluxDB, acting on this data in real time via its programming language TICKscript.
Kapacitor is very easy to use, powerful and designed to process streaming data in real time. It can be used to downsample your data and perform advanced analytics before shipping the data to InfluxDB, and a post-processor allowing older high-precision data to be stored in data stores for further analysis.
brew update
brew install kapacitor
docker pull kapacitor:1.7
SHA256:
695498a7e5cb1d92db09e2aa04305b8ef54d62b59d5ae64bf3887c8a5b56f24b
wget https://download.influxdata.com/kapacitor/releases/kapacitor_1.7.5-1_amd64.deb
sudo dpkg -i kapacitor_1.7.5-1_amd64.deb
SHA256:
09c8fe9d2126789d890e074aa98af91c1c3e07d7d2dbd156564bd99dbb422833
wget https://download.influxdata.com/kapacitor/releases/kapacitor_1.7.5-1_arm64.deb
sudo dpkg -i kapacitor_1.7.5-1_arm64.deb
SHA256:
7bac90492e92105cc6fa723fc8a8f0b112393b70293ce2252f7c28c7fcecd258
wget https://download.influxdata.com/kapacitor/releases/kapacitor-1.7.5-1.x86_64.rpm
sudo yum localinstall kapacitor-1.7.5-1.x86_64.rpm
SHA256:
c3e43c88c1febb7a99548ff1c11acbbef137c2d3e06b2ad45bb3e5f2f3124fb6
wget https://download.influxdata.com/kapacitor/releases/kapacitor-1.7.5-1.aarch64.rpm
sudo yum localinstall kapacitor-1.7.5-1.aarch64.rpm
SHA256:
ff78af50f76b2c21b1163800cb821b025b3da7c17d984187054aff9598ba860c
wget https://download.influxdata.com/kapacitor/releases/kapacitor-1.7.5_windows_amd64.zip -UseBasicParsing -OutFile kapacitor-1.7.5_windows_amd64.zip
Expand-Archive .\kapacitor-1.7.5_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\kapacitor\'
SHA256:
46308f3663c42db22ad445a83261ea7a6157f9989baea8e68be5af2ed136ae5e
https://download.influxdata.com/kapacitor/releases/kapacitor-1.7.5_darwin_amd64.tar.gz
tar zxvf kapacitor-1.7.5_darwin_amd64.tar.gz
SHA256:
728fc019bb15c2535f6810f93dc446c9c177419ecb54b7cdef7c95cafacc4c8d
wget https://download.influxdata.com/kapacitor/releases/kapacitor-1.7.5_linux_amd64.tar.gz
tar xvfz kapacitor-1.7.5_linux_amd64.tar.gz
SHA256:
dba843a09f168dc1dddc560766ddd0f8dc5aa80fdb5155d1fe21b409fa186605
wget https://download.influxdata.com/kapacitor/releases/kapacitor-1.7.5_linux_arm64.tar.gz
tar xvfz kapacitor-1.7.5_linux_arm64.tar.gz
SHA256:
d2be68ccca4de39a33a285269f17d4891af2cd1f5edd31a54ec82391390c6c40
wget https://download.influxdata.com/kapacitor/releases/python-kapacitor_udf-1.7.5.tar.gz
tar xvfz python-kapacitor_udf-1.7.5.tar.gz
https://download.influxdata.com/kapacitor/releases/nightly/kapacitor-nightly_darwin_amd64.tar.gz
tar zxvf kapacitor-nightly_darwin_amd64.tar.gz
wget https://download.influxdata.com/kapacitor/releases/nightly/kapacitor-nightly_windows_amd64.zip -UseBasicParsing -OutFile kapacitor-nightly_windows_amd64.zip
Expand-Archive .\kapacitor-nightly_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\kapacitor\nightly'
wget https://download.influxdata.com/kapacitor/releases/nightly/kapacitor-nightly_linux_amd64.tar.gz
tar xvfz kapacitor-nightly_linux_amd64.tar.gz
wget https://download.influxdata.com/kapacitor/releases/nightly/kapacitor-nightly_linux_arm64.tar.gz
tar xvfz kapacitor-nightly_linux_arm64.tar.gz
Telegraf is a plugin-driven server agent for collecting and sending metrics and events from databases, systems, and IoT sensors. Telegraf is written in Go and compiles into a single binary with no external dependencies, and requires a very minimal memory footprint.
With 200+ plugins already written by subject matter experts on the data in the community, it is easy to start collecting metrics from your endpoints.
For additional architecture (e.g. i386, riscv64, etc.) and operating system (e.g BSD, etc.) downloads please see the Telegraf nightly downloads page.
# Debian-based image
docker pull telegraf
# Alpine-based image
docker pull telegraf:alpine
brew update
brew install telegraf
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update && sudo apt-get install telegraf
# influxdata-archive_compat.key GPG fingerprint:
# 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E
cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
[influxdata]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
EOF
sudo yum install telegraf
SHA256:
4615b452ea089f6bf72a848292b7d04c1632ac6863adaa7374aa5baf94d85f1b
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_windows_amd64.zip -UseBasicParsing -OutFile telegraf-1.32.3_windows_amd64.zip
Expand-Archive .\telegraf-1.32.3_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\telegraf'
SHA256:
260bc3170dbd6cce67575c1215a0b89b8447945106e2943d74e617d06b750c03
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_linux_amd64.tar.gz
tar xf telegraf-1.32.3_linux_amd64.tar.gz
SHA256:
4cd3f6dad54f9d9a72b9d99b6c9608224bfb7a2425db4749a12807d0d2609cd1
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_linux_i386.tar.gz
tar xf telegraf-1.32.3_linux_i386.tar.gz
SHA256:
f0d8ccae539afa04b171d5268dbab21eef58bc51b5437689e347619e2097c824
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_linux_arm64.tar.gz
tar xf telegraf-1.32.3_linux_arm64.tar.gz
SHA256:
47305624de9fd5f5a41de48430ec5e1f83c5f9c66eab42e84e21fc5e2d8382a2
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.32.3_linux_armhf.tar.gz
tar xf telegraf-1.32.3_linux_armhf.tar.gz
# Debian-based image
docker pull quay.io/influxdb/telegraf-nightly:latest
# Alpine-based image
docker pull quay.io/influxdb/telegraf-nightly:alpine
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_darwin_amd64.tar.gz
tar xf telegraf-nightly_darwin_amd64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_darwin_arm64.tar.gz
tar xf telegraf-nightly_darwin_arm64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf_nightly_amd64.deb
sudo dpkg -i telegraf_nightly_amd64.deb
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly.x86_64.rpm
sudo yum install telegraf-nightly.x86_64.rpm
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_windows_amd64.zip -UseBasicParsing -OutFile telegraf-nightly_windows_amd64.zip
Expand-Archive .\telegraf-nightly_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\telegraf'
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_linux_amd64.tar.gz
tar xf telegraf-nightly_linux_amd64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_static_linux_amd64.tar.gz
tar xf telegraf-nightly_static_linux_amd64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_linux_i386.tar.gz
tar xf telegraf-nightly_linux_i386.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_linux_arm64.tar.gz
tar xf telegraf-nightly_linux_arm64.tar.gz
wget https://download.influxdata.com/telegraf/nightlies/telegraf-nightly_linux_armhf.tar.gz
tar xf telegraf-nightly_linux_armhf.tar.gz
Free training for time series app developers.
For updates on the latest releases and access to the InfluxDB Open Source Software Onboarding Guide, you can register here.