github.com/influxdata/telegraf@v1.30.3/docs/SUPPORTED_PLATFORMS.md (about)

     1  # Supported Platforms
     2  
     3  This doc helps define the platform support for Telegraf. See the
     4  [install guide][] for specific options for installing Telegraf.
     5  
     6  Bug reports should be submitted only for supported platforms that are under
     7  general support, not extended or paid support. In general, Telegraf supports
     8  Linux, macOS, Microsoft Windows, and FreeBSD.
     9  
    10  Telegraf is written in Go, which supports many operating systems. Golang.org
    11  has a [table][go-table] of valid OS and architecture combinations and the Go
    12  Wiki has more specific [minimum requirements][go-reqs] for Go itself. Telegraf
    13  may work and produce builds for other operating systems and users are welcome to
    14  build their own binaries for them. Again, bug reports must be made on a
    15  supported platform.
    16  
    17  [install guide]: /docs/INSTALL_GUIDE.md
    18  [go-table]: https://golang.org/doc/install/source#environment
    19  [go-reqs]: https://github.com/golang/go/wiki/MinimumRequirements#operating-systems
    20  
    21  ## FreeBSD
    22  
    23  Telegraf supports releases under FreeBSD security support. See the
    24  [FreeBSD security page][] for specific versions.
    25  
    26  [FreeBSD security page]: https://www.freebsd.org/security/#sup
    27  
    28  ## Linux
    29  
    30  Telegraf will support the latest generally supported versions of major linux
    31  distributions. This does not include extended supported releases where customers
    32  can pay for additional support.
    33  
    34  Below are some of the major distributions and the intent to support:
    35  
    36  * [Debian][]: Releases supported by security and release teams
    37  * [Fedora][]: Releases currently supported by Fedora team
    38  * [Red Hat Enterprise Linux][]: Releases under full support
    39  * [Ubuntu][]: Releases, interim and LTS, releases in standard support
    40  
    41  [Debian]: https://wiki.debian.org/LTS
    42  [Fedora]: https://fedoraproject.org/wiki/Releases
    43  [Red Hat Enterprise Linux]: https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates
    44  [Ubuntu]: https://ubuntu.com/about/release-cycle
    45  
    46  ## macOS
    47  
    48  Telegraf supports releases supported by Apple. Release history is available from
    49  [wikipedia][wp-macos].
    50  
    51  [wp-macos]: https://endoflife.date/macos
    52  
    53  ## Microsoft Windows
    54  
    55  Telegraf intends to support current versions of [Windows][] and
    56  [Windows Server][]. The release must be under mainstream or generally supported
    57  and not under any paid or extended security support.
    58  
    59  [Windows]: https://learn.microsoft.com/en-us/lifecycle/faq/windows
    60  [Windows Server]: https://learn.microsoft.com/en-us/windows-server/get-started/windows-server-release-info