Skip to content

Releases: influxdata/telegraf

v1.27.0

12 Jun 15:12
Compare
Choose a tag to compare

v1.27.0 [2023-06-12]

Important Changes

  • Fix parsing of timezone abbreviations such as MST. Up to now, when parsing
    times with abbreviated timezones (i.e. the format ) the timezone information
    is ignored completely and the timestamp is located in UTC. This is a golang
    issue (see #9617 or
    #56528). If you worked around
    that issue, please remove the workaround before using v1.27+. In case you
    experience issues with abbreviated timezones please file an issue!
  • Removal of old-style parser creation. This should not directly affect users as
    it is an API change. All parsers in Telegraf are already ported to the new
    framework. If you experience any issues with not being able to create parsers
    let us know!

New Plugins

  • #11155 inputs.ctrlx_datalayer ctrlX Data Layer
  • #13397 inputs.intel_baseband Intel Baseband Accelerator
  • #13220 outputs.clarify Clarify
  • #13379 outputs.nebius_cloud_monitoring Nebius Cloud Monitoring
  • #13061 processors.scale Scale
  • #13035 secretstores.docker Docker Store
  • #13150 secretstores.http HTTP Store
  • #13224 serializers.cloudevents CloudEvents

Features

  • #13144 Add common expression language metric filtering
  • #13364 agent Add option to avoid filtering of explicit plugin tags
  • #13118 aggregators.basicstats Add percentage change
  • #13094 cloud_pubsub Add support for gzip compression
  • #12863 common.opcua Add support for secret-store secrets
  • #13262 common.tls Add support for passphrase-protected private key
  • #13377 config Add framework for migrating deprecated plugins
  • #13229 config Support shell like syntax for environment variable substitution
  • #12448 inputs.cloudwatch Add support for cross account observability
  • #13089 inputs.directory_monitor Improve internal stats
  • #13163 inputs.filecount Add oldestFileTimestamp and newestFileTimestamp
  • #13326 inputs.gnmi Allow canonical field names
  • #13116 inputs.gnmi Support Juniper GNMI Extension Header
  • #12797 inputs.internet_speed Support multi-server test
  • #11831 inputs.kafka_consumer Add regular expression support for topics
  • #13040 inputs.kubernetes Extend kube_inventory plugin to include and extend resource quota, secret, node, and pod measurement
  • #13293 inputs.nats_consumer Add receiver subject as tag
  • #13047 inputs.netflow Add sFlow decoder
  • #13360 inputs.netflow Allow custom PEN field mappings
  • #13133 inputs.nvidia_smi Add additional memory related fields
  • #13404 inputs.opentelemetry Add configurable span dimensions
  • #12851 inputs.prometheus Control which pod metadata is added as tags
  • #13289 inputs.sql Add disconnected_servers_behavior field in the configuration
  • #13091 inputs.sql Add FlightSQL support
  • #13261 inputs.sqlserver Add Azure Arc-enabled SQL MI support
  • #13284 inputs.sqlserver Check SQL Server encryptionEnforce with xp_instance_regread
  • #13087 inputs.statsd Add optional temporality and start_time tag for statsd metrics
  • #13048 inputs.suricata Add ability to parse drop or rejected
  • #11955 inputs.vsphere Add vSAN extension
  • #13316 internal Add additional faster compression options
  • #13157 outputs.loki Add option for metric name label
  • #13349 outputs.wavefront Add TLS and HTTP Timeout configuration fields
  • #13167 parsers.opentsdb Add OpenTSDB data format parser
  • #13075 processors.aws_ec2 Add caching of imds and ec2 tags
  • #13147 processors.parser Add merge with timestamp option
  • #13227 processors.scale Add scaling by factor and offset
  • #13253 processors.template Allow tag to be a template
  • #12971 serializer.prometheusremote Improve performance
  • #13275 test Allow to capture all messages during test

Bugfixes

  • #13238 inputs.cloud_pubsub Fix gzip decompression
  • #13304 inputs.gnmi Allow optional origin for update path
  • #13332 inputs.gnmi Handle canonical field-name correctly for non-explicit subscriptions
  • #13350 inputs.mqtt ACK messages when persistence is enabled
  • #13361 inputs.mysql Update MariaDB Dialect regex version check
  • #13325 inputs.netflow Fix field mappings
  • #13320 inputs.netflow Handle PEN messages correctly
  • #13231 inputs.prometheus Avoid race when creating informer factory
  • #13288 inputs.socket_listener Avoid noisy logs on closed connection
  • #13307 inputs.temp Ignore warnings and instead return only errors
  • #13412 inputs.upsd Handle float battery.runtime value
  • #13363 internal Fix time parsing for abbreviated timezones
  • #13408 outputs.sql Use config.duration to correctly to parse toml config
  • #13252 outputs.wavefront Flush metric buffer before reaching overflow
  • #13301 processors.lookup Do not strip tracking info
  • #13164 serializers.influx Restore disabled uint support by default
  • #13394 tests Replace last 'cat' instance in tests

Dependency Updates

  • #13359 deps Bump cloud.google.com/go/monitoring from 1.13.0 to 1.14.0
  • #13312 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.193 to 1.62.337
  • #13390 deps Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.13.2 to 1.13.3
  • #13391 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.18.9 to 1.19.0
  • #13313 deps Bump github.com/Azure/azure-event-hubs-go/v3 from 3.4.0 to 3.5.0
  • #13314 deps Bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29
  • #13265 deps Bump github.com/influxdata/influxdb-observability libraries from 0.3.3 to 0.3.15
  • #13311 deps Bump github.com/jackc/pgconn from 1.13.0 to 1.14.0
  • #13357 deps Bump github.com/jackc/pgtype from 1.12.0 to 1.14.0
  • #13392 deps Bump github.com/Mellanox/rdmamap to 1.1.0
  • #13356 deps Bump github.com/pion/dtls/v2 from 2.2.6 to 2.2.7
  • #13389 deps Bump github.com/prometheus/common from 0.43.0 to 0.4...
Read more

v1.26.3

22 May 15:06
Compare
Choose a tag to compare

v1.26.3 [2023-05-22]

Bugfixes

  • #13149 inputs.gnmi Create selfstat to track connection state
  • #13139 inputs.intel_pmu Fix handling of the json perfmon format
  • #13056 inputs.socket_listener Fix loss of connection tracking
  • #13300 inputs.socket_listener Fix race in tests
  • #13286 inputs.vsphere Specify the correct option for disconnected_servers_behavior
  • #13239 outputs.graphite Fix logic to reconnect with servers that were not up on agent startup
  • #13169 outputs.prometheus_client Fix export_timestamp for v1 metric type
  • #13168 outputs.stackdriver Allow for custom metric type prefix
  • #12994 outputs.stackdriver Group batches by timestamp
  • #13126 outputs.warp10 Support Infinity/-Infinity/NaN values
  • #13156 processors.starlark Do not reject tracking metrics twice

Dependency Updates

  • #13256 deps Bump cloud.google.com/go/pubsub from 1.30.0 to 1.30.1
  • #13258 deps Bump github.com/aerospike/aerospike-client-go/v5 from 5.10.0 to 5.11.0
  • #13242 deps Bump github.com/antchfx/xpath to latest master for string-join()
  • #13255 deps Bump github.com/aws/aws-sdk-go-v2 from 1.17.8 to 1.18.0
  • #13215 deps Bump github.com/Azure/go-autorest/autorest/adal from 0.9.22 to 0.9.23
  • #13254 deps Bump github.com/benbjohnson/clock from 1.3.0 to 1.3.3
  • #13269 deps Bump github.com/docker/distribution from 2.8.1 to 2.8.2
  • #13216 deps Bump github.com/fatih/color from 1.13.0 to 1.15.0
  • #13104 deps Bump github.com/netsampler/goflow2 from 1.1.1 to 1.3.3
  • #13138 deps Bump github.com/yuin/goldmark from 1.5.3 to 1.5.4
  • #13257 deps Bump go.opentelemetry.io/collector/pdata from 1.0.0-rc7 to 1.0.0-rcv0011
  • #13137 deps Bump golang.org/x/net from 0.8.0 to 0.9.0
  • #13276 deps Bump golang.org/x/net from 0.9.0 to 0.10.0
  • #13217 deps Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0
  • #13170 deps Bump google.golang.org/api from 0.106.0 to 0.120.0
  • #13223 deps Bump govulncheck-action from 0.10.0 to 0.10.1
  • #13225 deps Bump prometheus from v1.8.2 to v2.42.0
  • #13230 deps Bump signalfx/golib from 3.3.46 to 3.3.50
Arch Platform Package SHA256
arm64 CentOS telegraf-1.26.3-1.aarch64.rpm 082b6a5d07355f5063059d7ce691b0538f93784dcda11ab5781516983b0de242
amd64 Debian telegraf_1.26.3-1_amd64.deb 4b73265988c8d735f3f3fd4d1c9423a85eb3bd6fa904df63800aca706a9c4efc
arm64 Debian telegraf_1.26.3-1_arm64.deb 947ffeb6d70c000f54ac57038aa5abe76bccba86d3ac1a0898ac6797916f242f
armel Debian telegraf_1.26.3-1_armel.deb d7c5ba08fdcdeecfdb8fe7feda781184d6c6affe9e71d68679b3ea52de1e5dda
armel CentOS telegraf-1.26.3-1.armel.rpm 4547c31198eed43fc1fd3af1a48062448a552119bdb98f07893124c28f28e1d6
armhf Debian telegraf_1.26.3-1_armhf.deb 49d7958e3641bcd82623c965e4a202b249ccbab21799aeadf78aa0467c8a9d27
armv6hl CentOS telegraf-1.26.3-1.armv6hl.rpm 8ca3f78b6676ebe25c90bd47058cc5e9bbb83dab69a59f33814f7ad35da37838
i386 Debian telegraf_1.26.3-1_i386.deb 7f9838c85097bc7bb087c9fc597f9e52867177b5221ea00488c59e104e43b809
i386 CentOS telegraf-1.26.3-1.i386.rpm 1823bef29f4bf40ad80b08868576b7672c3014f93e48cd100ebcea7f204c0c2b
mips Debian telegraf_1.26.3-1_mips.deb 7ff6d0644a11a75360933eb22c7739444685b8c248b42c1a4880e4aa4af1188c
mipsel Debian telegraf_1.26.3-1_mipsel.deb fcde978ffb9db25816a890904372d923ad13cf57055007162ab13281360157eb
ppc64el Debian telegraf_1.26.3-1_ppc64el.deb dc4671d14bc8a490ac1b401c4cee032ed762f2939f17457b00e7a3f56e336bb0
ppc64le CentOS telegraf-1.26.3-1.ppc64le.rpm 3d6832bdce4f00274195a5f5ce90d72c77867dbf077f5d39efeb726ee2265c34
riscv64 Debian telegraf_1.26.3-1_riscv64.deb d9b0cb5d340b645ea86faf7fdb4a50760cfa44f05aa5afda7c666f39ec6bfaf5
riscv64 CentOS telegraf-1.26.3-1.riscv64.rpm 99bb2dcff8b5768df9332e301a321d4e6bc5f9feadc58d5294cea32b52c92266
s390x Debian telegraf_1.26.3-1_s390x.deb 2206696dccbcdab6297127a078290652c154d2a1cf6e6cd1317f928e7847bb96
s390x CentOS telegraf-1.26.3-1.s390x.rpm a8104f63c7b1d010587eeff4a55c1be93e1d313b8094febf04d7d0098c763fbe
amd64 CentOS telegraf-1.26.3-1.x86_64.rpm 9280db78dfcf1f08c0aeb5d9c3c5f2b8816ade44bb44a3e182fe1f559b931c1e
amd64 macOS telegraf-1.26.3_darwin_amd64.dmg 9cdb00363ace6ca5bb8729e2c796399b2a23ca66076c1ddd01a74abc9b1bee0e
amd64 macOS telegraf-1.26.3_darwin_amd64.tar.gz 4b8ccbe202ba59654009b9678d1dd6b2ff57f38004d607276c70c42ab1e5ac8c
arm64 macOS telegraf-1.26.3_darwin_arm64.dmg e3a14dead7967d2a30e828e8b3475ca162cf1187b27f03ea708c9014c0902df0
arm64 macOS telegraf-1.26.3_darwin_arm64.tar.gz ec89c1bdc1776a69b9c4f1bcb40a812da2b734556dd44e01f9e60857eaebcea6
amd64 FreeBSD telegraf-1.26.3_freebsd_amd64.tar.gz 66a76f69d10e40f2c58c557b41a9831efd21ac11c9ec8f6acbe054a06b7ee1e4
armv7 FreeBSD telegraf-1.26.3_freebsd_armv7.tar.gz 5f419a58a605c91cde8ff85c3c8bf98f12611935341388e240b1728d5ebc1569
i386 FreeBSD telegraf-1.26.3_freebsd_i386.tar.gz 1817fbffaf84e49eafd20e215865d72b504450afe592775dbd804791e87a607f
amd64 Linux telegraf-1.26.3_linux_amd64.tar.gz fbb966e23c7305bf871ccdaf90968f05c95545af295cbb9af92d6ccbafcbbf1a
arm64 Linux telegraf-1.26.3_linux_arm64.tar.gz 738f0981f398f2e84fe3cdbe8c845a665df674602a8cd9c6e7025eaceb3b9373
armel Linux telegraf-1.26.3_linux_armel.tar.gz 172065392359346adc725bf9c48eff294fc993dfb173229d61fbb5c1d04c19d8
armhf Linux telegraf-1.26.3_linux_armhf.tar.gz be0e435cd2f54963756891aace3fe6ef5ab6b1c7fec628cda20f02132a729dd8
i386 Linux telegraf-1.26.3_linux_i386.tar.gz 77e3e3e19c8a106784c063404ac0b3d4dd7b1228c618ad6dfd097cb2b7c815ec
mipsel Linux telegraf-1.26.3_linux_mipsel.tar.gz e5f6352291d6890e0c01040b0f225b161d5b736093446bb625f83253d70a71c1
mips Linux [telegraf-1.26.3_linux_mips.tar.gz](https://dl.influxdata.com/telegraf/releases/telegraf-1.26.3_linux...
Read more

v1.26.2

24 Apr 15:44
Compare
Choose a tag to compare

v1.26.2 [2023-04-24]

Bugfixes

  • #13020 agent Pass quiet flag earlier
  • #13063 inputs.prometheus Add namespace option in k8s informer factory
  • #13059 inputs.socket_listener Fix tracking of unix sockets
  • #13078 parsers.grok Fix nil metric for multiline inputs
  • #13092 processors.lookup Fix tracking metrics

Dependency Updates

  • #13106 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.15 to 1.13.20
  • #13072 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.21.6 to 1.25.9
  • #13107 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.15.13 to 1.20.9
  • #13027 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.15.19 to 1.17.8
  • #13069 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.18.5 to 1.18.9
  • #13105 deps Bump github.com/docker/docker from 23.0.0 to 23.0.4
  • #13024 deps Bump github.com/openconfig/gnmi from 0.0.0-20220920173703-480bf53a74d2 to 0.9.1
  • #13026 deps Bump github.com/prometheus/common from 0.41.0 to 0.42.0
  • #13025 deps Bump github.com/safchain/ethtool from 0.2.0 to 0.3.0
  • #13023 deps Bump github.com/tinylib/msgp from 1.1.6 to 1.1.8
  • #13071 deps Bump github.com/vishvananda/netns from 0.0.2 to 0.0.4
  • #13070 deps Bump github.com/wavefronthq/wavefront-sdk-go from 0.11.0 to 0.12.0
Arch Platform Package SHA256
amd64 CentOS telegraf-1.26.2-1.x86_64.rpm 833f3cbf0d7f47b69bc2261a530ee1e73a91aba90f2c122b9ee4eb06f832bead
arm64 CentOS telegraf-1.26.2-1.aarch64.rpm ead1fc4b0670bbc167b1996745febcda4dd02c1ad956d2074bb382d10edd2ebe
armel CentOS telegraf-1.26.2-1.armel.rpm 64d6bd3c3627a31cc05d4ea3f66ebaa5ed1bab220268a17e1d3b0390a7d14be1
armv6hl CentOS telegraf-1.26.2-1.armv6hl.rpm 24ba88bb28586c9f276d1ef865346cb68cbd71be5748d235f4c6a2a194870c4d
i386 CentOS telegraf-1.26.2-1.i386.rpm 5362d45cf952e2efd65e42cb219ee0bea973b2d2332ce0448b1a4b782e120e36
ppc64le CentOS telegraf-1.26.2-1.ppc64le.rpm 3d2038eeae34814e0073ea07c6e4926b5327dfbc35b8a18c6d72deb686c3db86
riscv64 CentOS telegraf-1.26.2-1.riscv64.rpm bf6c8a4604133ba0e65efcab714c41304984d0781bbb96e2e124dd269a0ecf3b
s390x CentOS telegraf-1.26.2-1.s390x.rpm 2d454a433d79d9b1189b9cdc35caf757f3bc57fe6280d3f2977aec68ca4c3b5c
amd64 macOS telegraf-1.26.2_darwin_amd64.dmg 926c3d1087f14f476b1b01fb6549efbc8ea352805a4500fdb071d728324a8857
amd64 macOS telegraf-1.26.2_darwin_amd64.tar.gz a517d411cfe4f2c6f2b1a67e90515e4fade516f23412c4a11520a14beb33eb12
arm64 macOS telegraf-1.26.2_darwin_arm64.dmg d474d885217657f2f9bb814685cf45a0fb5116a4f33c85b4971444e2610f98b6
arm64 macOS telegraf-1.26.2_darwin_arm64.tar.gz 1c4762f17781f3225e42c8579476350f2dfda55838871c1152049fb981841f9c
amd64 FreeBSD telegraf-1.26.2_freebsd_amd64.tar.gz b4b4448710cf4a8cc46f7a9369d135db8ddf288f29b108b65bd70280c31a928d
armv7 FreeBSD telegraf-1.26.2_freebsd_armv7.tar.gz 7fab07faba2269530d20b61ab84df8b517c2cddddd2a6db389d8bba29de90698
i386 FreeBSD telegraf-1.26.2_freebsd_i386.tar.gz a88cfc67e26dd0ddfba4712fb0dd3e706682def600b5a77c550a4accf92bb6a7
amd64 Linux telegraf-1.26.2_linux_amd64.tar.gz 139b41ba79deadc26a4d73c9e77fcc3b84f847720423a14c1e7ac6cec2275375
arm64 Linux telegraf-1.26.2_linux_arm64.tar.gz 9dc330e41cdbc7437bf4f64975ac46caca3833a4b39cfbf96cb2bb8e3088fcaa
armel Linux telegraf-1.26.2_linux_armel.tar.gz 3542e96153980f438fda068106c266758de90e983ae43428436cce2bb762a0f8
armhf Linux telegraf-1.26.2_linux_armhf.tar.gz 0de6aecf6d976f846a3bdbc6f0a218a7a1a14b63930fd0f286d9bb7e16fcc6ee
i386 Linux telegraf-1.26.2_linux_i386.tar.gz 3d8d2fad2d3a8eaad29148c5e389551824effe83f07094c1ff96a7ea9cc2a984
mipsel Linux telegraf-1.26.2_linux_mipsel.tar.gz de1a7c432e35326b7026a2c0d76f42d18db5b7d86e274aa67cf15ac31db9aa64
mips Linux telegraf-1.26.2_linux_mips.tar.gz c2e8e9900d507214f3986e73fae67af33544af6ee3aac882d6c7a33090dcc020
ppc64le Linux telegraf-1.26.2_linux_ppc64le.tar.gz 51f39b5e2edeae01a952a80c711720a0d1ea7efcd61739fa30316c33fc701336
riscv64 Linux telegraf-1.26.2_linux_riscv64.tar.gz ed6841c8f5c35c1924a4654bad5d614c8763cfd6b5b14faccd0f7718994cc064
s390x Linux telegraf-1.26.2_linux_s390x.tar.gz 2fd077d6027be52d369996274c02bdf5b425556546d573e613f2bc58fe901fcf
amd64 Windows telegraf-1.26.2_windows_amd64.zip 9f85bb97a8a0f9c2dd581a0f9341b8903477208e81637e5810e31ea4686c367e
arm64 Windows telegraf-1.26.2_windows_arm64.zip a103d376e4749816faf1d8ece88f684e0c1ba0c3bb6ab5df9483880d61628ec7
i386 Windows telegraf-1.26.2_windows_i386.zip ed04b0d90d6485cf313450e697425f8f650477d192666ace88d59f6d8f46831b
amd64 Debian telegraf_1.26.2-1_amd64.deb a4a19b55126c80ca338db8d6792ec53eb51d951e42dfd8c2258e45a3dfa04789
arm64 Debian telegraf_1.26.2-1_arm64.deb 90af4991298db9c50c05778cb1075fd19a4c16551f637bff85d74e0f38ba4220
armel Debian telegraf_1.26.2-1_armel.deb 0a1bf3a61d3446fdb6de9dd11e1932195e1e52b4e6af0f2ef3e82471a2d2503c
armhf Debian telegraf_1.26.2-1_armhf.deb f06f01c7378ac322f712f14a1928627fc8b4ee3fbeaa2919aea57c0b624ebf3f
i386 Debian telegraf_1.26.2-1_i386.deb e81ae49c43bf6b721c64529e2401d485d09305e7ff26f6995201e2eb8c9cfd7a
mips Debian telegraf_1.26.2-1_mips.deb 04089969a7825e06c8bc83a6b07eba8f233c50e4fbb24efaed0398ae3745545f
mipsel Debian telegraf_1.26.2-1_mipsel.deb 55890d03f88c223bd3a853de9a14ef51804b1152c39f74f0ef8de70d8ca441af
ppc64el Debian telegraf_1.26.2-1_ppc64el.deb b595595907c57483fa7c55d465499add8bbc5354dec1e45c741fc5651f857d41
riscv64 Debian telegraf_1.26.2-1_riscv64.deb a2f8fd5eceef81fd96db3eaca7119c0d342a6d9311a2b14ab145eaa7b9be3c79
s390x Debian telegraf_1.26.2-1_s390x.deb 42c3660c78d7b2d52098e5fa584a3955e25dc94295b0159c6e456d18d6ff0032

v1.26.1

03 Apr 20:33
Compare
Choose a tag to compare

v1.26.1 [2023-04-03]

Bugfixes

  • #12880 config Return error on order set as string
  • #12867 inputs.ethtool Check for nil
  • #12935 inputs.execd Add option to set buffer size
  • #12877 inputs.internet_speed Rename host tag to source
  • #12918 inputs.kubernetes Apply timeout for the whole HTTP request
  • #13006 inputs.netflow Use correct name in the build tag
  • #13015 inputs.procstat Return tags of pids if lookup_error
  • #12864 inputs.prometheus Correctly set timeout param
  • #12907 inputs.prometheus Use set over add for custom headers
  • #12961 inputs.upsd Include ups.real_power
  • #12908 outputs.graphite Add custom regex to outputs
  • #13012 secrets Add function to set a secret
  • #13002 secrets Minimize secret holding time
  • #12993 secrets Warn if OS limit for locked memory is too low
  • #12919 secrets Handle array of secrets correctly
  • #12835 serializers.graphite Allow for specifying regex to sanitize
  • #12990 systemd Increase lock memory for service to 8192kb

Dependency Updates

  • #12857 deps Bump github.com/antchfx/xpath from 1.2.3 to 1.2.4
  • #12909 deps Bump github.com/apache/thrift from 0.16.0 to 0.18.1
  • #12856 deps Bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.20 to 3.4.0
  • #12966 deps Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.11 to 0.5.12
  • #12964 deps Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.0
  • #12967 deps Bump github.com/jhump/protoreflect from 1.8.3-0.20210616212123-6cc1efa697ca to 1.15.1
  • #12855 deps Bump github.com/nats-io/nats.go from 1.19.0 to 1.24.0
  • #12981 deps Bump github.com/opencontainers/runc from 1.1.4 to 1.1.5
  • #12913 deps Bump github.com/pion/dtls/v2 from 2.2.4 to 2.2.6
  • #12968 deps Bump github.com/rabbitmq/amqp091-go from 1.7.0 to 1.8.0
  • #13017 deps Bump github.com/shirou/gopsutil from 3.23.2 to 3.23.3
  • #12853 deps Bump github.com/Shopify/sarama from 1.37.2 to 1.38.1
  • #12854 deps Bump github.com/sensu/sensu-go/api/core/v2 from 2.15.0 to 2.16.0
  • #12911 deps Bump github.com/tidwall/gjson from 1.14.3 to 1.14.4
  • #12912 deps Bump golang.org/x/net from 0.7.0 to 0.8.0
  • #12910 deps Bump modernc.org/sqlite from 1.19.2 to 1.21.0

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.26.1-1.aarch64.rpm 18e9136bfa12faf024f4d9fec2876c5c791925db9e7d19317d525525f96143ed
armel CentOS telegraf-1.26.1-1.armel.rpm 2744029611c1937c9135b12dc231fe3d30ab4043ae0bee49c02e2607cc8a1db2
armv6hl CentOS telegraf-1.26.1-1.armv6hl.rpm 4086ac2569bcfd312fd6b5e8fc70c6c9ba33c2e412ad491f98674766c72dd1df
i386 CentOS telegraf-1.26.1-1.i386.rpm 60d75a5331b47b8d55261ab4197257e9cdcbdd745720e1077283ac28ed34790b
ppc64le CentOS telegraf-1.26.1-1.ppc64le.rpm 40b6a38e49d9af6a54fac6ca3336f7a43eda63c70da13882860b1af41f70a409
riscv64 CentOS telegraf-1.26.1-1.riscv64.rpm 87536c5e0509e706bf0f7ada8e21f00f33b849aeb49381a1355cb11bc9fdae48
s390x CentOS telegraf-1.26.1-1.s390x.rpm f084380e0dbb8497a0e5204c4a4924dee6310b37ad4ebd53180b7e06dfb2e4e6
amd64 CentOS telegraf-1.26.1-1.x86_64.rpm 0cbd233f69da0b95511e6c6430fb44186ec2b815d9fb8f466ad64a9a5a049dc0
amd64 macOS telegraf-1.26.1_darwin_amd64.dmg d0bbf63ba044dcea0c56071f83f967244dd34364ec23d727a862127ad9afcf0a
amd64 macOS telegraf-1.26.1_darwin_amd64.tar.gz 8b8d3d465e3827c87adba2bc1090d24ba349742bc241933cb0e267038ca844ff
arm64 macOS telegraf-1.26.1_darwin_arm64.dmg 14319a69246e2e21263fb31edc869b352ab27c4957b583b034fbe88368dc2f97
arm64 macOS telegraf-1.26.1_darwin_arm64.tar.gz f78e1ce6b6b258ad439be551303244e836dd55f4c75ecc4bb16e881e9bd0afbc
amd64 FreeBSD telegraf-1.26.1_freebsd_amd64.tar.gz 6c7d199331bb83d5ab6a2bc33cbecbfa94812aae1937fcc178e56d31588f363f
armv7 FreeBSD telegraf-1.26.1_freebsd_armv7.tar.gz 5ceb2079bd2f355c00e3352d6cc215863b45308078fda5172a090faf9b1c5898
i386 FreeBSD telegraf-1.26.1_freebsd_i386.tar.gz 109c9f22443d455993e6fdea0c7c485d26b43d3fa145db97f76e438ab34528be
amd64 Linux telegraf-1.26.1_linux_amd64.tar.gz dc1dc8f6caa77d7cf47e6421354f23b0475b1380a8d33a42305fa885754b1e78
arm64 Linux telegraf-1.26.1_linux_arm64.tar.gz ffee2fac3adf7709ca0ee413c2f850340d93ae7e2c77e747df72682331367da7
armel Linux telegraf-1.26.1_linux_armel.tar.gz ed97e2b5ed1835e6462b38dbdabe3881f231d8a1c1b3d9b29f3707b25e0edfa9
armhf Linux telegraf-1.26.1_linux_armhf.tar.gz d24194b1ced62c9b3405d1c2a808b4c8f8d1b24303fd3a5babcfdafc4e11a037
i386 Linux telegraf-1.26.1_linux_i386.tar.gz 8cec5a15559735b4d792051e61d2af17ced70065be2ff06777cba09736303603
mips Linux telegraf-1.26.1_linux_mips.tar.gz 919c10e5fae25c18c12eac4a01a51518941f25e5b6b7b490244951013547b586
mipsel Linux telegraf-1.26.1_linux_mipsel.tar.gz 37385b1668dd80d49244b8583e9bc2969d05b274c5d45969bb0dff7c92dd3c09
ppc64le Linux telegraf-1.26.1_linux_ppc64le.tar.gz 9e0bd1f2090db91339ad8cb166ab37825ec0bb74dab939b025fb2e0106424092
riscv64 Linux telegraf-1.26.1_linux_riscv64.tar.gz 827bae084e6481c4001249015103461ad0d4b74425d17993ed658fb8f4391a90
s390x Linux telegraf-1.26.1_linux_s390x.tar.gz 0812c22c042ca6134ee42c7826a780587e2cf5869273f50424c8d802a4414d7a
amd64 Windows telegraf-1.26.1_windows_amd64.zip c22777c2c9635284d935175281734591148f7ae9355fd8b0d2d8441827473f31
arm64 Windows telegraf-1.26.1_windows_arm64.zip dfd9fb56850a35bb153172640c956c59630cec2fb044ad4c5a20215ce1db0a16
i386 Windows telegraf-1.26.1_windows_i386.zip a36bfd4b3a9a3a3b2672cf22842ab04416a54afcbfcf1398aa73456133544048
amd64 Debian telegraf_1.26.1-1_amd64.deb d3fb108d77a9b86d04b17aaee37e9f54e25fcb1c420345dcb7cc78e50f31a99d
arm64 Debian [telegraf_1.26.1-1_arm64.deb](https://dl.in...
Read more

v1.26.0

13 Mar 22:10
064650c
Compare
Choose a tag to compare

v1.26.0 [2023-03-13]

Important Changes

  • Static Builds: Linux builds are now statically built. Other operating systems
    were cross-built in the past and as a result, already static. Users should
    not notice any change in behavior. The _static specific Linux binary is no
    longer produced as a result.
  • Default Configuration: The telegraf config command and default config file
    provided by Telegraf now includes all plugins and produces the same output
    across all operating systems. Plugin comments specify what platforms are
    supported or not.
  • State Persistence: State persistence is now available in select plugins. This
    will allow plugins to start collecting data, where they left off. A
    configuration with state persistence cannot change or it will not be able to
    recover.

New Plugins

  • #12393 inputs.opensearch_query Opensearch Query
  • #12473 inputs.p4runtime P4Runtime
  • #12736 inputs.radius Radius Auth Response Time
  • #11250 inputs.win_wmi Windows Management Instrumentation (WMI)
  • #12809 processors.lookup Lookup

Features

  • #12600 Always disable cgo support (static builds)
  • #12166 Plugin state-persistence
  • #12608 agent Add /etc/telegraf/telegraf.d to default config locations
  • #12827 agent Print loaded configs
  • #12821 common.oauth Add audience parameter
  • #12727 common.tls Add enable flag
  • #12579 config Accept durations given in days (e.g. 7d)
  • #12798 inputs.cgroup Added support for cpu.stat
  • #12345 inputs.cisco_telemetry_mdt Include delete field
  • #12696 inputs.disk Add label as tag
  • #12519 inputs.dns_query Add IP field(s)
  • #12775 inputs.docker_log Add state-persistence capabilities
  • #12814 inputs.ethtool Add support for link speed, duplex, etc.
  • #12550 inputs.example Add secret-store sample code
  • #12495 inputs.gnmi Set max gRPC message size
  • #12680 inputs.haproxy Add support for tcp endpoints in haproxy plugin
  • #12645 inputs.http_listener_v2 Add custom server http headers
  • #12506 inputs.icinga2 Support collecting hosts, services, and endpoint metrics
  • #12493 inputs.influxdb Collect uptime statistics
  • #12452 inputs.intel_powerstat Add CPU base frequency metric and add support for new platforms
  • #12707 inputs.internet_speed Add the best server selection via latency and jitter field
  • #12617 inputs.internet_speed Server ID include and exclude filter
  • #12730 inputs.jti_openconfig_telemetry Set timestamp from data
  • #12786 inputs.modbus Add RS485 specific config options
  • #12408 inputs.modbus Add workaround to enforce reads from zero for coil registers
  • #12825 inputs.modbus Allow to convert coil and discrete registers to boolean
  • #12591 inputs.mysql Add secret-store support
  • #12466 inputs.openweathermap Add snow parameter
  • #12628 inputs.processes Add use_sudo option for BSD
  • #12777 inputs.prometheus Use namespace annotations to filter pods to be scraped
  • #12496 inputs.redfish Add power control metric
  • #12400 inputs.sqlserver Get database pages performance counter
  • #12377 inputs.stackdriver Allow filtering by resource metadata labels
  • #12318 inputs.statsd Add pending messages stat and allow to configure number of threads
  • #12828 inputs.vsphere Flag for more lenient behavior when connect fails on startup
  • #12790 inputs.win_eventlog Add state-persistence capabilities
  • #12556 inputs.win_perf_counters Add remote system support
  • #12729 inputs.wireguard Add allowed_peer_cidr field
  • #12444 inputs.x509_cert Add OCSP stapling information for leaf certificates (#10550)
  • #12656 inputs.x509_cert Add tag for certificate type-classification
  • #12697 outputs.mqtt Add option to specify topic layouts
  • #12678 outputs.mqtt Add support for MQTT 5 publish properties
  • #12224 outputs.mqtt Enhance routing capabilities
  • #11816 parsers.avro Add Apache Avro parser
  • #12820 parsers.xpath Add timezone handling
  • #12767 processors.converter Convert tag or field as metric timestamp
  • #12659 processors.unpivot Add mode to create new metrics
  • #12812 secretstores Add command-line option to specify password
  • #12067 secretstores Add support for additional input plugins
  • #12497 secretstores Convert many output plugins

Bugfixes

  • #12781 agent Allow graceful shutdown on interrupt (e.g. Ctrl-C)
  • #12740 agent Only rotate log on SIGHUP if needed
  • #12818 inputs.amqp_consumer Avoid deprecations when handling defaults
  • #12817 inputs.amqp_consumer Fix panic on Stop() if not connected successfully
  • #12815 inputs.ethtool Close namespace file to prevent crash
  • #12778 inputs.statsd On close, verify listener is not nil

Dependency Updates

  • #12805 deps Bump cloud.google.com/go/storage from 1.28.1 to 1.29.0
  • #12804 deps Bump github.com/Azure/go-autorest/autorest/adal from 0.9.21 to 0.9.22
  • #12757 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.77 to 1.62.193
  • #12808 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.2 to 1.13.15
  • #12756 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.14.5 to 1.16.0
  • #12754 deps Bump github.com/coocood/freecache from 1.2.2 to 1.2.3
  • #12852 deps Bump github.com/opencontainers/runc from 1.1.3 to 1.1.4
  • #12806 deps Bump github.com/opensearch-project/opensearch-go/v2 from 2.1.0 to 2.2.0
  • #12753 deps Bump github.com/openzipkin-contrib/zipkin-go-opentracing from 0.4.5 to 0.5.0
  • #12755 deps Bump github.com/rabbitmq/amqp091-go from 1.5.0 to 1.7.0
  • #12822 deps Bump github.com/shirou/gopsutil from v3.22.12 to v3.23.2
  • #12807 deps Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
  • #12840 deps Bump OpenTelemetry from 0.3.1 to 0.3.3
  • #12801 deps Downgrade github.com/karrick/godirwalk from v1.17.0 to v1.16.2

Packages

Arch Platform Package SHA256
arm64 CentOS [telegraf-1.26.0-1.aarch64.rpm](https://dl.inf...
Read more

v1.25.3

27 Feb 22:59
3835522
Compare
Choose a tag to compare

v1.25.3 [2023-02-27]

Bugfixes

  • #12721 agent Fix reload config on config update/SIGHUP
  • #12462 inputs.bond Reset slave stats for each interface
  • #12677 inputs.cloudwatch Verify endpoint is not nil
  • #12725 inputs.lvm Add options to specify path to binaries
  • #12724 parsers.xpath Fix panic for JSON name expansion
  • #12735 serializers.json Fix stateful transformations

Dependency Updates

  • #12714 deps Bump cloud.google.com/go/pubsub from 1.27.1 to 1.28.0
  • #12693 deps Bump github.com/containerd/containerd from 1.6.8 to 1.6.18
  • #12715 deps Bump github.com/go-logfmt/logfmt from 0.5.1 to 0.6.0
  • #12668 deps Bump github.com/gofrs/uuid from 4.3.1 to 5.0.0
  • #12712 deps Bump github.com/gophercloud/gophercloud from 1.0.0 to 1.2.0
  • #12667 deps Bump github.com/pion/dtls/v2 from 2.1.5 to 2.2.4
  • #12699 deps Bump golang.org/x/net from 0.5.0 to 0.7.0
  • #12670 deps Bump golang.org/x/sys from 0.4.0 to 0.5.0
  • #12713 deps Bump google.golang.org/grpc from 1.52.3 to 1.53.0
  • #12669 deps Bump k8s.io/apimachinery from 0.25.3 to 0.25.6
  • #12698 deps Bump testcontainers from 0.14.0 to 0.18.0

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.25.3-1.aarch64.rpm aff47c010598fafa071bb878e24db42532ee156432d212c8dbd58fe806314ae4
armel CentOS telegraf-1.25.3-1.armel.rpm 1c49847c145f96b7deac28ed12c030f27759e524a43421dde78563ee88822a6a
armv6hl CentOS telegraf-1.25.3-1.armv6hl.rpm 9183a8374524a11ad85dc4061f0870e542a07ada9c4b0ec751660078258d116b
i386 CentOS telegraf-1.25.3-1.i386.rpm 02ad2428ad99913f5ec3a4178a5a33cc67b5b1192f05a9d942a587372a0120ce
ppc64le CentOS telegraf-1.25.3-1.ppc64le.rpm f21046b72313bd73febce96348da1b1209123c5d752c5de5a599c6cd6b5b0950
riscv64 CentOS telegraf-1.25.3-1.riscv64.rpm feee9d6779a0cd815675c4a9b95927acac8dbcb97a502e349cf078d836ed2232
s390x CentOS telegraf-1.25.3-1.s390x.rpm 21de962e0835a06dbd6b6d172affb85084c9870ade287928853dd77e5b52de1a
amd64 CentOS telegraf-1.25.3-1.x86_64.rpm 4c93c4b737f5cb23da1bbb7bc7599618a27af6f027a5e9d3133dd0da29d42661
amd64 macOS telegraf-1.25.3_darwin_amd64.dmg 3284a389e96afceb5cc3b7b561b36c19e7eb4e7e7d9ed10f8218abe50dace878
amd64 macOS telegraf-1.25.3_darwin_amd64.tar.gz d1ec41fcff397321b5f1e7eb7fff11dfb74091c765d67e8c7c0323fd874af29f
arm64 macOS telegraf-1.25.3_darwin_arm64.dmg 423c59171eef2cd358f1a96eb6a621103936f057452cbc5904066f6892ab33bb
arm64 macOS telegraf-1.25.3_darwin_arm64.tar.gz 9bf20a9eec211b5ccddbe975cc10839d15d53bd69dccbbec868f31705ea1380a
amd64 FreeBSD telegraf-1.25.3_freebsd_amd64.tar.gz 06d63fad745b645d6a0ffb9c1092a1caa0b7b6c6de64522d846584dde04a53ec
armv7 FreeBSD telegraf-1.25.3_freebsd_armv7.tar.gz 8f1ab1bbd8cc3aec4ed185cb032801e9a8fd8dedc8f015eff55af685788adadd
i386 FreeBSD telegraf-1.25.3_freebsd_i386.tar.gz 01e8b269d5a0668d2604922c35c84bc2fb7db4b6f5e725eb5c03ad38eb064194
amd64 Linux telegraf-1.25.3_linux_amd64.tar.gz c9a164b09b6ea130196c720b724b4b788b7f864e92f655048ecb279a3ea47eef
arm64 Linux telegraf-1.25.3_linux_arm64.tar.gz e80906d227b6ec1229f16c8751344ed43a8526af4cde466563d37a7662263d27
armel Linux telegraf-1.25.3_linux_armel.tar.gz b1c8d6871975c270f9fff022ee13cc25104db866d64f5a299932eb9e75157c81
armhf Linux telegraf-1.25.3_linux_armhf.tar.gz 03f75e84aae064c6f115f9fc2169388fd1a007acb02104bba28589da6bbec9a0
i386 Linux telegraf-1.25.3_linux_i386.tar.gz a1839cd63cb619da2d79cf6f4b65a16b7e143152c9a1c48943a82c2e982f7f31
mips Linux telegraf-1.25.3_linux_mips.tar.gz e8a7a63da8262804032b7c9ba9d426ded78578b73663591cb23f2d1c9736a17b
mipsel Linux telegraf-1.25.3_linux_mipsel.tar.gz 3743a9e509ff991b751112b47ed45ea9fb764382e8f8c48ec9c1b54b236f452b
ppc64le Linux telegraf-1.25.3_linux_ppc64le.tar.gz 8316ad2c3e39b92c4019c630f50714b985d0d904f9223f4458b9df7532987643
riscv64 Linux telegraf-1.25.3_linux_riscv64.tar.gz 4ff424d29de3ecf28beed0c6ec8470ac04b5e2067532d66c3d568b93ad45da41
s390x Linux telegraf-1.25.3_linux_s390x.tar.gz c73b070fd0565c7afe98ce39916477940998ad1f4bec5644029d16e7762b4aa8
amd64 Linux telegraf-1.25.3_static_linux_amd64.tar.gz aa437d789330f17663a36b6178d5553ba9360882dd38de45114401d5eb3f8b70
amd64 Windows telegraf-1.25.3_windows_amd64.zip f228c444e18cf7671aaa5b3fa9da0bfce034276a0e6ac35b3db900476005201f
arm64 Windows telegraf-1.25.3_windows_arm64.zip d92124e09d4936e125379891d85dc3f290145ae0e6f240290ba455ef38ddd86b
i386 Windows telegraf-1.25.3_windows_i386.zip b6a56dfd05d650098a544f1957d9cb915bca2147a3e7fcf30420e18a4b5cb50e
amd64 Debian telegraf_1.25.3-1_amd64.deb 32fefa6257b68db5ef410c594c6f341cb7e91242300ace3b1cbfa5e0c27fb6f0
arm64 Debian telegraf_1.25.3-1_arm64.deb d81691b683d585f0eb2d5614855a04712c392f697a7e9a8664730e6b526d05b3
armel Debian telegraf_1.25.3-1_armel.deb d17f75e9e5d5434a3bfc775b74edc85e352783477f057bb879eea292a45ff296
armhf Debian telegraf_1.25.3-1_armhf.deb c69ad46020a2a1eab6e126678dc9ab19591737914eead0d7cd62fb6e22ac88ec
i386 Debian telegraf_1.25.3-1_i386.deb 1b60e9dde193131f1074e7b94438fe4c8cb7dad941c2030031221a4deeac496c
mips Debian telegraf_1.25.3-1_mips.deb 8dfac98ec398cc70eab8aa045a1c1d1037a1a0b3da979b2d6899b999c576da85
mipsel Debian telegraf_1.25.3-1_mipsel.deb e6b537ac2872bb1ff527dc9cc3b7917d5488932a6c0d7d86691d0e7aa6996eb9
ppc64el Debian telegraf_1.25.3-1_ppc64el.deb 0b229c649a4dc17ad985d14f62fb7fabf00764200bfabe6e972fd5cb245cb444
riscv64 Debian telegraf_1.25.3-1_riscv64.deb 849f5ed162b8134a723bca43edd6f1c50cc28989635ea1776f7b51e8675670e8
s390x Debian telegraf_1.25.3-1_s390x.deb 3ee2433e4a3307ad28ac7c7ca6892e325ed653c1a266635573438cb7ebd9e5da

v1.25.2

13 Feb 21:39
67c08c5
Compare
Choose a tag to compare

v1.25.2 [2023-02-13]

Bugfixes

  • #12607 agent Only read the config once
  • #12586 docs Fix link to license for Google flatbuffers
  • #12637 inputs.cisco_telemetry_mdt Check subfield sizes to avoid panics
  • #12657 inputs.cloudwatch Enable custom endpoint support
  • #12603 inputs.conntrack Resolve segfault when setting collect field
  • #12512 inputs.gnmi Handle both new-style tag_subscription and old-style tag_only
  • #12599 inputs.mongodb Improve error logging
  • #12604 inputs.mongodb SIGSEGV when restarting MongoDB node
  • #12576 inputs.mysql Avoid side-effects for TLS between plugin instances
  • #12626 inputs.prometheus Deprecate and rename the timeout variable
  • #12648 inputs.tail Fix typo in the README
  • #12543 inputs.upsd Add additional fields
  • #12629 inputs.x509_cert Fix Windows path handling
  • #12560 outputs.prometheus_client Expire with ticker, not add/collect
  • #12644 secretstores Check store id format and presence

Dependency Updates

  • #12630 deps Bump cloud.google.com/go/bigquery from 1.44.0 to 1.45.0
  • #12568 deps Bump github.com/99designs/keyring from 1.2.1 to 1.2.2
  • #12634 deps Bump github.com/antchfx/xmlquery from 1.3.12 to 1.3.15
  • #12633 deps Bump github.com/antchfx/xpath from 1.2.2 to 1.2.3
  • #12571 deps Bump github.com/coreos/go-semver from 0.3.0 to 0.3.1
  • #12632 deps Bump github.com/moby/ipvs from 1.0.2 to 1.1.0
  • #12572 deps Bump github.com/multiplay/go-ts3 from 1.0.1 to 1.1.0
  • #12581 deps Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0
  • #12580 deps Bump github.com/shirou/gopsutil from 3.22.9 to 3.22.12
  • #12570 deps Bump go.mongodb.org/mongo-driver from 1.11.0 to 1.11.1
  • #12582 deps Bump golang/x dependencies
  • #12583 deps Bump google.golang.org/grpc from 1.51.0 to 1.52.0
  • #12631 deps Bump google.golang.org/grpc from 1.52.0 to 1.52.3

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.25.2-1.aarch64.rpm 51f58a16d1fb3481e55cfc1f999a0c677bc6d07955aa4a6e5b05bfb534176adf
armel CentOS telegraf-1.25.2-1.armel.rpm 8e6b6a8feeb6f8fb0d0afcbfdabbe1d0afa07e146520c778e18e4b32cd740f18
armv6hl CentOS telegraf-1.25.2-1.armv6hl.rpm 26d62c276202345bfe3d0e5b32d776ee1a0bcfe2edded70626d25c8007da7549
i386 CentOS telegraf-1.25.2-1.i386.rpm 8dd713667145b2a16e6b5e524ebc6d136e83530e3b2816ac2b1ffa13b19c59dd
ppc64le CentOS telegraf-1.25.2-1.ppc64le.rpm 5b2e5e64303d5e9701cfd5e65175b8f9b6970e2c9ab12c7828a07f8378d802ef
riscv64 CentOS telegraf-1.25.2-1.riscv64.rpm e57240d26930c0e11e7c64f5defd0f38245c0b7b2398b29fa27aa958e39933d7
s390x CentOS telegraf-1.25.2-1.s390x.rpm 0e73469583ffb577f3bc6ea1c3b42e8c7fc0923700068cfcb657c3206b674c6f
amd64 CentOS telegraf-1.25.2-1.x86_64.rpm ffc07b177384c1fe67fec297dc9bb7f50c3d2914ce1f236672707cb5bc303dce
amd64 macOS telegraf-1.25.2_darwin_amd64.dmg 3f51a1d4777ae8075e61dfa698785d060ffad0073a070030f88255fb8faf6d7d
amd64 macOS telegraf-1.25.2_darwin_amd64.tar.gz 88315a2b2423eb14585736ce0b8b196604fb0e2181c647d6c434270faf17c5d7
arm64 macOS telegraf-1.25.2_darwin_arm64.dmg 97ffa6912126ad2ac55c76c8cc83b80f7ba43203e68dd8ac1902eaeb7416c557
arm64 macOS telegraf-1.25.2_darwin_arm64.tar.gz e59d654dacc81dd7b786d8eefcbee0500f12f3040559d4ccbf18b896f43536ab
amd64 FreeBSD telegraf-1.25.2_freebsd_amd64.tar.gz 448aaaf451a520cc51891914c10dc59b11b56a14797bd9d789afce88f30c6829
armv7 FreeBSD telegraf-1.25.2_freebsd_armv7.tar.gz b34ce0fa9a1d440dc64afaf8aa6c3d0572d003d095470a6a0ce8c4a53763a120
i386 FreeBSD telegraf-1.25.2_freebsd_i386.tar.gz a5ee541fd119691a9af03a448b96a0ec236f23b3968de611c7de6096a704b487
amd64 Linux telegraf-1.25.2_linux_amd64.tar.gz 510bde1bdfcc8465a5864c7d8e5848fb21dcb4940175137ab665133f1edfecdc
arm64 Linux telegraf-1.25.2_linux_arm64.tar.gz 7da28db5c877639c58355ca30e55faaae66c6e45d0231e1655a49a0c8dbff6ff
armel Linux telegraf-1.25.2_linux_armel.tar.gz a5694aed50414a99aaa86ce00c1ba9a4adbde2c75c8f39596b4b359306981747
armhf Linux telegraf-1.25.2_linux_armhf.tar.gz f13c8a7ea6077f0a3fc8c495e6f178e5e992f2893448b59ac4264db6ef6239b4
i386 Linux telegraf-1.25.2_linux_i386.tar.gz d51569eafa4dc117d74033e2fb8735d925c9b68edc2fd5f7560684a91d367d7c
mips Linux telegraf-1.25.2_linux_mips.tar.gz 1f7a82a15b5e19975ac735596f0ef0f5dddc71e964d94548bb0e099f90d8a9e0
mipsel Linux telegraf-1.25.2_linux_mipsel.tar.gz bcfa9aa93ad82ee0f0069aa90bbd904a26d95000c2d7bd93a07459e32954875d
ppc64le Linux telegraf-1.25.2_linux_ppc64le.tar.gz 2dac7aa35a92f4b8523dd04d46f6a7b62b2a9b1ad776a849a81d00166e13113e
riscv64 Linux telegraf-1.25.2_linux_riscv64.tar.gz 44f607cde6135e7db18674bf84c2fd18466e11877cec93ef4757dcb317f0266e
s390x Linux telegraf-1.25.2_linux_s390x.tar.gz d828c6b40921c674a90d0ea8835e46af1fd429c746a6eaf1b4d7a4b5fd08a46b
amd64 Linux telegraf-1.25.2_static_linux_amd64.tar.gz f4e42b5360e151411b3b99d5985dfe54bd1395d72cb6284a4df6d89bd09844ca
amd64 Windows telegraf-1.25.2_windows_amd64.zip 0e69d36a567632797ee3c1cdcccd8d999f8c19add390bbc23ea4c6f49aeba81c
arm64 Windows telegraf-1.25.2_windows_arm64.zip 68dae7de51a7e3edeb81c8ef9bc185dcf243d75830f439d5a8e462ffff38c52a
i386 Windows telegraf-1.25.2_windows_i386.zip 52811697cd41b1b7c2898e811f821d2cea2a60fbfacd97fbdada069a4217aaf0
amd64 Debian telegraf_1.25.2-1_amd64.deb 6551ca784e0cf95c859929250979605ed4ff1641a289af937999f21a227d6929
arm64 Debian telegraf_1.25.2-1_arm64.deb 43452e03843d3736b506eca940a9863f7d6e0a9576100ac8f3556eda380f3f84
armel Debian telegraf_1.25.2-1_armel.deb 0cb2d9b7988f40eef6bc870929edbc09d78b84664123a1dd6e3e27cb19ed4f68
armhf Debian [telegraf_1.25.2-1_armhf.deb](https://dl...
Read more

v1.25.1

30 Jan 19:34
Compare
Choose a tag to compare

v1.25.1 [2023-01-30]

Bugfixes

  • #12549 agent Catch non-existing commands and error out
  • #12453 agent Correctly reload configuration files
  • #12491 agent Handle float time with fractions of seconds correctly
  • #12457 agent Only set default snmp after reading all configs
  • #12515 common.cookie Allow any 2xx status code
  • #12459 common.kafka Add keep-alive period setting for input and output
  • #12240 inputs.cisco_telemetry_mdt Add operation-metric and class-policy prefix
  • #12533 inputs.exec Restore pre-v1.21 behavior for CSV data_format
  • #12415 inputs.gnmi Update configuration documentation
  • #12536 inputs.logstash Collect opensearch specific stats
  • #12409 inputs.mysql Revert slice declarations with non-zero initial length
  • #12529 inputs.opcua Fix opcua and opcua-listener for servers using password-based auth
  • #12522 inputs.prometheus Correctly track deleted pods
  • #12559 inputs.prometheus Set the timeout for slow running API endpoints correctly
  • #12384 inputs.sqlserver Add more precise version check
  • #12387 inputs.sqlserver Added own SPID filter
  • #12386 inputs.sqlserver SqlRequests include sleeping sessions with open transactions
  • #12528 inputs.sqlserver Suppress error on secondary replicas
  • #12516 inputs.upsd Always convert to float
  • #12486 inputs.upsd Ensure firmware is always a string
  • #12375 inputs.win_eventlog Handle remote events more robustly
  • #12404 inputs.x509_cert Fix off-by-one when adding intermediate certificates
  • #12399 outputs.loki Return response body on error
  • #12440 parsers.json_v2 In case of invalid json, log message to debug log
  • #12401 secretstores Cleanup duplicate printing
  • #12468 secretstores Fix handling of "id" and print failing secret-store
  • #12490 secretstores Fix handling of TOML strings

Dependency Updates

  • #12385 deps Bump cloud.google.com/go/storage from 1.23.0 to 1.28.1
  • #12511 deps Bump github.com/antchfx/jsonquery from 1.3.0 to 1.3.1
  • #12420 deps Bump github.com/aws/aws-sdk-go-v2 from 1.17.1 to 1.17.3
  • #12538 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.54.4 to 1.80.1
  • #12476 deps Bump github.com/denisenkom/go-mssqldb from 0.12.0 to 0.12.3
  • #12378 deps Bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2
  • #12381 deps Bump github.com/hashicorp/consul/api from 1.15.2 to 1.18.0
  • #12417 deps Bump github.com/karrick/godirwalk from 1.16.1 to 1.17.0
  • #12418 deps Bump github.com/kardianos/service from 1.2.1 to 1.2.2
  • #12379 deps Bump github.com/nats-io/nats-server/v2 from 2.9.4 to 2.9.9

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.25.1-1.aarch64.rpm dac20cbc02013278dd0f2edc593fedab62635631fc78ea7977f2380ab3826211
armel CentOS telegraf-1.25.1-1.armel.rpm 94461e034c85812c014f42b0bdd9da082594da38d25969c03159ff29a8287cfa
armv6hl CentOS telegraf-1.25.1-1.armv6hl.rpm dbf23535490527602a9ee3b96aa94561cfab7d5d92e1ddfb520c04b5058b4770
i386 CentOS telegraf-1.25.1-1.i386.rpm fa19910a07565231006f7579d6553ed52f19ad4d736ee5659e65089cabbf79dd
ppc64le CentOS telegraf-1.25.1-1.ppc64le.rpm 67561b5efd5ee2e295c66539effff17a509789d439094693a0f274d7766b5311
riscv64 CentOS telegraf-1.25.1-1.riscv64.rpm 2d677f94a16299ab77121ce956c9c10aaa42cfa7c2d19c4d53311a94eb320c43
s390x CentOS telegraf-1.25.1-1.s390x.rpm 4024e8cb3eb138a97bc99678b0eb2c333428e35abbbf955ed69fdbd7ee01542d
amd64 CentOS telegraf-1.25.1-1.x86_64.rpm caceb7081e47dcfde6c181a20d02129dccdb03d809f9bca7196406ae63dba34a
amd64 macOS telegraf-1.25.1_darwin_amd64.dmg 5b36b5c98bcc37bc99f85cc39737fd99aac4d84ec4cc88e27507571c9107bc5e
amd64 macOS telegraf-1.25.1_darwin_amd64.tar.gz e81962ca90ec44402bc4e41a8f3d3127572270211936c32d3ed9b7b2f2fceacb
arm64 macOS telegraf-1.25.1_darwin_arm64.dmg db11db25be3fc9079cb3e0103d335eb5df63eb10dffe0ea29e5dc5a678173a08
arm64 macOS telegraf-1.25.1_darwin_arm64.tar.gz 4f0d3d33d248fd6b50ed5783b053b95ebdb771ef0d09a220cb74bd2e8b4759c2
amd64 FreeBSD telegraf-1.25.1_freebsd_amd64.tar.gz faec2337c91c492ea00e252250d5846a17ea3299fe4f4bbdfc6432ce437f01f1
armv7 FreeBSD telegraf-1.25.1_freebsd_armv7.tar.gz e1a1ef2c2dcdd5bae635d4f996e1b19557a70fe86b8b5491b6ffa023ca3d0eb7
i386 FreeBSD telegraf-1.25.1_freebsd_i386.tar.gz 049d504be226971282e660369428ed46772f45610932ea431a6a6c5cd1573c9b
amd64 Linux telegraf-1.25.1_linux_amd64.tar.gz 4a15bbb8d4c013ec0852a7e84bcf11824cc50e38d2fd30f3b18d8d7bb281cbf6
arm64 Linux telegraf-1.25.1_linux_arm64.tar.gz 78ca98f6eb780b876a9a521a2a0b9df9c8dae74718d3a51acdc7d0c3b90dd20e
armel Linux telegraf-1.25.1_linux_armel.tar.gz bdc3590c9962286ce909a71bd530285b13ea77a6a692194d25ad78f4aed93013
armhf Linux telegraf-1.25.1_linux_armhf.tar.gz 2252e1ed0f08eeb8a0cff14f63efffe8156b2e1063c67d82a4c2c536d5540b95
i386 Linux telegraf-1.25.1_linux_i386.tar.gz d4e36736a9a40fd31c501a4bcdf7d2a1dfc85236af6f2c109da93daa5352835f
mips Linux telegraf-1.25.1_linux_mips.tar.gz 763114fb83906b051c00690febc8bdd533fe95633a7fe024362e4dfc970c71a4
mipsel Linux telegraf-1.25.1_linux_mipsel.tar.gz a82b466eaa05383c9ab273c624b2c4b201521f562782487bb04a63222c990b2d
ppc64le Linux telegraf-1.25.1_linux_ppc64le.tar.gz 392511aa336002bcbcdb2dca7d41ce24bd8f38daf5876c68151c7fa4763141e9
riscv64 Linux telegraf-1.25.1_linux_riscv64.tar.gz 54885f0dd2a8ad90656f964e1a5ff4b0097cbd7b91505e3ec23e6280698c0137
s390x Linux telegraf-1.25.1_linux_s390x.tar.gz aaac41413a1435b458478734153a38ac1212af83b8379d061747c7e741301bdb
amd64 Linux telegraf-1.25.1_static_linux_amd64.tar.gz 58d5635a1dad3e2d3f6dba3490ebeaea30ba6b6a1d8a1082edf2071f5f1d95e6
amd64 Windows [`telegraf-1.25.1_wind...
Read more

v1.25.0

12 Dec 21:08
4d17ec7
Compare
Choose a tag to compare

v1.25.0 [2022-12-12]

New Plugins

  • #10103 inputs.azure_monitor Azure Monitor
  • #8413 inputs.gcs Google Cloud Storage
  • #11824 inputs.intel_dlb Intel DLB
  • #11814 inputs.libvirt libvirt
  • #12108 inputs.netflow netflow v5, v9, and IPFIX
  • #11786 inputs.opcua_listener OPC UA Event subscriptions

Features

  • #12130 Add arm64 Windows builds to nightly and CI

  • #11987 agent Add method to inform of deprecated plugin option values

  • #11232 agent Secret-store implementation

  • #12358 agent Deprecate active usage of netsnmp translator

  • #12302 agent.tls Allow setting renegotiation method

  • #12111 common.kafka Add exponential backoff when connecting or reconnecting and allow plugin to start without making initial connection

  • #11860 inputs.amqp_consumer Determine content encoding automatically

  • #12014 inputs.apcupsd Add new fields

  • #12342 inputs.cgroups Do not abort on first error, print message once

  • #8958 inputs.conntrack Parse conntrack stats

  • #11703 inputs.diskio Allow selecting devices by ID

  • #11895 inputs.ethtool Gather statistics from namespaces

  • #12087 inputs.ethtool Possibility to skip gathering metrics for downed interfaces

  • #12324 inputs.http_response Add User-Agent header

  • #12304 inputs.kafka_consumer Add sarama debug logs

  • #11783 inputs.knx_listener Support TCP as transport protocol

  • #12301 inputs.kubernetes Allow fetching kublet metrics remotely

  • #12255 inputs.modbus Add 8-bit integer types

  • #11983 inputs.modbus Add config option to pause after connect

  • #12340 inputs.modbus Add support for half-precision float (float16)

  • #11106 inputs.modbus Optimize grouped requests

  • #11273 inputs.modbus Optimize requests

  • #11630 inputs.opcua Add use regular reads workaround

  • #9633 inputs.powerdns_recursor Support for new PowerDNS recursor control protocol

  • #12050 inputs.prometheus Add support for custom header

  • #11962 inputs.prometheus Allow explicit scrape configuration without annotations

  • #11729 inputs.prometheus Use system wide proxy settings

  • #12329 inputs.smart Add additional SMART metrics that indicate/predict device failure

  • #11872 inputs.snmp Convert enum values

  • #12187 inputs.socket_ listener Allow to specify message separator for streams

  • #12351 inputs.sqlserver Add @@SERVICENAME and SERVERPROPERTY(IsClustered) in measurement sqlserver_server_properties

  • #12126 inputs.sqlserver Add data and log used space metrics for Azure SQL DB

  • #12292 inputs.sqlserver Add metric available_physical_memory_kb in sqlserver_server_properties

  • #12319 inputs.sqlserver Introduce timeout for query execution

  • #12147 inputs.system Collect unique user count logged in

  • #12281 inputs.tail Add option to preserve newlines for multiline data

  • #11762 inputs.tail Allow handling of quoted strings spanning multiple lines

  • #12170 inputs.tomcat Add source tag

  • #11874 outputs.azure_data_explorer Add support for streaming ingestion for ADX output plugin

  • #11991 outputs.event_hubs Expose max message size batch option

  • #11950 outputs.graylog Implement optional connection retries

  • #11385 outputs.timestream Support ingesting multi-measures

  • #12232 parsers.binary Handle hex-encoded inputs

  • #12008 parsers.csv Add option for overwrite tags

  • #12247 parsers.csv Support null delimiters

  • #12320 parsers.grok Add option to allow multiline messages

  • #11933 parsers.xpath Add option to skip (header) bytes

  • #11999 parsers.xpath Allow to specify byte-array fields to encode in HEX

  • #11552 parsers Add binary parser

  • #12260 serializers.json Support serializing JSON nested in string fields

Bugfixes

  • #12113 agent Run processors in config order
  • #12127 agent Watch for changes in configuration files in config directories
  • #12062 inputs.conntrack Skip gather tests if conntrack kernel module is not loaded
  • #12295 inputs.filecount Revert library version
  • #12284 inputs.kube_inventory Change default token path, use in-cluster config by default
  • #12235 inputs.modbus Add workaround to read field in separate requests
  • #12339 inputs.modbus Fix Windows COM-port path
  • #12367 inputs.modbus Fix default value of transmission mode
  • #12330 inputs.mongodb Fix connection leak triggered by config reload
  • #12101 inputs.opcua Add support for opcua datetime values
  • #12376 inputs.opcua Parse full range of status codes with uint32
  • #12278 inputs.promethes Respect selectors when scraping pods
  • #12323 inputs.sql Cast measurement_column to string
  • #12259 inputs.vsphere Eliminated duplicate samples
  • #12307 inputs.zfs Unbreak datasets stats gathering in case listsnaps is enabled on a zfs pool
  • #12291 outputs.azure_data_explorer Update test call to NewSerializer
  • #12357 processors.parser Handle empty metric names correctly

Dependency Updates

  • #12334 deps Update github.com/aliyun/alibaba-cloud-sdk-go from 1.61.1836 to 1.62.77
  • #12355 deps Update github.com/gosnmp/gosnmp from 1.34.0 to 1.35.0
  • #12372 deps Update OpenTelemetry from 0.2.30 to 0.2.33

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.25.0-1.aarch64.rpm 26ea759d7bdd9a30163f22274f791fc8e26c2336e416139926f8c491aebd76d4
armel CentOS telegraf-1.25.0-1.armel.rpm f09e29784c973a371d27ef6dcfec8c1fbd2e5cc19382c84ad69ca192efba74fe
armv6hl CentOS telegraf-1.25.0-1.armv6hl.rpm 52e7ddf67ed59128dc26a4c8920b44e5674c3f515afdb0627230de2040829576
i386 CentOS telegraf-1.25.0-1.i386.rpm `4ff5eb4017758a...
Read more

v1.24.4

29 Nov 15:56
c79edb5
Compare
Choose a tag to compare

v1.24.4 [2022-11-29]

Bugfixes

  • #12177 inputs.cloudwatch Correctly handle multiple namespaces
  • #12294 inputs.directory_monitor Close input file before removal
  • #12140 inputs.gnmi Handle decimal_val as per gnmi v0.8.0
  • #12275 inputs.gnmi Do not provide empty prefix for subscription request
  • #12258 inputs.gnmi Fix empty name for Sonic devices
  • #12171 inputs.ping Avoid -x/-X on FreeBSD 13 and newer with ping6
  • #12282 inputs.prometheus Correctly default to port 9102
  • #12229 input.redis_sentinel Fix sentinel and replica stats gathering
  • #12280 inputs.socket_listener Ensure closed connection
  • #12201 output.datadog Log response in case of non 2XX response from API
  • #12160 outputs.prometheus Expire metrics correctly during adds
  • #12156 outputs.yandex_cloud_monitoring Catch int64 values

Dependency Updates

  • #12132 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.61.1818 to 1.61.1836
  • #12197 deps Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1
  • #12196 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.13.12 to 1.14.5
  • #12198 deps Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.12.17 to 1.12.19
  • #12236 deps Bump github.com/gofrs/uuid from v4.3.0 to v4.3.1
  • #12237 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.16.19 to 1.17.2
  • #12238 deps Bump github.com/urfave/cli/v2 from 2.16.3 to 2.23.5
  • #12239 deps Bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.18 to 3.3.20
  • #12248 deps Bump github.com/showwin/speedtest-go from 1.1.5 to 1.2.1
  • #12269 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.21 to 1.13.2
  • #12268 deps Bump github.com/yuin/goldmark from 1.5.2 to 1.5.3
  • #12267 deps Bump cloud.google.com/go/pubsub from 1.25.1 to 1.26.0
  • #12266 deps Bump go.mongodb.org/mongo-driver from 1.10.2 to 1.11.0

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.24.4-1.aarch64.rpm 1307a3d0218d1c9d1416e72c82419806dfa0f2a748eada8a7dd77c9970b1bbbf
armel CentOS telegraf-1.24.4-1.armel.rpm 10bfb6d39296736ef18a323350939ab6b24e81e5f011dcf6d838183503ace16f
armv6hl CentOS telegraf-1.24.4-1.armv6hl.rpm 46b09eefaae80fa2d902e97288bb8d531276be3b43551e211e0526892693668a
i386 CentOS telegraf-1.24.4-1.i386.rpm f702875e6ef0d5e8765c490447cfde641c3d177f41dc7a8a2029c365e602c2c8
ppc64le CentOS telegraf-1.24.4-1.ppc64le.rpm 6d66e1dbe89a6f116758ec26561f2e835a9c8e25293ac4d9cbe79a1893e4a120
riscv64 CentOS telegraf-1.24.4-1.riscv64.rpm 9e4ca9f50fb8c76fc7aff97cb9808896a5b12514d567cb5e061c3bb10b171983
s390x CentOS telegraf-1.24.4-1.s390x.rpm 448aaf39168ebf61f4f1837ea1afff51732ff89c6e0ba26981c10cfda90e6182
amd64 CentOS telegraf-1.24.4-1.x86_64.rpm 26c6f6ff899312db3330d935695889e6ab152df7843c03d00ef8bc9667a77a91
amd64 macOS telegraf-1.24.4_darwin_amd64.dmg bf7714bbbcca7646f5f8ed7c120f86c31cca2d07f5b0b8140ccdfe47faf58bc0
amd64 macOS telegraf-1.24.4_darwin_amd64.tar.gz fc7a5034f66532e95ef1175d2d25e5e2535934e1b44f231a070ffabed678f984
arm64 macOS telegraf-1.24.4_darwin_arm64.dmg 8199df61100400992524ef850649b521450af5c6ac442ac80c454e5c8294f1dc
arm64 macOS telegraf-1.24.4_darwin_arm64.tar.gz e6d2bc382b22823f6781b1e7568796a253e22c91b70b56eaf3017179de3e329d
amd64 FreeBSD telegraf-1.24.4_freebsd_amd64.tar.gz a22f1e5283de0a4336bc47a259c7b5ee3a17066a0ce67090778449ced3c9f5b7
armv7 FreeBSD telegraf-1.24.4_freebsd_armv7.tar.gz 2948b1d7d553a9c750baf35a18cdf9ac7a8950c13b72a8bab604b8b62734a678
i386 FreeBSD telegraf-1.24.4_freebsd_i386.tar.gz a13be2ebfb64426e8ac3452c4565f7e7ff143a64cbabf56077c1ee30aff72c49
amd64 Linux telegraf-1.24.4_linux_amd64.tar.gz 2e7dcc422edb213447cc2e1a2b82bbdfd4cccc55affb0953f9213c2dc11745da
arm64 Linux telegraf-1.24.4_linux_arm64.tar.gz df65c503d024536e6a15fa4adeee35b906ea17b22684fbf71d93e25c45ea51b4
armel Linux telegraf-1.24.4_linux_armel.tar.gz 48825de3807d71ad8346d7aa6d8a28d7ea8e237f98b834310281a4b252e6cbad
armhf Linux telegraf-1.24.4_linux_armhf.tar.gz 3ab26ae65316cfab6a92aef2cb69a186b4b1dd7cd58d585559915dd185b74df3
i386 Linux telegraf-1.24.4_linux_i386.tar.gz 5234b74cd0fc776579aac8f41268862835315f2fa5af6945bee7db687690116b
mips Linux telegraf-1.24.4_linux_mips.tar.gz 673ce2d032cd3d64346c9b6f1663cc3c90bba2fd9b483737276aaab524c0fce2
mipsel Linux telegraf-1.24.4_linux_mipsel.tar.gz 83d233f87d4dd0901caeb0a0726dba92b3d153c0119a7e1a65ffca13fa3f1568
ppc64le Linux telegraf-1.24.4_linux_ppc64le.tar.gz 5b98f72093e438938c5ae05c65618c66a9dd3678491db44e507abc28bf310514
riscv64 Linux telegraf-1.24.4_linux_riscv64.tar.gz 4d27793f880ba8f64f275a42c1b7a38eaad65a3f14f92b74aeb8ef8a9f10a0d8
s390x Linux telegraf-1.24.4_linux_s390x.tar.gz de0e32aff554e6edc7f47d9239b3f1881d76aa0192c2ca8d6ea475c566c6e5f7
amd64 Linux telegraf-1.24.4_static_linux_amd64.tar.gz 951bfc89c376311fd9c72c73767d4e19268ff218cfe7ad0b1d54271c9b617c30
amd64 Windows telegraf-1.24.4_windows_amd64.zip bab91aa72b3bae08428effb05b5361973cdce3b2eb9be3074f2d6f2d324941c1
i386 Windows telegraf-1.24.4_windows_i386.zip 41d453945a11c8dea32ffa177896f518de1645cabb0c9233825a63e6beb52e7b
amd64 Debian telegraf_1.24.4-1_amd64.deb 7fa81248f380037904811bed62486a8027bdeab1065d1950ae946357bb7f8a46
arm64 Debian telegraf_1.24.4-1_arm64.deb abdfb2ad43e0dd568115a0e0cc44a24ee52aa19fb48e85c370045084e89214b7
armel Debian telegraf_1.24.4-1_armel.deb bae8d1004807342c1d9fac1308fcf8c10b9e2554c245c55c736b8464c9a655a1
armhf Debian telegraf_1.24.4-1_armhf.deb 8eff4d8e30db6a265ebfaed17e768a87411c590badfbdd33917cd6e34dc32d23
i386 Debian telegraf_1.24.4-1_i386.deb e88f10c680dc20f9392fa44632e9b651153f5059043a6308a3a5f69ebe84ee5e
mips Debian [`telegraf_1.24.4-1_mi...
Read more