InfluxData - Package Repository


Filename Last Modified Size
.. - -
26e16297f180d2799457a8668f4498b99c04bbd7403f3b6f3155d5611b5cd371-other.sqlite.bz2 2024-09-11 19:40:53+00:00 22391
3d510a6c16ce16302ecc1cc2a0dbd1f910d46b60fc1045d6e24e6148b58d1b1d-other.xml.gz 2024-09-11 19:40:53+00:00 16649
7febd8a9bc9b059723baf945b4dc0437d7b01ad0c381de6fed1d716a223984d3-filelists.sqlite.bz2 2024-09-11 19:40:52+00:00 59777
81ceb47e56c85bca2a63c76d5e0fadb178faffaa59e2e4a1bf827f72903fb97d-filelists.xml.gz 2024-09-11 19:40:53+00:00 22393
c72672f0bcf4bbe58dde283bf26ecbb85655047a479d11b340b0e7b39505ad74-primary.xml.gz 2024-09-11 19:40:53+00:00 41784
d1f29feb1ae5758f7eb922849ef706195aab7834267e997d2e9f85a79a9f3b85-primary.sqlite.bz2 2024-09-11 19:40:53+00:00 98746
repomd.xml 2024-09-11 19:40:52+00:00 3088

Instructions

This package repo contains RPM and DEB builds of the InfluxData products, including InfluxDB, Telegraf, Chronograf, and Kapacitor. Below are instructions on how to add this package repo to both RPM and DEB based systems.

DEB Repo

For DEB-based platforms (e.g. Ubuntu, Debian):


  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
    

RPM Repo

For RPM-based platforms (e.g. RHEL, CentOS):


  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
    

GPG Keys

There are currently two GPG keys users can use. The preferred key is influxdata-archive.key. However, if users are running on an older distribution (e.g. CentOS/RHEL 7, Ubuntu 18.04 LTS, or Debian Buster), then the influxdata-archive_compat.key is required for use. This is due to older versions of APT and RPM that do not support subkeys for verification.

Provided by: Nexcess.net