github influxdata/telegraf v1.35.0

latest releases: v1.35.4, v1.35.3, v1.35.2...
2 months ago

v1.35.0 [2025-06-16]

Deprecation Removals

This release removes the following deprecated plugin aliases:

  • inputs.cisco_telemetry_gnmi in #17101
  • inputs.http_listener in #17102
  • inputs.KNXListener in #17168
  • inputs.logparser in #17170

Furthermore, the following deprecated plugin options are removed:

  • ssl_ca, ssl_cert and ssl_key of common TLS settings in #17119
  • url of inputs.amqp_consumer in #17149
  • namespace of inputs.cloudwatch in #17123
  • datacentre of inputs.consul in #17150
  • container_names, perdevice and total of inputs.docker in #17148
  • http_timeout of inputs.elasticsearch in #17124
  • directory of inputs.filecount in #17152
  • guess_path_tag and enable_tls of inputs.gnmi in #17151
  • bearer_token of inputs.http in #17153
  • path and port of inputs.http_listener_v2 in #17158
  • address of inputs.http_response in #17157
  • object_type of inputs.icinga2 in #17163
  • max_line_size of inputs.influxdb_listener in #17162
  • enable_file_download of inputs.internet_speed in #17165
  • bearer_token_string of inputs.kube_inventory in #17110
  • bearer_token_string of inputs.kubernetes in #17109
  • server of inputs.nsq_consumer in #17166
  • dns_lookup of inputs.ntpq in #17159
  • ssl of inputs.openldap in #17103
  • name and queues of inputs.rabbitmq in #17105
  • path of inputs.smart in #17113
  • azuredb and query_version of inputs.sqlserver in #17112
  • parse_data_dog_tags and udp_packet_size of inputs.statsd in #17171
  • force_discover_on_init of inputs.vsphere in #17169
  • database, precision, retention_policy and url of outputs.amqp in #16950
  • precision of outputs.influxdb in #17160
  • partitionkey and use_random_partitionkey of outputs.kinesis in #17167
  • source_tag of outputs.librato in #17174
  • batch and topic_prefix of outputs.mqtt in #17176
  • trace of outputs.remotefile in #17173
  • host, port and string_to_number of outputs.wavefront in #17172

Replacements do exist, so please migrate your configuration in case you are
still using one of those plugins or options. The telegraf config migrate
command might be able to assist with the procedure.

New Plugins

  • #16390 inputs.fritzbox Add plugin
  • #16780 inputs.mavlink Add plugin
  • #16509 inputs.whois Add plugin
  • #16211 outputs.inlong Add plugin
  • #16827 outputs.microsoft_fabric Add plugin
  • #16629 processors.cumulative_sum Add plugin

Features

  • #17048 agent Add debounce for watch events
  • #16524 common.kafka Add AWS-MSK-IAM SASL authentication
  • #16867 common.ratelimiter Implement means to reserve memory for concurrent use
  • #16148 common.shim Add batch to shim
  • #17121 inputs.amqp_consumer Allow string values in queue arguments
  • #17051 inputs.opcua Allow forcing reconnection on every gather cycle
  • #16532 inputs.opcua_listener Allow to subscribe to OPCUA events
  • #16882 inputs.prometheus Add HTTP service discovery support
  • #16999 inputs.s7comm Add support for LREAL and LINT data types
  • #16452 inputs.unbound Collect histogram statistics
  • #16700 inputs.whois Support IDN domains
  • #17119 migrations Add migration for common.tls ssl options
  • #17101 migrations Add migration for inputs.cisco_telemetry_gnmi
  • #17123 migrations Add migration for inputs.cloudwatch
  • #17148 migrations Add migration for inputs.docker
  • #17124 migrations Add migration for inputs.elasticsearch
  • #17102 migrations Add migration for inputs.http_listener
  • #17162 migrations Add migration for inputs.influxdb_listener
  • #17110 migrations Add migration for inputs.kube_inventory
  • #17109 migrations Add migration for inputs.kubernetes
  • #17103 migrations Add migration for inputs.openldap
  • #17105 migrations Add migration for inputs.rabbitmq
  • #17113 migrations Add migration for inputs.smart
  • #17112 migrations Add migration for inputs.sqlserver
  • #16950 migrations Add migration for outputs.amqp
  • #17160 migrations Add migration for outputs.influxdb
  • #17149 migrations Add migration for inputs.amqp_consumer
  • #17150 migrations Add migration for inputs.consul
  • #17152 migrations Add migration for inputs.filecount
  • #17151 migrations Add migration for inputs.gnmi
  • #17153 migrations Add migration for inputs.http
  • #17158 migrations Add migration for inputs.http_listener_v2
  • #17157 migrations Add migration for inputs.http_response
  • #17163 migrations Add migration for inputs.icinga2
  • #17165 migrations Add migration for inputs.internet_speed
  • #17166 migrations Add migration for inputs.nsq_consumer
  • #17159 migrations Add migration for inputs.ntpq
  • #17171 migrations Add migration for inputs.statsd
  • #17169 migrations Add migration for inputs.vsphere
  • #17167 migrations Add migration for outputs.kinesis
  • #17174 migrations Add migration for outputs.librato
  • #17176 migrations Add migration for outputs.mqtt
  • #17173 migrations Add migration for outputs.remotefile
  • #17172 migrations Add migration for outputs.wavefront
  • #17168 migrations Add migration for inputs.KNXListener
  • #17170 migrations Add migration for inputs.logparser
  • #16646 outputs.health Add max time between metrics check
  • #16597 outputs.http Include body sample in non-retryable error logs
  • #16741 outputs.influxdb_v2 Implement concurrent writes
  • #16746 outputs.influxdb_v2 Support secrets in http_headers values
  • #16582 outputs.nats Allow asynchronous publishing for Jetstream
  • #16544 outputs.sql Add option to automate table schema updates
  • #16678 outputs.sql Support secret for dsn
  • #16583 outputs.stackdriver Ensure quota is charged to configured project
  • #16717 processors.defaults Add support for specifying default tags
  • #16701 processors.enum Add multiple tag mapping
  • #16030 processors.enum Allow mapping to be applied to multiple fields
  • #16494 serializer.prometheusremotewrite Allow sending native histograms

Bugfixes

  • #17044 inputs.opcua Fix integration test
  • #16986 inputs.procstat Resolve remote usernames on Posix systems
  • #16699 inputs.win_wmi Free resources to avoid leaks
  • #17118 migrations Update table content for general plugin migrations

Dependency Updates

  • #17089 deps Bump cloud.google.com/go/bigquery from 1.68.0 to 1.69.0
  • #17026 deps Bump cloud.google.com/go/storage from 1.53.0 to 1.54.0
  • #17095 deps Bump cloud.google.com/go/storage from 1.54.0 to 1.55.0
  • #17034 deps Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0
  • #17065 deps Bump github.com/ClickHouse/clickhouse-go/v2 from 2.34.0 to 2.35.0
  • #17145 deps Bump github.com/ClickHouse/clickhouse-go/v2 from 2.35.0 to 2.36.0
  • #17062 deps Bump github.com/IBM/nzgo/v12 from 12.0.9 to 12.0.10
  • #17083 deps Bump github.com/IBM/sarama from 1.45.1 to 1.45.2
  • #17040 deps Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.0 to 1.0.1
  • #17060 deps Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.1 to 1.0.2
  • #17127 deps Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.2 to 1.0.3
  • #17061 deps Bump github.com/apache/thrift from 0.21.0 to 0.22.0
  • #16954 deps Bump github.com/aws/aws-msk-iam-sasl-signer-go from 1.0.1 to 1.0.3
  • #17041 deps Bump github.com/aws/aws-msk-iam-sasl-signer-go from 1.0.3 to 1.0.4
  • #17128 deps Bump github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.15
  • #17129 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.67 to 1.17.68
  • #17057 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.3 to 1.45.0
  • #17132 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.45.0 to 1.45.1
  • #17029 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.49.0 to 1.50.0
  • #17131 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.50.0 to 1.50.1
  • #17143 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.43.1 to 1.43.2
  • #17037 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.218.0 to 1.219.0
  • #17067 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.220.0 to 1.222.0
  • #17093 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.222.0 to 1.224.0
  • #17136 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.224.0 to 1.225.0
  • #17139 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.35.0 to 1.35.1
  • #16996 deps Bump github.com/bluenviron/gomavlib/v3 from 3.1.0 to 3.2.1
  • #16987 deps Bump github.com/creack/goselect from 0.1.2 to 0.1.3
  • #17097 deps Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible
  • #17133 deps Bump github.com/gosnmp/gosnmp from 1.40.0 to 1.41.0
  • #17126 deps Bump github.com/linkedin/goavro/v2 from 2.13.1 to 2.14.0
  • #17087 deps Bump github.com/lxc/incus/v6 from 6.12.0 to 6.13.0
  • #17085 deps Bump github.com/microsoft/go-mssqldb from 1.8.1 to 1.8.2
  • #17064 deps Bump github.com/nats-io/nats-server/v2 from 2.11.3 to 2.11.4
  • #17140 deps Bump github.com/nats-io/nats.go from 1.42.0 to 1.43.0
  • #17134 deps Bump github.com/netsampler/goflow2/v2 from 2.2.2 to 2.2.3
  • #17028 deps Bump github.com/prometheus/common from 0.63.0 to 0.64.0
  • #17066 deps Bump github.com/rclone/rclone from 1.69.2 to 1.69.3
  • #17096 deps Bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0
  • #17088 deps Bump github.com/shirou/gopsutil/v4 from 4.25.4 to 4.25.5
  • #17135 deps Bump github.com/sijms/go-ora/v2 from 2.8.24 to 2.9.0
  • #17094 deps Bump github.com/snowflakedb/gosnowflake from 1.14.0 to 1.14.1
  • #17035 deps Bump github.com/tinylib/msgp from 1.2.5 to 1.3.0
  • #17054 deps Bump github.com/vmware/govmomi from 0.50.0 to 0.51.0
  • #17039 deps Bump github.com/yuin/goldmark from 1.7.11 to 1.7.12
  • #17130 deps Bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.4
  • #17056 deps Bump go.opentelemetry.io/collector/pdata from 1.31.0 to 1.33.0
  • #17058 deps Bump go.step.sm/crypto from 0.63.0 to 0.64.0
  • #17141 deps Bump golang.org/x/crypto from 0.38.0 to 0.39.0
  • #17144 deps Bump golang.org/x/mod from 0.24.0 to 0.25.0
  • #17033 deps Bump google.golang.org/api from 0.232.0 to 0.233.0
  • #17055 deps Bump google.golang.org/api from 0.233.0 to 0.234.0
  • #17086 deps Bump google.golang.org/api from 0.234.0 to 0.235.0
  • #17036 deps Bump google.golang.org/grpc from 1.72.0 to 1.72.1
  • #17059 deps Bump google.golang.org/grpc from 1.72.1 to 1.72.2
  • #17137 deps Bump google.golang.org/grpc from 1.72.2 to 1.73.0
  • #17031 deps Bump k8s.io/api from 0.33.0 to 0.33.1
  • #17038 deps Bump k8s.io/apimachinery from 0.33.0 to 0.33.1
  • #17030 deps Bump k8s.io/client-go from 0.33.0 to 0.33.1
  • #17025 deps Bump super-linter/super-linter from 7.3.0 to 7.4.0

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.35.0-1.aarch64.rpm 8a2617a382c08482170c16a7f35207fb1a066b0fbae6724f2ecfd0c8d30aac0e
armel CentOS telegraf-1.35.0-1.armel.rpm af01be75e411ff5480d690e0e8e93ef32517d003e9581a491b811982d32f0c79
armv6hl CentOS telegraf-1.35.0-1.armv6hl.rpm 7d84656bb488b5113bbf04dcf7971452df843897a867c3e1403add46f6c58ded
i386 CentOS telegraf-1.35.0-1.i386.rpm 5911ada0c4d4348679e521f93befc66f2ac6629030d69689a104d84c7719ae9f
loong64 CentOS telegraf-1.35.0-1.loong64.rpm 5dd031aca6988f4aa144cabe010e5f45ba502c4ae9dae01c064896755a1f97a6
ppc64le CentOS telegraf-1.35.0-1.ppc64le.rpm e8604d343575467861e488d2e2e57db3993ce45b34348e470fe9b39b6dde1dbb
riscv64 CentOS telegraf-1.35.0-1.riscv64.rpm 6c07225695f8d0516ef086b0d112bb826f10a465d4c5508784876f21d3133b5f
s390x CentOS telegraf-1.35.0-1.s390x.rpm 5179260a24ba9f76730b3044d6238013f17d5a84ab31f54298af55527d9b2659
amd64 CentOS telegraf-1.35.0-1.x86_64.rpm a0b0af364ccecb7f8565721f1fab502b099f0e1c3e394fead8a042a8561255a0
amd64 macOS telegraf-1.35.0_darwin_amd64.dmg c81080d8e276d92611c04e37a3f6be5dafd166b010ca00674f3bc2d2faf54b57
amd64 macOS telegraf-1.35.0_darwin_amd64.tar.gz 5f0f6da37e9e1b0013f994d26e4f905a2854e654db2d9505f22603082386e46a
arm64 macOS telegraf-1.35.0_darwin_arm64.dmg d36506bd326bbd501fb1a5f169ce3b339ac31b8fe6acf43a514d906f598249af
arm64 macOS telegraf-1.35.0_darwin_arm64.tar.gz 16374a5d59e866b9e0a8703b614ee2e429dd9c8047cf26dcda571db27e33b632
amd64 FreeBSD telegraf-1.35.0_freebsd_amd64.tar.gz 3a15616cbd00fe90377f8b15cdbcb6b1438f465a3d33135e0333e67b54310722
armv7 FreeBSD telegraf-1.35.0_freebsd_armv7.tar.gz c834285a56b44557e33ff30d4693845b450f04f8a534f0b7a302827282923052
i386 FreeBSD telegraf-1.35.0_freebsd_i386.tar.gz 083bd5cafe98cd03814762721c5b291009432cd9a3c133c5d22c0174d9eb38cb
amd64 Linux telegraf-1.35.0_linux_amd64.tar.gz 8ee112020edd7fde4161703ce1705fef3934fedaaa610d9dd1733266cd5f0928
arm64 Linux telegraf-1.35.0_linux_arm64.tar.gz 7822b1654d73da7424dcaf3430b091d9896e1ab1c2cff602ee060bd0fced57c5
armel Linux telegraf-1.35.0_linux_armel.tar.gz 6abd3acbe38211a8efe53f2d59bebcca25117c2224009463e0cb0a49fa2af924
armhf Linux telegraf-1.35.0_linux_armhf.tar.gz 684c0bee03de99e416a4ebe64345724b4b0051ee68702f77d2df08d682ce8378
i386 Linux telegraf-1.35.0_linux_i386.tar.gz 1edd77fa9ee49277bea953319748045c326565a58954d9038052b02735d7083d
loong64 Linux telegraf-1.35.0_linux_loong64.tar.gz 27034fe40b169214c84195c4b4c7af2346ba9a34512e227ecb0accb19e1875b7
mips Linux telegraf-1.35.0_linux_mips.tar.gz 677d10576624f824e8e0c1943b523ddf6d46cdef2c88faef3e87fe4c93e552d5
mipsel Linux telegraf-1.35.0_linux_mipsel.tar.gz 0f8170f7b01e0bd87284b3e9ec8ab772f190c4f95e2a1275064421b182bff4fc
ppc64le Linux telegraf-1.35.0_linux_ppc64le.tar.gz 7d9edb5489b405d52e1aa86fac186abc736d4dbdb84f49a3ab9102caf480bf4f
riscv64 Linux telegraf-1.35.0_linux_riscv64.tar.gz 4033dd0bda05062395ed27d55cdc4a32b805cd308b09ad937c2e96c2455a7c7a
s390x Linux telegraf-1.35.0_linux_s390x.tar.gz e402ba53742f8f1d086518977beb3bdb5df471c7a2f065d88fd970b080e1036a
amd64 Windows telegraf-1.35.0_windows_amd64.zip 40212ca1ff39d1cc230ee85dd69e481d675477c3664164d7cf4a08423e0defc4
arm64 Windows telegraf-1.35.0_windows_arm64.zip f4e64e22a7575c6a03c1a96f45503ba773112429f8fd95bc0ab6b85b91163209
i386 Windows telegraf-1.35.0_windows_i386.zip 44299d5335b5fa9bb67cab09b9859881c06bd8deaffcf1c9eae673b3409a8570
amd64 Debian telegraf_1.35.0-1_amd64.deb a32c685ac4368c467ba74a16e93cd732b7dce4ea5698fede09b506dc774d263b
arm64 Debian telegraf_1.35.0-1_arm64.deb 88ae6da2d42a2102f1c4d6cafcb6edb01d861a11d1956bf1407c9bc26ca56530
armel Debian telegraf_1.35.0-1_armel.deb e094b427ebe2fcd056b6d0e040a5a7e0f149004d76c6d1b55ab2b2cff4bb2141
armhf Debian telegraf_1.35.0-1_armhf.deb b3ca894e60139d1ad9749c87f1f69a7795b03d11b9dfc4991d0397cd3baf52ff
i386 Debian telegraf_1.35.0-1_i386.deb 234dcfe3e2db879085dfba354a40b8f3a6b84bd8d673c9a000b547479c9dae9d
loong64 Debian telegraf_1.35.0-1_loong64.deb 76762ede5c3ac71f2698b6a4007cb12d8f3c27f55de804b4e6970a7b24587ad1
mips Debian telegraf_1.35.0-1_mips.deb 0d78f81326eee5e4598afaba23bbf1a3edce799973c8e6c3dae86faa6ab022f4
mipsel Debian telegraf_1.35.0-1_mipsel.deb dbf31f2bf40f4db210daefb112da394117f71f142f559a719f9492aa30976e78
ppc64el Debian telegraf_1.35.0-1_ppc64el.deb 50730d410de8b951fce068b769c26dfc71b0f00d3e1e80c285433357a0533fe1
riscv64 Debian telegraf_1.35.0-1_riscv64.deb ab45feea560b5f64f798caaf635dc390e16cdcada2af8f459311c33d85dabb1c
s390x Debian telegraf_1.35.0-1_s390x.deb 92c471a23755cafad06aeb3724b8aecabc9c4fbdba5d151d48e6663be6084e77

Don't miss a new telegraf release

NewReleases is sending notifications on new releases.