Skip to content

Releases: influxdata/telegraf

v1.19.0

17 Jun 21:25
Compare
Choose a tag to compare

v1.19.0 [2021-06-17]

Release Notes

Bugfixes

  • #9182 Update pgx to v4
  • #9275 Fix reading config files starting with http:
  • #9196 serializers.prometheusremotewrite Update dependency and remove tags with empty values
  • #9051 outputs.kafka Don't prevent telegraf from starting when there's a connection error
  • #8795 parsers.prometheusremotewrite Update prometheus dependency to v2.21.0
  • #9295 outputs.dynatrace Use dynatrace-metric-utils
  • #9368 parsers.json_v2 Update json_v2 parser to handle null types
  • #9359 inputs.sql Fix import of sqlite and ignore it on all platforms that require CGO.
  • #9329 inputs.kube_inventory Fix connecting to the wrong url
  • #9358 upgrade denisenkom go-mssql to v0.10.0
  • #9283 processors.parser Fix segfault
  • #9243 inputs.docker Close all idle connections
  • #9338 inputs.suricata Support new JSON format
  • #9296 outputs.influxdb Fix endless retries

Features

  • #8987 Config file environment variable can be a URL
  • #9297 outputs.datadog Add HTTP proxy to datadog output
  • #9087 Add named timestamp formats
  • #9276 inputs.vsphere Add config option for the historical interval duration
  • #9274 inputs.ping Add an option to specify packet size
  • #9007 Allow multiple "--config" and "--config-directory" flags
  • #9249 outputs.graphite Allow more characters in graphite tags
  • #8351 inputs.sqlserver Added login_name
  • #9223 inputs.dovecot Add support for unix domain sockets
  • #9118 processors.strings Add UTF-8 sanitizer
  • #9156 inputs.aliyuncms Add config option list of regions to query
  • #9138 common.http Add OAuth2 to HTTP input
  • #8822 inputs.sqlserver Enable Azure Active Directory (AAD) authentication support
  • #9136 inputs.cloudwatch Add wildcard support in dimensions configuration
  • #5517 inputs.mysql Gather all mysql channels
  • #8911 processors.enum Support float64
  • #9105 processors.starlark Support nanosecond resolution timestamp
  • #9080 inputs.logstash Add support for version 7 queue stats
  • #9074 parsers.prometheusremotewrite Add starlark script for renaming metrics
  • #9032 inputs.couchbase Add ~200 more Couchbase metrics via Buckets endpoint
  • #8596 inputs.sqlserver input/sqlserver: Add service and save connection pools
  • #9042 processors.starlark Add math module
  • #6952 inputs.x509_cert Wildcard support for cert filenames
  • #9004 processors.starlark Add time module
  • #8891 inputs.kinesis_consumer Add content_encoding option with gzip and zlib support
  • #8996 processors.starlark Add an example showing how to obtain IOPS from diskio input
  • #8966 inputs.http_listener_v2 Add support for snappy compression
  • #8661 inputs.cisco_telemetry_mdt Add support for events and class based query
  • #8861 inputs.mongodb Optionally collect top stats
  • #8979 parsers.value Add custom field name config option
  • #8544 inputs.sqlserver Add an optional health metric

New Input Plugins

New Output Plugins

New Parser Plugins

New External Plugins

Arch Platform Package SHA256
arm64 Centos telegraf-1.19.0-1.aarch64.rpm 1b2b88440c6704542b533b67cdfa08c9682c90016511ea7854c59d8609457a31
armel Centos telegraf-1.19.0-1.armel.rpm 0d2508ec3ca0cdea9513e269bd87af60564d7ae21f39a47f18b60da860331689
armv6hl Centos telegraf-1.19.0-1.armv6hl.rpm c83ff38956e8ef10a4157c7262482e8ee37b2ae64e910eeba24b2007cd2f7f86
i386 Centos telegraf-1.19.0-1.i386.rpm 1e671b0a95051e3ade4465d4552262c8a384f70c89596ac49e2732ec9bb90243
ppc64le Centos telegraf-1.19.0-1.ppc64le.rpm 1216f9e965238aace11095b970aeab37e1103858691a2449160aa5fa6484564d
s390x Centos telegraf-1.19.0-1.s390x.rpm 620fb07c0451de89d13b9300a6b5a7f22f5a613e9cf0be0f55dd5062b4a2e392
amd64 Centos telegraf-1.19.0-1.x86_64.rpm 1e45d52f3d5effb25924e200bb0d2433c32fa9818b81718302784d7991920e2a
amd64 Mac OS X telegraf-1.19.0_darwin_amd64.dmg 174596ec8b4c8f9613c287aee266693e4412af1a3a9763f2d8b2eae43a5e4112
amd64 Mac OS X telegraf-1.19.0_darwin_amd64.tar.gz 73c951a4651a6bb8b8248549e48360b0124d9958f54a682e2a1048eac65ac298
amd64 FreeBSD telegraf-1.19.0_freebsd_amd64.tar.gz 14f4f2e43a14450c3bb4867ef30ab1446fd2852d09d99783a18aecfddabfefec
unknown FreeBSD telegraf-1.19.0_freebsd_armv7.tar.gz d9641cb8074a6a88ed5985db3d9488fafec348624e87e45467e976c0e6ecf249
i386 FreeBSD telegraf-1.19.0_freebsd_i386.tar.gz d96713d74acd9eef46d5ffb12c0789620ac7bcfc36497db25c93229a2d3fec8b
amd64 Linux telegraf-1.19.0_linux_amd64.tar.gz fae890af1fd33d19eba9e3752eeb72c0089a770f77d0a8ea93393af8ec4b61cf
arm64 Linux [telegraf-1.19.0_linux_arm64.tar.gz](https://dl.influxdata.com/telegraf/release...
Read more

v1.19.0-rc1

10 Jun 20:50
Compare
Choose a tag to compare
v1.19.0-rc1 Pre-release
Pre-release

v1.19.0-rc1 [2021-06-10]

Release Notes

Bugfixes

  • #9182 Update pgx to v4
  • #9275 Fix reading config files starting with http:
  • #9196 serializers.prometheusremotewrite Update dependency and remove tags with empty values
  • #9051 outputs.kafka Don't prevent telegraf from starting when there's a connection error
  • #8795 parsers.prometheusremotewrite Update prometheus dependency to v2.21.0
  • #9295 outputs.dynatrace Use dynatrace-metric-utils

Features

  • #8987 Config file environment variable can be a URL
  • #9297 outputs.datadog Add HTTP proxy to datadog output
  • #9087 Add named timestamp formats
  • #9276 inputs.vsphere Add config option for the historical interval duration
  • #9274 inputs.ping Add an option to specify packet size
  • #9007 Allow multiple "--config" and "--config-directory" flags
  • #9249 outputs.graphite Allow more characters in graphite tags
  • #8351 inputs.sqlserver Added login_name
  • #9223 inputs.dovecot Add support for unix domain sockets
  • #9118 processors.strings Add UTF-8 sanitizer
  • #9156 inputs.aliyuncms Add config option list of regions to query
  • #9138 common.http Add OAuth2 to HTTP input
  • #8822 inputs.sqlserver Enable Azure Active Directory (AAD) authentication support
  • #9136 inputs.cloudwatch Add wildcard support in dimensions configuration
  • #5517 inputs.mysql Gather all mysql channels
  • #8911 processors.enum Support float64
  • #9105 processors.starlark Support nanosecond resolution timestamp
  • #9080 inputs.logstash Add support for version 7 queue stats
  • #9074 parsers.prometheusremotewrite Add starlark script for renaming metrics
  • #9032 inputs.couchbase Add ~200 more Couchbase metrics via Buckets endpoint
  • #8596 inputs.sqlserver input/sqlserver: Add service and save connection pools
  • #9042 processors.starlark Add math module
  • #6952 inputs.x509_cert Wildcard support for cert filenames
  • #9004 processors.starlark Add time module
  • #8891 inputs.kinesis_consumer Add content_encoding option with gzip and zlib support
  • #8996 processors.starlark Add an example showing how to obtain IOPS from diskio input
  • #8966 inputs.http_listener_v2 Add support for snappy compression
  • #8661 inputs.cisco_telemetry_mdt Add support for events and class based query
  • #8861 inputs.mongodb Optionally collect top stats
  • #8979 parsers.value Add custom field name config option
  • #8544 inputs.sqlserver Add an optional health metric

New Input Plugins

New Output Plugins

New Parser Plugins

New External Plugins

Arch Platform Package SHA256
arm64 Centos telegraf-1.19.0-0.rc1.aarch64.rpm 8aadb73d0e6fdfb69f497f13a9d872bf08ac937f4233a57437d29e9235a3d72f
armel Centos telegraf-1.19.0-0.rc1.armel.rpm f7300278e53b7d220b484e62c5ed1aaf3f6fad8154480f84af664630e1de592e
armv6hl Centos telegraf-1.19.0-0.rc1.armv6hl.rpm 46eee33d80a02169b96e07cb9357d25a5ff3f2262ea529dda156822036cb8d46
i386 Centos telegraf-1.19.0-0.rc1.i386.rpm 6fddc522585a4fa062c852f28934e234491e433d0e68b1b71850f1ec25be7b36
ppc64le Centos telegraf-1.19.0-0.rc1.ppc64le.rpm 56cfb83a0a473a6aae8f9bd3c0f62b91e7973694d2e2f6d1658e8a85be4d28b4
s390x Centos telegraf-1.19.0-0.rc1.s390x.rpm d37a900516929b15f102461b7120a915d69370523dcdacc6a608c61fe77cfbe4
amd64 Centos telegraf-1.19.0-0.rc1.x86_64.rpm 73ea928fe6f2a04346338329944ed7e7e2303339c30aa7d386ee1573d060ac2e
amd64 Mac OS X telegraf-1.19.0~rc1_darwin_amd64.dmg 4d3464da21d2a46d806838a735b0c2ec96c0b9863095b198387beba1ea92a487
amd64 Mac OS X telegraf-1.19.0~rc1_darwin_amd64.tar.gz 437bd8180a82efa1a69f10cf2478cbe4a0a014161f8957cf5242c8fd3442b983
amd64 FreeBSD telegraf-1.19.0~rc1_freebsd_amd64.tar.gz 084ab6fd77b285aa05bc55c1bc35bdc032ae8c7f8579bb8b45a28e0802a84138
unknown FreeBSD telegraf-1.19.0~rc1_freebsd_armv7.tar.gz e2b59aefc9dbf65d66e71b810e49caa7fa4ad548401477757a5e39cbc8d47b57
i386 FreeBSD telegraf-1.19.0~rc1_freebsd_i386.tar.gz ccb6d67348bc75fbb6e42e00c8f467e024a1ac0253cd42b87376810d85d66e2f
amd64 Linux telegraf-1.19.0~rc1_linux_amd64.tar.gz b3de14beb48b5d2250eba2150b4d19c1adf30c4487157b97ebbf7895a00c6e83
arm64 Linux telegraf-1.19.0~rc1_linux_arm64.tar.gz 90ee56464de317ddcb7f8f66b6e8ca49fd31ac6b5579f08fcf1a22ad828a99a5
armel Linux telegraf-1.19.0~rc1_linux_armel.tar.gz 933744f976272dd0725e571f7b3045fba8c416ba03dad6c2e7a0670511e92c49
armhf Linux telegraf-1.19.0~rc1_linux_armhf.tar.gz 015758ea5fd7df71366e1cf0606cad5d2a9a813dd3e05e8a28331df7e17d7905
i386 Linux telegraf-1.19.0~rc1_linux_i386.tar.gz eb53cafbcd599bfda7cc69f5a9c1c15e4399786135aace12ce230907848bcafc
mips Linux [telegraf-1.19.0~rc1_linux_mips.tar.gz](https://dl.influxdata.com/telegraf/releases/telegraf-1.19.0~rc1_linux_mip...
Read more

v1.19.0-rc0

04 Jun 23:46
Compare
Choose a tag to compare
v1.19.0-rc0 Pre-release
Pre-release

v1.19.0-rc0 [2021-06-04]

Release Notes

Bugfixes

  • #9182 Update pgx to v4
  • #9275 Fix reading config files starting with http:
  • #9196 serializers.prometheusremotewrite Update dependency and remove tags with empty values
  • #9051 outputs.kafka Don't prevent telegraf from starting when there's a connection error
  • #8795 parsers.prometheusremotewrite Update prometheus dependency to v2.21.0

Features

  • #8987 Config file environment variable can be a URL
  • #9297 outputs.datadog Add HTTP proxy to datadog output
  • #9087 Add named timestamp formats
  • #9276 inputs.vsphere Add config option for the historical interval duration
  • #9274 inputs.ping Add an option to specify packet size
  • #9007 Allow multiple "--config" and "--config-directory" flags
  • #9249 outputs.graphite Allow more characters in graphite tags
  • #8351 inputs.sqlserver Added login_name
  • #9223 inputs.dovecot Add support for unix domain sockets
  • #9118 processors.strings Add UTF-8 sanitizer
  • #9156 inputs.aliyuncms Add config option list of regions to query
  • #9138 common.http Add OAuth2 to HTTP input
  • #8822 inputs.sqlserver Enable Azure Active Directory (AAD) authentication support
  • #9136 inputs.cloudwatch Add wildcard support in dimensions configuration
  • #5517 inputs.mysql Gather all mysql channels
  • #8911 processors.enum Support float64
  • #9105 processors.starlark Support nanosecond resolution timestamp
  • #9080 inputs.logstash Add support for version 7 queue stats
  • #9074 parsers.prometheusremotewrite Add starlark script for renaming metrics
  • #9032 inputs.couchbase Add ~200 more Couchbase metrics via Buckets endpoint
  • #8596 inputs.sqlserver input/sqlserver: Add service and save connection pools
  • #9042 processors.starlark Add math module
  • #6952 inputs.x509_cert Wildcard support for cert filenames
  • #9004 processors.starlark Add time module
  • #8891 inputs.kinesis_consumer Add content_encoding option with gzip and zlib support
  • #8996 processors.starlark Add an example showing how to obtain IOPS from diskio input
  • #8966 inputs.http_listener_v2 Add support for snappy compression
  • #8661 inputs.cisco_telemetry_mdt Add support for events and class based query
  • #8861 inputs.mongodb Optionally collect top stats
  • #8979 parsers.value Add custom field name config option
  • #8544 inputs.sqlserver Add an optional health metric

New Input Plugins

New Output Plugins

New Parser Plugins

New External Plugins

Arch Platform Package SHA256
arm64 Centos telegraf-1.19.0-0.rc0.aarch64.rpm bae1ced529d3410199f7573e0a992b4f617e433f3e2510cdfd29f30143f5960b
armel Centos telegraf-1.19.0-0.rc0.armel.rpm 42159fb61c7e4d1168e1795da07167c496ad77d2fbb620b633328809336b6e3f
armv6hl Centos telegraf-1.19.0-0.rc0.armv6hl.rpm 437a1c3ddaa4d855ec2bd9451f34a77c77c43d0cadcd7e998b9a28a838513799
i386 Centos telegraf-1.19.0-0.rc0.i386.rpm 83852850418ac27f6b755fbb250999dd0ab6d8f9169d93edbba0a7be700649c5
ppc64le Centos telegraf-1.19.0-0.rc0.ppc64le.rpm f432d0c97e69e05d869acfe0436cc69ecf0cb4e335b3cf26c955e8ac70fe7e5b
s390x Centos telegraf-1.19.0-0.rc0.s390x.rpm f02aabf9cbf7d1e9b552cff6039e2497f1b65e36378dcd1c27f34224c137ffbb
amd64 Centos telegraf-1.19.0-0.rc0.x86_64.rpm 3108ea72fd0abfc30400c67fc90ac4145dcad48f401c623a32b0bea9773b2edb
amd64 Mac OS X telegraf-1.19.0~rc0_darwin_amd64.dmg 6f98c6aba1ca3cc0257f2f9761c1f01776adf7029b4e482a574eca6711627113
amd64 Mac OS X telegraf-1.19.0~rc0_darwin_amd64.tar.gz 80961c8cd2a6372256f0ab8da9e638688fa36b28a5a26b6e14b4f90f1f41fce5
amd64 FreeBSD telegraf-1.19.0~rc0_freebsd_amd64.tar.gz 0dbd62e480f99e1047e393d0077ce450217e19122973bb004626f8d1dfe0476b
unknown FreeBSD telegraf-1.19.0~rc0_freebsd_armv7.tar.gz ee206f54af4084faefd14a12701d57f58ed9c913f089e75a9eefab92ea5f8f34
i386 FreeBSD telegraf-1.19.0~rc0_freebsd_i386.tar.gz fe210a13b0ef8a827e6cbee47566ce57f515d8429e26e9bcb24cb820ec18a966
amd64 Linux telegraf-1.19.0~rc0_linux_amd64.tar.gz 5641d11e0dfc8dc509f49585f216a8ec1e4049eddf1f4a741aa32aa731526181
arm64 Linux telegraf-1.19.0~rc0_linux_arm64.tar.gz fcedebe3340f42e7ed10bc86a67ec76240b3b8e424bdf1d410d015fca545703e
armel Linux telegraf-1.19.0~rc0_linux_armel.tar.gz bb5e03fa6b0886d9af8da0513401f92ee016c222c127480e46755d818955e158
armhf Linux telegraf-1.19.0~rc0_linux_armhf.tar.gz a87c57530d9855af86c08b9efad9a12eda046f6d5e5aa7e683d407cfcbca8944
i386 Linux telegraf-1.19.0~rc0_linux_i386.tar.gz 59841954e98482254ee4194c9e646d7ca80bf710d55ab8244c9177e1443e41ca
mips Linux telegraf-1.19.0~rc0_linux_mips.tar.gz af9f084fb5cddff7e8623c7b421a212b9b5dc0421f8413be207ec1e3f452f45a
mipsel Linux telegraf-1.19.0~rc0_linux_mipsel.tar.gz ac79e07501f5d5cbfbf15db11768af32c39b7614cd0353d48f856c2f0ee59e40
ppc64le Linux telegraf-1.19.0~rc0_linux_ppc64le.tar.gz `fcae429...
Read more

v1.18.3

21 May 23:00
Compare
Choose a tag to compare

v1.18.3 [2021-05-20]

Release Notes

  • Added FreeBSD armv7 build

Bugfixes

  • #9271 inputs.prometheus Set user agent when scraping prom metrics
  • #9203 Migrate from soniah/gosnmp to gosnmp/gosnmp and update to 1.32.0
  • #9169 inputs.kinesis_consumer Fix repeating parser error
  • #9130 inputs.sqlserver Remove disallowed whitespace from sqlServerRingBufferCPU query
  • #9238 Update hashicorp/consul/api module to v1.8.1
  • #9235 Migrate from docker/libnetwork/ipvs to moby/ipvs
  • #9224 Update shirou/gopsutil to 3.21.3
  • #9209 Update microsoft/ApplicationInsights-Go to 0.4.4
  • #9190 Update gogo/protobuf to 1.3.2
  • #8746 Update Azure/go-autorest/autorest/azure/auth to 0.5.6 and Azure/go-autorest/autorest to 0.11.17
  • #8745 Update collectd.org to 0.5.0
  • #8716 Update nats-io/nats.go 1.10.0
  • #9039 Update golang/protobuf to v1.5.1
  • #8937 Migrate from ericchiang/k8s to kubernetes/client-go

Features

  • #8913 outputs.elasticsearch Add ability to enable gzip compression
Arch Platform Package SHA256
arm64 Centos telegraf-1.18.3-1.aarch64.rpm b53159d59b5681d9d8b346d95f77e2d66f47afedb83286e398fd1a5f89dbe74e
armel Centos telegraf-1.18.3-1.armel.rpm b4062397c4968e435b534705a8a52b7f00045c4e08d2c994e3c85e31725cd228
armv6hl Centos telegraf-1.18.3-1.armv6hl.rpm 5c02cfc426e8e102de7e2defdea34fa3eb0fbad67061343cf77a1491e6621d89
i386 Centos telegraf-1.18.3-1.i386.rpm 6dbb28a8a1c82db60f6b6e854aa9e21245838b4611d62be36937c5458d623f83
ppc64le Centos telegraf-1.18.3-1.ppc64le.rpm 6e6fc5c1a1b36c97ef3d1a6dbb68d05b34423b556e67ee63c3836e6c11ab72ac
s390x Centos telegraf-1.18.3-1.s390x.rpm 1035b309483220d484782f4bff0a789bada7580bd5efcfc73a87ef82d26fe5d4
amd64 Centos telegraf-1.18.3-1.x86_64.rpm 793ab05a7ec17b7a08cf14ab68f4c60a44b352477294407db97fd9f1dea98e81
amd64 Mac OS X telegraf-1.18.3_darwin_amd64.dmg 297ba0eb9cd420b1ecdcee8ef1ad4faab6aad950862eb22a942aff45e0144385
amd64 Mac OS X telegraf-1.18.3_darwin_amd64.tar.gz 2e6f4520f22ad4e3edfe9a9d33a249bbcd5997d57b88d917a893ea69e0a5ecde
amd64 FreeBSD telegraf-1.18.3_freebsd_amd64.tar.gz 8748c44857c85f52ce8f19673b1f14c6b330031311cd3bb7d55cd677223c2b0b
unknown FreeBSD telegraf-1.18.3_freebsd_armv7.tar.gz 9e9c1e8a9c5d73eb9e81173b3778f67058ea2a49180bbb26d46ef18a9e943925
i386 FreeBSD telegraf-1.18.3_freebsd_i386.tar.gz 1fbbb062c79ae8e79799769873ced251a8354caf0b1eb10798724a0c64408c89
amd64 Linux telegraf-1.18.3_linux_amd64.tar.gz 8fa528ad53d4e23bf52e0abb93125134b4f46755b2f28331c27119a078542f9c
arm64 Linux telegraf-1.18.3_linux_arm64.tar.gz 473afc20d9f6aa6ac880d72f2c3ea1e2089152f8b48fb7e6ae4309438315e7fa
armel Linux telegraf-1.18.3_linux_armel.tar.gz 0a565fb087c5a8418f45dcaefa71a487d3156e3cb234c9a63cab64ef263e43d7
armhf Linux telegraf-1.18.3_linux_armhf.tar.gz ce43432639350c222a3495b8cd77b8eddc6883d1766f58b4b6d19ebd8dd14510
i386 Linux telegraf-1.18.3_linux_i386.tar.gz 5945ba51a8d8dd1499d6416d14e04538393f2e18d353e5bfb916734300aee957
mips Linux telegraf-1.18.3_linux_mips.tar.gz 2e3b5fa8ebb93c5573bfbf8dc6b6a54c16afd2171d4c4d8d2341a95a13e5d231
mipsel Linux telegraf-1.18.3_linux_mipsel.tar.gz 35333b2b8a9511fb7a5ffc123689cfbe3c5c1c1b7134e682d84f9aac169b7873
ppc64le Linux telegraf-1.18.3_linux_ppc64le.tar.gz 25067bde77265874fcc9e0ad5db126f9babd79851f4c17179cf88346e9902ef2
s390x Linux telegraf-1.18.3_linux_s390x.tar.gz 737e1b8ad31a4276a8f3148522e7cc18217be4d17258d9e413419af807b4c914
amd64 Linux telegraf-1.18.3_static_linux_amd64.tar.gz 3882fec56ae4a29bfdee434e823f04f1de20c275ba61707b5b7673606dc6eabf
amd64 Windows telegraf-1.18.3_windows_amd64.zip ec4972b6bfd58d2f6f39c786d03fd523dfa8593de4870e1199c467e6ba9b4973
i386 Windows telegraf-1.18.3_windows_i386.zip 023255d4eb57f43ee046ad8aad3ac1d5eef69c3a9f3717fd82bda600e88c6fa6
amd64 Debian telegraf_1.18.3-1_amd64.deb 6f5952496aa597a1a0ff93e6f132ba75d9507ba42e5d8474ffe82eb00287a05b
arm64 Debian telegraf_1.18.3-1_arm64.deb 055b5bfd6c33295ed8a7a1b9bb250a7c9bea58955aae3f2475f10c050b60eb8a
armel Debian telegraf_1.18.3-1_armel.deb fbf4ad6dda01d56e9a5842cc275169ea2df1efffe3b6f948606b00c5ebc03130
armhf Debian telegraf_1.18.3-1_armhf.deb 3c5edd0994f9c3a9c7036ad6253e80bd1428cf5612ebae2b3c8b3ac8009dce1b
i386 Debian telegraf_1.18.3-1_i386.deb 79c72c3b123b068c69403e194990ce72ee41f26c5b4aaddbf65c89cc81161422
mips Debian telegraf_1.18.3-1_mips.deb 3b365ccee6181c0aa00372a2a72923451e047a6c44e47467f54031881b6459e0
mipsel Debian telegraf_1.18.3-1_mipsel.deb 701cd0d03670cd39d0c23045ed2923fb2c1286a4d6b57facb9f1b8a78f00f675
unknown Debian telegraf_1.18.3-1_ppc64el.deb 2bf11955c1fbf3df53ded70e9a0c91c2e7c79a218c8f20ec3a73defd21d30b0a
s390x Debian telegraf_1.18.3-1_s390x.deb 5e50db80bc83ded68d8b85f00dbd4661269b856c60e9a6d1a24b4631c6dcf2f2

v1.18.2

29 Apr 21:58
Compare
Choose a tag to compare

v1.18.2 [2021-04-28]

Bugfixes

  • #9160 processors.converter Add support for large hexadecimal strings
  • #9195 inputs.apcupsd Fix apcupsd 'ALARMDEL' bug via forked repo
  • #9110 parsers.json Make JSON format compatible with nulls
  • #9128 inputs.nfsclient Fix nfsclient ops map to allow collection of metrics other than read and write
  • #8917 inputs.snmp Log snmpv3 auth failures
  • #8892 common.shim Accept larger inputs from scanner
  • #9045 inputs.vsphere Add MetricLookback setting to handle reporting delays in vCenter 6.7 and later
  • #9026 outputs.sumologic Carbon2 serializer: sanitize metric name
  • #9086 inputs.opcua Fix error handling
Arch Platform Package SHA256
arm64 Centos telegraf-1.18.2-1.aarch64.rpm c157831e7cac72e1d68929b1c7afd89eb798ce33644b69dad79e0e1275e2ddc4
armel Centos telegraf-1.18.2-1.armel.rpm ef430063141b6439814d292e89724f5f2e3f3c7e84dbf8ede07e5d2cbf249a05
armv6hl Centos telegraf-1.18.2-1.armv6hl.rpm d163288da16695c1aab3230a8dcc67c493a581a9c13dc8957d7bab9817f8d07c
i386 Centos telegraf-1.18.2-1.i386.rpm a7255f374cb40c8c96fe1521184ca69eca35be532b6911318804b799bee1565c
ppc64le Centos telegraf-1.18.2-1.ppc64le.rpm 78297bf11b1f8180859d6c7c9a34f40a8e5b026e3bd6a47c4e7b9a9a843e1274
s390x Centos telegraf-1.18.2-1.s390x.rpm f8fbbeda44a7145d870d3474b60c3ec6aec6d6f8b66e187f68e997d4d22416d4
amd64 Centos telegraf-1.18.2-1.x86_64.rpm e568a22b9d35de89997263af7565ec6044ff91c92b5fbe54ad42e94b13594512
amd64 Mac OS X telegraf-1.18.2_darwin_amd64.dmg 1ddb5a5df4a1757b519bb3901711204479c0066662a406cb23f4a4848b378901
amd64 Mac OS X telegraf-1.18.2_darwin_amd64.tar.gz 6cca487617dc88bbc48e9566c76530e2245cf26e5e0583e74b7482ffb9f68994
amd64 FreeBSD telegraf-1.18.2_freebsd_amd64.tar.gz eeffb3f3b0bc6fa3a68a1378cb03eec03052311b308476cb5045093a22512862
i386 FreeBSD telegraf-1.18.2_freebsd_i386.tar.gz 9f3a7799803d8b8300f142ff07a02e7ad61842e04110005572a460d26b9d40f6
amd64 Linux telegraf-1.18.2_linux_amd64.tar.gz 9a01d0351b3bafd94ada8278f191271242cd12122c22b4ec44fdc55ae062fc4a
arm64 Linux telegraf-1.18.2_linux_arm64.tar.gz 7286810114bf01981195a8a20abf9fccd09ad5d03d0ef66377d684332da0bbfb
armel Linux telegraf-1.18.2_linux_armel.tar.gz 80351e003afe1db0c6029dda1104162efc21435c20616892c9a45a7fac0d8096
armhf Linux telegraf-1.18.2_linux_armhf.tar.gz e5607606015772b88df6de098a6a061b68b47cb8d56986ce688a39af53640e47
i386 Linux telegraf-1.18.2_linux_i386.tar.gz 4d97e915deb937608e253ec2be9120ba6917f83367c58d01b42e7b13c81759fd
mips Linux telegraf-1.18.2_linux_mips.tar.gz 74938ab1feee45dcf198b264cbc14d39450e49b4d726ee0283c955cb59b19683
mipsel Linux telegraf-1.18.2_linux_mipsel.tar.gz 38314e2af8ac3d85879de84bee1f015b2d962966d09e61ccc606cb1c8827b545
ppc64le Linux telegraf-1.18.2_linux_ppc64le.tar.gz 52e71b0bb288304e922eee7b438e507b4d38519b979148d3144b51436b5ae9b4
s390x Linux telegraf-1.18.2_linux_s390x.tar.gz bf6197b579a098fe0720bd0caedf1bf6ef25eb0fc3dd765c96395a937269af1b
amd64 Linux telegraf-1.18.2_static_linux_amd64.tar.gz db7dd0bf234290dcebe267aa8bf9e5c941172f443211834282c370741b908a4d
amd64 Windows telegraf-1.18.2_windows_amd64.zip 5a60cbd66787dcb5cb32faf206a7b0623501f5e4157fab9ec69aa1a956532cc5
i386 Windows telegraf-1.18.2_windows_i386.zip afe590ab0b78f2229879154773619fcbd6fd251b8ebdd7187bd07c25121e799a
amd64 Debian telegraf_1.18.2-1_amd64.deb 7d895e2219fd24fff0d8e4e521d2a2369e0fb7b76f2a9cd7593456b808a3eef9
arm64 Debian telegraf_1.18.2-1_arm64.deb 6371962437953a370217edf86821073ca1137a634df6348bd0679dbc65179e76
armel Debian telegraf_1.18.2-1_armel.deb 0dd279fcecb5d8a2d5bf8b768518287eea7548e2699cdf1a8bc186b853af26f6
armhf Debian telegraf_1.18.2-1_armhf.deb 738ced8f7838164c29077a3f9e56aee4b4fc2ab25f17311c972280fbfd9bdc73
i386 Debian telegraf_1.18.2-1_i386.deb f45c15aa130bb000fbe3293c64cf290c409f443132ca0c599dca0356cbb9d540
mips Debian telegraf_1.18.2-1_mips.deb b4ac13aa42930d92a6759127ffaed229e899730241347bf94c5234b42cfd8bdf
mipsel Debian telegraf_1.18.2-1_mipsel.deb 22655dbbfdc8d8962a10a902253e3d39340f603a558a71ac0010e8ba69dc158d
unknown Debian telegraf_1.18.2-1_ppc64el.deb b1d2bf9ff85439a835e0bcd7f6d8550e1e6dfc60ce0cecec366042e08939e7ff
s390x Debian telegraf_1.18.2-1_s390x.deb c4f9fb07747b70f4cdd5232dc31ac7b7af5b4fe4cd8be430bdc8762a5e340632

v1.18.1

07 Apr 20:01
Compare
Choose a tag to compare

v1.18.1 [2021-04-07]

Bugfixes

  • #9082 inputs.mysql Fix 'binary logs' query for MySQL 8
  • #9069 inputs.tail Add configurable option for the 'path' tag override
  • #9067 inputs.nfsclient Fix integer overflow in fields from mountstat
  • #9050 inputs.snmp Fix init when no mibs are installed
  • #9072 inputs.ping Always call SetPrivileged(true) in native mode
  • #9043 processors.ifname Get interface name more effeciently
  • #9056 outputs.yandex_cloud_monitoring Use correct compute metadata URL to get folder-id
  • #9048 outputs.azure_monitor Handle error when initializing the auth object
  • #8549 inputs.sqlserver Fix sqlserver_process_cpu calculation
  • #9035 inputs.ipmi_sensor Fix panic
  • #9009 inputs.docker Fix panic when parsing container stats
  • #8333 inputs.exec Don't truncate messages in debug mode
  • #8769 agent Close running outputs when reloadinlg
Arch Platform Package SHA256
arm64 Centos telegraf-1.18.1-1.aarch64.rpm a4f66bf12637609ebdab7f818582cfbf0caa1246d52c008c7f12d957b7a002dc
armel Centos telegraf-1.18.1-1.armel.rpm 01fb1a4e41837eb71ba79812e24e14696122e4677d3e5abebe8686910cf77396
armv6hl Centos telegraf-1.18.1-1.armv6hl.rpm 35a688e9f81a254ddeff897f76e655985955a6e81acf69d70081972096f2a681
i386 Centos telegraf-1.18.1-1.i386.rpm 8864aede5745b262210c0e2b3fe94248671e66c9ae33c51b6177488d607748b0
ppc64le Centos telegraf-1.18.1-1.ppc64le.rpm 8ad14a93ab57bb2f9181c3adec07a751f50af8963f357efa33a925f341824ac5
s390x Centos telegraf-1.18.1-1.s390x.rpm 8fe9aa2d52c6dd6363359b0b6bf872c79d7b8adfa1c52e7fe54618b53922293f
amd64 Centos telegraf-1.18.1-1.x86_64.rpm 6f0c36bf0bb0ae765866f2394b70524e351afa35e3ee63f578a36caf74525c7e
amd64 Mac OS X telegraf-1.18.1_darwin_amd64.dmg fdce9a6c61be48938c0d72356e4ceaf4bb9a84a2d792f0d8cf4963abe18c9b2c
amd64 Mac OS X telegraf-1.18.1_darwin_amd64.tar.gz c6ceb39873645fb8c78135750c28bb43987952e5ef59dcd07955571a93de57a6
amd64 FreeBSD telegraf-1.18.1_freebsd_amd64.tar.gz bdfbd3614b2b85253c554427b2921aef73dce884b300d2824a37bca8b87a8616
i386 FreeBSD telegraf-1.18.1_freebsd_i386.tar.gz f5a777835f9d34eeb276215a26aa5e195fb05633f1cfccaff31a3ba30f2ab889
amd64 Linux telegraf-1.18.1_linux_amd64.tar.gz 9983cbb853514f1940d237bb8ebd10d68ee6be051e560af04f19473d1e058fdc
arm64 Linux telegraf-1.18.1_linux_arm64.tar.gz 00b62e0ae5e71e967e75e2bd7927f3e20ecb731eb83bed538ca7544255d30950
armel Linux telegraf-1.18.1_linux_armel.tar.gz 497bbf94eec99e791a44d128091b76a334deb381eeace3757eac65de8b27021b
armhf Linux telegraf-1.18.1_linux_armhf.tar.gz b1924bca2a4936fa617be6c8713834a8624331cf014c9f4108267730c0413d4c
i386 Linux telegraf-1.18.1_linux_i386.tar.gz 32cc869a7177c0da92ba8362935991f04b0979229a74844c6ffdac0a8cb2ccc0
mips Linux telegraf-1.18.1_linux_mips.tar.gz c29202b03f0f4e34379f5d5feb6f3e3bea62a8d4adccfc042e67f9f0b9406f24
mipsel Linux telegraf-1.18.1_linux_mipsel.tar.gz 9a1fa7047779d19e86f093db60db01f062a4e7ec9e36b6c47d8d8b26e157ba10
ppc64le Linux telegraf-1.18.1_linux_ppc64le.tar.gz 95268cfe713c6fc71e94645aedd80b91cfe8f241e15da29c02a239e8b84e05a1
s390x Linux telegraf-1.18.1_linux_s390x.tar.gz 0e3038c50aec310a3768dd52db100470dc793e956198a6a58211a3f2fafb2dd2
amd64 Linux telegraf-1.18.1_static_linux_amd64.tar.gz e1be5cbc3d8e48f5919ebf3044c25555c8210ab11a0803d2feeb94c0f4ddebba
amd64 Windows telegraf-1.18.1_windows_amd64.zip f50916a2d20b0cede7a5936f6caa3a85244fd953684f52fa7c1bc927937ab8b5
i386 Windows telegraf-1.18.1_windows_i386.zip bdd2a21060bead1699fb0c1b6a56bfd3aca33e32fb61feafefdd2ffa7174e42a
amd64 Debian telegraf_1.18.1-1_amd64.deb f6e6f332aed6d4f28f70b33f978af313bd4b51b52eedd71a59d6e73ac02db3b3
arm64 Debian telegraf_1.18.1-1_arm64.deb 565783cd94961c5c5d447c03765a8f763828daa5f2d4b9ae4f403846ce2897e1
armel Debian telegraf_1.18.1-1_armel.deb 82afd421b54b2ae9b6c4790ba5ba244a67b4415976bdc63ebd496ffee49423a7
armhf Debian telegraf_1.18.1-1_armhf.deb 48afda7fec14b19cc864ef6a93df9c61d70e19422ec0d90d9faa3d47dfba1fa6
i386 Debian telegraf_1.18.1-1_i386.deb 712c26f6c9e30bf2203d5de243794cb41125f95415f6b961eec72ac6a37aecfc
mips Debian telegraf_1.18.1-1_mips.deb 04149f4fc3eb9219fac000e9697ef7b0b4a80904eff6e34686db19b44873a668
mipsel Debian telegraf_1.18.1-1_mipsel.deb 0be096e134f4cbd002a01deade84e4d79b88221b49cb9a8bae8b8cb1a4c8201d
unknown Debian telegraf_1.18.1-1_ppc64el.deb 8b0a0c6066a7a9e31ba2a874a528baaf4424789efd703cc6403e85e9ccf709a9
s390x Debian telegraf_1.18.1-1_s390x.deb 3ce2723a319cd65f3474686c02f4ac8bbc252e5bfc256419ece0f88abfb03b02

v1.18.0

17 Mar 21:59
Compare
Choose a tag to compare

v1.18.0 [2021-03-17]

Release Notes

  • Support Go version 1.16.2
  • Added support for code signing in Windows

Bugfixes

  • #7312 inputs.docker CPU stats respect perdevice
  • #8397 outputs.dynatrace Dynatrace Plugin: Make conversion to counters possible / Changed large bulk handling
  • #8655 inputs.sqlserver SqlServer - fix for default server list
  • #8703 inputs.docker Use consistent container name in docker input plugin
  • #8902 inputs.snmp Fix max_repetitions signedness issues
  • #8817 outputs.kinesis outputs.kinesis - log record error count
  • #8833 inputs.sqlserver Bug Fix - SQL Server HADR queries for SQL Versions
  • #8628 inputs.modbus fix: reading multiple holding registers in modbus input plugin
  • #8885 inputs.statsd Fix statsd concurrency bug
  • #8393 inputs.sqlserver SQL Perfmon counters - synced queries from v2 to all db types
  • #8873 processors.ifname Fix mutex locking around ifname cache
  • #8720 parsers.influx fix: remove ambiguity on '\v' from line-protocol parser
  • #8678 inputs.redis Fix Redis output field type inconsistencies
  • #8953 agent Reset the flush interval timer when flush is requested or batch is ready.
  • #8954 common.kafka Fix max open requests to one if idempotent writes is set to true
  • #8721 inputs.kube_inventory Set $HOSTIP in default URL
  • #8995 inputs.sflow fix segfaults in sflow plugin by checking if protocol headers are set
  • #8986 outputs.nats nats_output: use the configured credentials file

Features

  • #8887 inputs.procstat Add PPID field to procstat input plugin
  • #8852 processors.starlark Add Starlark script for estimating Line Protocol cardinality
  • #8828 serializers.msgpack Add MessagePack output data format
  • #8915 inputs.cloudwatch add proxy
  • #8910 agent Display error message on badly formatted config string array (eg. namepass)
  • #8785 inputs.diskio Non systemd support with unittest
  • #8850 inputs.snmp Support more snmpv3 authentication protocols
  • #8813 inputs.redfish added member_id as tag(as it is a unique value) for redfish plugin and added address of the server when the status is other than 200 for better debugging
  • #8613 inputs.phpfpm Support exclamation mark to create non-matching list in tail plugin
  • #8179 inputs.statsd Add support for datadog distributions metric
  • #8803 agent Add default retry for load config via url
  • #8816 Code Signing for Windows
  • #8772 processors.starlark Allow to provide constants to a starlark script
  • #8749 outputs.newrelic Add HTTP proxy setting to New Relic output plugin
  • #8543 inputs.elasticsearch Add configurable number of 'most recent' date-stamped indices to gather in Elasticsearch input
  • #8675 processors.starlark Add Starlark parsing example of nested JSON
  • #8762 inputs.prometheus Optimize for bigger kubernetes clusters (500+ pods)
  • #8950 inputs.teamspeak Teamspeak input plugin query clients
  • #8849 inputs.sqlserver Filter data out from system databases for Azure SQL DB only

New Input Plugins

  • #8834 Input plugin for RavenDB
  • #8525 Add CSGO SRCDS input plugin
  • #8751 Adding a new directory monitor input plugin.
  • #6653 Add Beat input plugin
  • #4615 Add NFS client input
  • #8931 Add XML parser using XPath queries

New Output Plugins

  • #8398 Sensu Go Output Plugin for Telegraf
  • #8450 plugin: output loki
  • #6714 SignalFx Output
  • #8634 Bigquery output

New Aggregator Plugins

  • #3762 Add Derivative Aggregator Plugin
  • #8594 Add quantile aggregator plugin

New Processor Plugins

  • #8707 AWS EC2 metadata processor Using StreamingProcessor

New External Plugins

  • #8897 add SMCIPMITool input to external plugin list
  • #8898 Add Plex Webhooks external plugin
Arch Platform Package SHA256
arm64 Centos telegraf-1.18.0-1.aarch64.rpm fb83e39d18a1356b21a402642700b1df6dca77861fab176e5d9bb6cdfd5f53e8
armel Centos telegraf-1.18.0-1.armel.rpm ed1c4fc6e85803053415df99ee387ec113a5e36da4df82f65be06a38a7f71db4
armv6hl Centos telegraf-1.18.0-1.armv6hl.rpm ea32d2044aa7b4a5a35e4a722710021cb52f428a7b30f4aacd1712e1b2208ebe
i386 Centos telegraf-1.18.0-1.i386.rpm 70164e4384caf36b6031d3479f0fdb74f2e478d96bd0b4c66bc47ba4a1bacb7c
ppc64le Centos telegraf-1.18.0-1.ppc64le.rpm 9b49fc3043afa08c4b6cd98fff57dcae63bc643210dd8462b3d598d8af080f02
s390x Centos telegraf-1.18.0-1.s390x.rpm 0b47ed887ee3a4bfa7c612418865fe2f8b1322b7f8ebb05978711c32660842a2
amd64 Centos telegraf-1.18.0-1.x86_64.rpm 878a0fa337471945ed5804c26f4c1e073e4a93d1544b08848358e7e545abe6a5
amd64 Mac OS X telegraf-1.18.0_darwin_amd64.dmg 79c5fde400541551ccd089490002afa695322001fb04ae24805eacebb0be09a5
amd64 Mac OS X telegraf-1.18.0_darwin_amd64.tar.gz 916b1e89649a4be001555d7a6f9d8c669e2110a9aa247bfa05d627f0275874ae
amd64 FreeBSD telegraf-1.18.0_freebsd_amd64.tar.gz 2c077e661c92882741d0b9be02d05c4c9266be8071a00ea7707009036e3ee352
i386 FreeBSD telegraf-1.18.0_freebsd_i386.tar.gz cba4d8c5dcc6fc42a27c4ff83e7402be8fb8509257f140b46ad81daf3ca0aec1
amd64 Linux telegraf-1.18.0_linux_amd64.tar.gz a3a8b950c7dc63c03e46140f2abd016cc31cbfff02f5152d5c85d80fef4295e4
arm64 Linux telegraf-1.18.0_linux_arm64.tar.gz be8d3fb714a48d061e58021ec702bfac52c414deff25d01c7614fb0acef48e44
armel Linux telegraf-1.18.0_linux_armel.tar.gz 9e91221a037046d386b2ef0ab63adde4f95b1504152b6ba8a3debb94dbb599e9
armhf Linux telegraf-1.18.0_linux_armhf.tar.gz 42d9ef7ce061b10257c37027fdc210fc760ae8de60f1424074a854d1f9363b3d
i386 Linux telegraf-1.18.0_linux_i386.tar.gz 6ec98a6319ec340026439d99f43c9ecbc23fd70b02b96324cdfd9f69d58c528a
mips Linux [telegraf-1.18.0_linux_mips.tar.gz](https://dl.influxdata.com/telegraf/releases/telegraf-1....
Read more

v1.18.0-rc1

10 Mar 22:59
Compare
Choose a tag to compare
v1.18.0-rc1 Pre-release
Pre-release

v1.18.0-rc1 [2021-03-10]

Release Notes

  • Support Go version 1.16

Bugfixes

  • #7312 inputs.docker CPU stats respect perdevice
  • #8397 outputs.dynatrace Dynatrace Plugin: Make conversion to counters possible / Changed large bulk handling
  • #8655 inputs.sqlserver SqlServer - fix for default server list
  • #8703 inputs.docker Use consistent container name in docker input plugin
  • #8902 inputs.snmp Fix max_repetitions signedness issues
  • #8817 outputs.kinesis outputs.kinesis - log record error count
  • #8833 inputs.sqlserver Bug Fix - SQL Server HADR queries for SQL Versions
  • #8628 inputs.modbus fix: reading multiple holding registers in modbus input plugin
  • #8885 inputs.statsd Fix statsd concurrency bug
  • #8393 inputs.sqlserver SQL Perfmon counters - synced queries from v2 to all db types
  • #8873 processors.ifname Fix mutex locking around ifname cache
  • #8720 parsers.influx fix: remove ambiguity on '\v' from line-protocol parser
  • #8678 inputs.redis Fix Redis output field type inconsistencies
  • #8953 agent Reset the flush interval timer when flush is requested or batch is ready.
  • #8954 common.kafka Fix max open requests to one if idempotent writes is set to true
  • #8721 inputs.kube_inventory Set $HOSTIP in default URL

Features

  • #8887 inputs.procstat Add PPID field to procstat input plugin
  • #8852 processors.starlark Add Starlark script for estimating Line Protocol cardinality
  • #8828 serializers.msgpack Add MessagePack output data format
  • #8915 inputs.cloudwatch add proxy
  • #8910 Display error message on badly formatted config string array (eg. namepass)
  • #8785 inputs.diskio Non systemd support with unittest
  • #8850 inputs.snmp Support more snmpv3 authentication protocols
  • #8813 inputs.redfish added member_id as tag(as it is a unique value) for redfish plugin and added address of the server when the status is other than 200 for better debugging
  • #8613 inputs.phpfpm Support exclamation mark to create non-matching list in tail plugin
  • #8179 inputs.statsd Add support for datadog distributions metric
  • #8803 Add default retry for load config via url
  • #8816 Code Signing for Windows
  • #8772 processors.starlark Allow to provide constants to a starlark script
  • #8749 outputs.newrelic Add HTTP proxy setting to New Relic output plugin
  • #8543 inputs.elasticsearch Add configurable number of 'most recent' date-stamped indices to gather in Elasticsearch input
  • #8675 processors.starlark Add Starlark parsing example of nested JSON
  • #8762 inputs.prometheus Optimize for bigger kubernetes clusters (500+ pods)

New Input Plugins

  • #8834 Input plugin for RavenDB
  • #8525 Add CSGO SRCDS input plugin
  • #8751 Adding a new directory monitor input plugin.
  • #6653 Add Beat input plugin
  • #4615 Add NFS client input
  • #8931 Add XML parser using XPath queries

New Output Plugins

  • #8398 Sensu Go Output Plugin for Telegraf
  • #8450 plugin: output loki
  • #6714 SignalFx Output

New Aggregator Plugins

  • #3762 Add Derivative Aggregator Plugin
  • #8594 Add quantile aggregator plugin

New Processor Plugins

  • #8707 AWS EC2 metadata processor Using StreamingProcessor

New External Plugins

  • #8897 add SMCIPMITool input to external plugin list
Arch Platform Package SHA256
arm64 Centos telegraf-1.18.0-0.rc1.aarch64.rpm c2c25e79fa9d8f22abf710564d44ade2e77c9cb9df1145ee56e13fc4bc0bc377
armel Centos telegraf-1.18.0-0.rc1.armel.rpm ff3f0f7f0e1ce88373c5361218b9406ddf5f6d8913131f7a80bad40adb552af3
armv6hl Centos telegraf-1.18.0-0.rc1.armv6hl.rpm e63d2b0e4ed2b11129717d39dc1618947d1e845743f1e23ce3f39cc7c52d6247
i386 Centos telegraf-1.18.0-0.rc1.i386.rpm 20e4539d04c1b7af602a0e44648105f9e92ca2a2136ecd0f9d770ba9ef010fbd
ppc64le Centos telegraf-1.18.0-0.rc1.ppc64le.rpm 9aec3f43eba0a916b345ec20a9928bb0c7f5ba35393ef91e67d2d15121645c12
s390x Centos telegraf-1.18.0-0.rc1.s390x.rpm 0065c77cbc73372526640469cef2258f93e1c9e44bf40416bff75a2e124046e0
amd64 Centos telegraf-1.18.0-0.rc1.x86_64.rpm d44f16437e996373da0969df4856d1f71a74be388807e62fa1c6f611d4497cec
amd64 Mac OS X telegraf-1.18.0~rc1_darwin_amd64.dmg c3582448a893e24b1eee0a88de3574414d18b0beb70de1925be4d35a274116fd
amd64 Mac OS X telegraf-1.18.0~rc1_darwin_amd64.tar.gz 962021111aaaabf755e4c6ef02a2b7a4b6b6a992580e3f14ea13be303a93d6fa
amd64 FreeBSD telegraf-1.18.0~rc1_freebsd_amd64.tar.gz e0d93e2f3f8d5c905a2f696b4fd1eb73ef8d4091cc15e15ad2dac75a056ca54c
i386 FreeBSD telegraf-1.18.0~rc1_freebsd_i386.tar.gz 1a6f65222c0d0cefad37c167cef32b87f166c9e7f0ea0ff7a851c53ab4a07371
amd64 Linux telegraf-1.18.0~rc1_linux_amd64.tar.gz f64a8ee8e37b2f5414bba559edd73416b5d8d764df09689e259e2afec5301c70
arm64 Linux telegraf-1.18.0~rc1_linux_arm64.tar.gz 061cb985f7fe194cd231de97afb842dfe89d38dc791a3b75393daeb674ca81ee
armel Linux telegraf-1.18.0~rc1_linux_armel.tar.gz 34185f5db441f22a44173c9cde3e96f74d3bd986f9dee7976032ba8f7109243d
armhf Linux telegraf-1.18.0~rc1_linux_armhf.tar.gz afdf4a8f0cf6b0c509396de8c156722d2c71373d203e0b46f46ef7f518114b8c
i386 Linux telegraf-1.18.0~rc1_linux_i386.tar.gz 0f208d263d6f85d610b6bbbe80e7b3de69643a33036fac51344ecd0e1a6ddfd6
mips Linux telegraf-1.18.0~rc1_linux_mips.tar.gz 2700f125349c5e33709e999f625a0d8bb999a723a8e531418f3540e4f9c21b23
mipsel Linux telegraf-1.18.0~rc1_linux_mipsel.tar.gz 8062aabd39bc1e1eea4db5a3a27de38e8ffd06388409c65e361ebb99f2c963d3
ppc64le Linux telegraf-1.18.0~rc1_linux_ppc64le.tar.gz 93ea0ceefc0feecc7ba61ce81dc7bd09e873390899d53ad456d1c302a71ee948
s390x Linux [telegraf-1.18.0~rc1_linux_s390x.tar.gz](https://dl.influxdata.com/telegraf/releases/teleg...
Read more

v1.18.0-rc0

03 Mar 21:38
Compare
Choose a tag to compare
v1.18.0-rc0 Pre-release
Pre-release

v1.18.0-rc0 [2021-03-03]

Bugfixes

  • #7312 inputs.docker [plugins/input/docker] Make perdevice affect also cpu and add class granularity through perdevice_include/total_include
  • #8397 outputs.dynatrace Dynatrace Plugin: Make conversion to counters possible / Changed large bulk handling
  • #8655 inputs.sqlserver SqlServer - fix for default server list
  • #8703 inputs.docker Use consistent container name in docker input plugin
  • #8902 inputs.snmp Fix max_repetitions signedness issues
  • #8817 outputs.kinesis outputs.kinesis - log record error count
  • #8833 inputs.sqlserver Bug Fix - SQL Server HADR queries for SQL Versions
  • #8628 inputs.modbus fix: reading multiple holding registers in modbus input plugin
  • #8885 inputs.statsd Fix statsd concurrency bug
  • #8393 inputs.sqlserver SQL Perfmon counters - synced queries from v2 to all db types
  • #8873 processors.ifname Fix mutex locking around ifname cache
  • #8720 parsers.influx fix: remove ambiguity on '\v' from line-protocol parser
  • #8678 inputs.redis Fix Redis output field type inconsistencies

Features

  • #8887 inputs.procstat Add PPID field to procstat input plugin
  • #8852 processors.starlark Add Starlark script for estimating Line Protocol cardinality
  • #8828 serializers.msgpack Add MessagePack output data format
  • #8915 inputs.cloudwatch add proxy
  • #8910 Display error message on badly formatted config string array (eg. namepass)
  • #8785 inputs.diskio Non systemd support with unittest
  • #8850 inputs.snmp Support more snmpv3 authentication protocols
  • #8813 inputs.redfish added member_id as tag(as it is a unique value) for redfish plugin and added address of the server when the status is other than 200 for better debugging
  • #8613 inputs.phpfpm Support exclamation mark to create non-matching list in tail plugin
  • #8179 inputs.statsd Add support for datadog distributions metric
  • #8803 Add default retry for load config via url
  • #8816 Code Signing for Windows
  • #8772 processors.starlark Allow to provide constants to a starlark script
  • #8749 outputs.newrelic Add HTTP proxy setting to New Relic output plugin
  • #8543 inputs.elasticsearch Add configurable number of 'most recent' date-stamped indices to gather in Elasticsearch input

New Input Plugins

  • #8834 Input plugin for RavenDB
  • #8525 Add CSGO SRCDS input plugin
  • #8751 Adding a new directory monitor input plugin.
  • #6653 Add Beat input plugin

New Output Plugins

  • #8398 Sensu Go Output Plugin for Telegraf
  • #8450 plugin: output loki
  • #6714 SignalFx Output

New Aggregator Plugins

  • #3762 Add Derivative Aggregator Plugin
  • #8594 Add quantile aggregator plugin

New Processor Plugins

  • #8707 AWS EC2 metadata processor Using StreamingProcessor

New External Plugins

  • #8897 add SMCIPMITool input to external plugin list
Arch Platform Package SHA256
arm64 Centos telegraf-1.18.0-0.rc0.aarch64.rpm 0ea423e5ff458150dbcd0bf81cf91337c69546007efd7ba834990c974b4d91dc
armel Centos telegraf-1.18.0-0.rc0.armel.rpm 881e0919e3dd1b8fc86b317c3bcdfdc37fa63537f52219c437568f5361eb2ecf
armv6hl Centos telegraf-1.18.0-0.rc0.armv6hl.rpm 23a49736a14106a2a6f9215692a7031cff84ef09c256549cde82dd824fd9cb7a
i386 Centos telegraf-1.18.0-0.rc0.i386.rpm c78546a60371600ad0b4a1d39aee37083043cfb8b814b7510da5ebf097b657a5
ppc64le Centos telegraf-1.18.0-0.rc0.ppc64le.rpm 754d73b0ebea0b9fe7051eeb989713b6b5d5ae6b38f36a52b3bd7f7f6ba1b653
s390x Centos telegraf-1.18.0-0.rc0.s390x.rpm 7fa162a42b3196d11051fdcc12f1b8bc6b67eab36a0bba23351c58f9dc90e90f
amd64 Centos telegraf-1.18.0-0.rc0.x86_64.rpm c5357898c7dc952ae29a733bfb85627c34bae4a54ecc00b00433e58f2cec87cd
amd64 Mac OS X telegraf-1.18.0~rc0_darwin_amd64.tar.gz 5abe8beafb331b68100b545f8437032063ffa73f324520aead4db4c375eec397
amd64 FreeBSD telegraf-1.18.0~rc0_freebsd_amd64.tar.gz f2cde15e2811ace2f068e18ce19ed1ad15d141ff7e9baba2e7803f13ba61a794
i386 FreeBSD telegraf-1.18.0~rc0_freebsd_i386.tar.gz 0579cc8d94301e757d261be62ab66aeb8afc77753397097fb0ba3516a27a0130
amd64 Linux telegraf-1.18.0~rc0_linux_amd64.tar.gz 6c14f6ac7db4425e391a81bd445603b1bcd20045647f474491450deb8875358d
arm64 Linux telegraf-1.18.0~rc0_linux_arm64.tar.gz b077cdb3d2218a8926f1565edb916c0aca718f590651b771f8d4a99fc15602cc
armel Linux telegraf-1.18.0~rc0_linux_armel.tar.gz 8b647916412f7a6de92ea87e55bb22e9e9202163a7ecb54162dc4968ca0f9180
armhf Linux telegraf-1.18.0~rc0_linux_armhf.tar.gz a4b0f28ac8eef9ea6e7ec5423cdb94b7bd36d6f27ed31ad38d1cf88feafe6dc6
i386 Linux telegraf-1.18.0~rc0_linux_i386.tar.gz 7e38d9cf9d0ab793cc58bc88e6563d253e7f1e66f91daced8d60bb57f3910142
mips Linux telegraf-1.18.0~rc0_linux_mips.tar.gz c7ea712d75e946d7bcd94abec1bfc3476f5640add429877ef2a0daace6dc4a5e
mipsel Linux telegraf-1.18.0~rc0_linux_mipsel.tar.gz 09797ad0a389b5817315e3d61310687fc4b8703606378bc0ce700b06d1942e65
ppc64le Linux telegraf-1.18.0~rc0_linux_ppc64le.tar.gz 1c2163cc41b97826e875c7ff8836b62a02eadc295a84dd685a5abc6b37519c84
s390x Linux telegraf-1.18.0~rc0_linux_s390x.tar.gz 78f7765d98d2302f8342ad0ff2b28447931a2a3c56230d3ad531d7755acfbb58
amd64 Linux telegraf-1.18.0~rc0_static_linux_amd64.tar.gz 16199bbb84f1edc7e640ac72adedf09f9b93e8f0b9728e0bdb8597ccb5adec7e
amd64 Windows telegraf-1.18.0~rc0_windows_amd64.zip fce50a4951d9c76f66dc82ef48f26119267e9797fedcb64efaac0854f5d5df0e
i386 Windows telegraf-1.18.0~rc0_windows_i386.zip aa572333ba3859cd2d40a58ff29e9b831898353eceb6859a4f427f196249476b
amd64 Debian telegraf_1.18.0~rc0-1_amd64.deb 5575b491d2bf6f57ce32e38cbc1bcef56905aad30439b742d414331dcd854f81
arm64 Debian [telegraf_1.18.0~rc0-1_arm64.deb](https://dl.in...
Read more

v1.17.3

17 Feb 23:03
Compare
Choose a tag to compare

v1.17.3 [2021-02-17]

Bugfixes

  • #7316 inputs.filestat plugins/filestat: Skip missing files
  • #8868 Update to Go 1.15.8
  • #8744 Bump github.com/gopcua/opcua from 0.1.12 to 0.1.13
  • #8657 outputs.warp10 outputs/warp10: url encode comma in tags value
  • #8824 inputs.x509_cert inputs.x509_cert: Fix timeout issue
  • #8821 inputs.mqtt_consumer Fix reconnection issues mqtt
  • #8775 outputs.influxdb Validate the response from InfluxDB after writing/creating a database to avoid json parsing panics/errors
  • #8804 inputs.snmp Expose v4/v6-only connection-schemes through GosnmpWrapper
  • #8838 agent fix issue with reading flush_jitter output from config
  • #8839 inputs.ping fixes Sort and timeout around deadline
  • #8787 inputs.ping Update README for inputs.ping with correct cmd for native ping on Linux
  • #8771 Update go-ping to latest version
Arch Platform Package SHA256
arm64 Centos telegraf-1.17.3-1.aarch64.rpm 9f4097986c4ea77d45709fa73157beaa8a3804d53b0ce5f5c14d7760e84b9a64
armel Centos telegraf-1.17.3-1.armel.rpm 97ad1907f237fdeec2775ac03d9cc9c7f3f93b22896fbb0637b23b3474e60903
armv6hl Centos telegraf-1.17.3-1.armv6hl.rpm fac1744cf09c9d496d17c2a45fc8fc209bee4c7b313a03fa93f5055cc2d04d5f
i386 Centos telegraf-1.17.3-1.i386.rpm da23722c87f45bbb97ae6aed87dd24b133323ec256722ba65fa735b04dffbc71
ppc64le Centos telegraf-1.17.3-1.ppc64le.rpm c95722b10a4ec3cf18cb7ad8a78902b540cca09aa2da3c745b2367632c82d828
s390x Centos telegraf-1.17.3-1.s390x.rpm 58fe5e29833fc7abf77918bddfcba6ce01836a1ea72a01ebed50f0274cd7496e
amd64 Centos telegraf-1.17.3-1.x86_64.rpm 30ed680757f09d7076a8fb01e386806c6b38be7b8b9d015f61fde2f0942108d4
amd64 Mac OS X telegraf-1.17.3_darwin_amd64.tar.gz fb8ccd282a35f59543251e5e38fa4624b702c78a7bd90a2eeccda58f781549a8
amd64 FreeBSD telegraf-1.17.3_freebsd_amd64.tar.gz 6b8185debe7adedaafb033f520a84d14defd7e681403f392ab9deebb04c3b986
i386 FreeBSD telegraf-1.17.3_freebsd_i386.tar.gz 83ee9fda799f6985b78dceecc7dad8aea82a7f80b429f101fedafabe2a3add95
amd64 Linux telegraf-1.17.3_linux_amd64.tar.gz b36305454045abbef36f069d623622d0e8ce537ac6e62996f6585c9caa4fdfd7
arm64 Linux telegraf-1.17.3_linux_arm64.tar.gz c663fe2dd33dd9053b8008db2604c24f267d5c06d4fcd8ddf1414f27f6112024
armel Linux telegraf-1.17.3_linux_armel.tar.gz 6f3fd0c962bd6148b8457e7ea5f4f5194b1bdf045e52dbd0f8d7e1f972e4eeb4
armhf Linux telegraf-1.17.3_linux_armhf.tar.gz 8f14e7896df04b016f8b257d5b1a4cab6471cbd251fd33117ce705f64530791a
i386 Linux telegraf-1.17.3_linux_i386.tar.gz 62623bc14c15e49d1ede5da0350a046866e922e0f09bfb78f020411a4f1fb27d
mips Linux telegraf-1.17.3_linux_mips.tar.gz 62a5a081d4b87735d07a0a644a380e892db5880cf634207c544b697aff2f2c1e
mipsel Linux telegraf-1.17.3_linux_mipsel.tar.gz 5a8586f361aa1cb907a007ce088e74a052e138a61d87033bb99e74536dcfa133
ppc64le Linux telegraf-1.17.3_linux_ppc64le.tar.gz 0c586116b808f7163983fd8a350f64fb4280bf87b5fa12f815a17b997c987a78
s390x Linux telegraf-1.17.3_linux_s390x.tar.gz ea0b66715e78d31ef4dc399b8c7ee1692f4b1303ccc3ecd123a0b8ecea05cc76
amd64 Linux telegraf-1.17.3_static_linux_amd64.tar.gz 94e5f83e08e381fab0f668b6d72dfdd44ea698035d1abd457a2df9676d636c90
amd64 Windows telegraf-1.17.3_windows_amd64.zip 6f344237dd7b8c25d29526dba698132eb9bc7996ca2ddde8f3bf405c698203d8
i386 Windows telegraf-1.17.3_windows_i386.zip 44c2ac0d0c7c996a8331626bde8243fc3744df6056168981656bae4a06e0b3d8
amd64 Debian telegraf_1.17.3-1_amd64.deb c58e69347294b7b2f2864aee10f5006207e62a82826a776dcbf0d2663284a831
arm64 Debian telegraf_1.17.3-1_arm64.deb 1a3a661ff4884038c27f6f2bc32154be6e06569b043953cb89c594419ecc97b1
armel Debian telegraf_1.17.3-1_armel.deb 5794539e04c1a812364354bd78481b15783d263be429195409f4d177984bacc4
armhf Debian telegraf_1.17.3-1_armhf.deb 6d7b8ced21adb566e2e779b0b64ca7ae8b6b3b4a8223e3a8e22c92e3f55ba521
i386 Debian telegraf_1.17.3-1_i386.deb f1082cff34eef95e44200a96c60183257d2429def81fab8cf12813a535ff155f
mips Debian telegraf_1.17.3-1_mips.deb beca03b7bc545bf1225efbc4d4ad73fe8610f79ff26ffcc22bb45a9896ef4b56
mipsel Debian telegraf_1.17.3-1_mipsel.deb f8c31869bea9a2aa6d75eb23ebd6057d03c72c83d1d64b5af912e9c26a59d5c0
unknown Debian telegraf_1.17.3-1_ppc64el.deb 66927521b2fc1ccbab88872e42318c40b465ff3f96e45b6c4b104f3234328a1b
s390x Debian telegraf_1.17.3-1_s390x.deb 6e16f07743d360da35ce0bdb1bda5763f96d56593042394d6b6958c69f878923