You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
telegraf -config telegraf.conf
2018/01/16 12:05:18 E! Error parsing telegraf.conf, line 153: field corresponding to stats' is not defined in *basicstats.BasicStats'
Here is the snippet of telegraf.conf -
[[aggregators.basicstats]]
period = "60s"
drop_original = true
stats = ["count","min","max"]
The text was updated successfully, but these errors were encountered:
arti007
changed the title
Aggregator Basicstats - Unable to configures which basic stats to push as fields
Aggregator Basicstats - Unable to configure which basic stats to push as fields
Jan 16, 2018
Configurable Aggregator Basicstats seems to be already available as per the below links, but somehow didn’t work for me for Telegraf v1.5.0 (git: release-1.5 a1668bb)
https://github.com/influxdata/telegraf/tree/master/plugins/aggregators/basicstats
#3580
Also a new version of Telegraf released last week . But is not working with the new version as well.
https://community.influxdata.com/t/telegraf-v1-5-1/3670
getting this error -
Here is the snippet of telegraf.conf -
[[aggregators.basicstats]]
period = "60s"
drop_original = true
stats = ["count","min","max"]
The text was updated successfully, but these errors were encountered: