Relevant telegraf.conf:
[global_tags]
[agent]
interval = "10s"
round_interval = true
metric_buffer_limit = 1000
flush_buffer_when_full = true
collection_jitter = "0s"
flush_interval = "10s"
flush_jitter = "0s"
debug = false
quiet = false
logfile = "/Program Files/Telegraf/telegraf.log"
hostname = ""
[[outputs.influxdb]]
urls = ["http://docker:8086"]
database = "telegraf"
precision = "s"
timeout = "5s"
username = "username "
password = "password"
[outputs.influxdb.tagdrop]
influxdb_tag = ["*"]
[[inputs.procstat]]
exe = "splwow64"
pid_finder = "native"
pid_tag = true
System info:
Windows Server 2019 Standart 1809 17763.1577
Telegraf 1.19.0 amd64
Steps to reproduce:
- I launch Telegraf service and it does not start.
- Delete inputs.procstat from telegraf.conf.
- I launch Telegraf service and it starts.
With Telegraf 1.17.3 works correctly on this OS.
Relevant telegraf.conf:
System info:
Windows Server 2019 Standart 1809 17763.1577
Telegraf 1.19.0 amd64
Steps to reproduce:
With Telegraf 1.17.3 works correctly on this OS.