Cannot convert tag to field

Hi,

Need advise, I could not convert a tag “Core_Count” to a field type integer in the measurement.

Getting following error when testing it with:

telegraf.exe -config supportone.conf -test

2020/01/08 16:11:41 E! Error parsing telegraf.conf, Undefined but requested processor: converter

telegraf.conf

[[inputs.win_perf_counters.object]]
ObjectName = “CPU”
Measurement = “CPU”
Instances = [“*”]
IncludeTotal=true
Counters = [
“% Idle Time”,
“% Processor Time”,
]
[inputs.win_perf_counters.tags]
Core_Count=“0”

[[processors.converter]]
	[processors.converter.tags]
	integer = ["Core_Count"]

Resolved.
Ans: I was using older telegraf version.

1 Like