InfluxData - Package Repository


Filename Last Modified Size
.. - -
08e1b2ccadb8422719895c61550e67c3bbdb2339bc4591f7a371655364ff4b78-filelists.sqlite.bz2 2024-10-28 21:50:09+00:00 6918
3042c2d3693ce2ebbbec8da1e5de9e000e4da5c3683e642b64dc0ba2c0e7695b-primary.sqlite.bz2 2024-10-28 21:50:09+00:00 12927
514823367287fcabab6af8d74641e272193a876fec853551662d5025b2c12287-other.xml.gz 2024-10-28 21:50:09+00:00 1810
a468a2bf157a58f3295e95eb944c236a7be7f18761865cd5525a3138148c1ce0-other.sqlite.bz2 2024-10-28 21:50:09+00:00 3005
acf48497137657864bbb86ae355b1c60d6e650661f70809b8faaa13d9edfcbf8-primary.xml.gz 2024-10-28 21:50:09+00:00 4933
e711748803a1d160f93721abf4c247695b468a06c036974e708880cf6bd7fe0e-filelists.xml.gz 2024-10-28 21:50:09+00:00 2035
repomd.xml 2024-10-28 21:50:09+00:00 3079

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