InfluxData - Package Repository


Filename Last Modified Size
.. - -
1016ac31a1ffa943e7124f1e7078c03e58d8ffc4dd5567d2a60f95e2a7c51568-other.sqlite.bz2 2024-06-26 15:45:51+00:00 2613
5a26ae9afb2c7fc52e2e20e453977d180df7be763dc1eabc0a765ad6d6b9e1fa-filelists.sqlite.bz2 2024-06-26 15:45:51+00:00 5993
6a338b954c6d85dffa591ecb196cb753d18f3b4cf86b65292db2ea1420de4e49-filelists.xml.gz 2024-06-26 15:45:51+00:00 1769
9e0d61d6733ecbd4ed9e50a86fac6ba4aa9e94fb6beb0eda4775584ae59867c8-primary.sqlite.bz2 2024-06-26 15:45:51+00:00 11166
b4c55b2592a9ebda845dfc5c1ab33a6ae5eef005cd11da72bd7f935c424ef41f-other.xml.gz 2024-06-26 15:45:51+00:00 1548
f76fa49e06a94fbe550fc57b5fba8bbfbacbe03ba54ea0cbccd3a53e76049821-primary.xml.gz 2024-06-26 15:45:51+00:00 4260
repomd.xml 2024-06-26 15:45:51+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