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
flush_jitter configuration for this output applied to just this output
Actual behavior:
telegraf fails to start with the following error:
telegraf[6248]: 2019-11-21T19:49:43Z E! [telegraf] Error running agent: Error parsing /etc/telegraf/telegraf.d/cloudwatch.conf, line 5: field corresponding to `flush_jitter' is not defined in cloudwatch.CloudWatch
The text was updated successfully, but these errors were encountered:
So digging around in the issues here, it looks like this is a new feature that was added as part of #6603. I can't tell from the commit history if it should have gone into 1.12.6 or will be in a later version. It's just luck that we happened to need this for the first time today.
That's correct, this feature is not released yet. When reading through the GitHub documentation, it will help to set the branch to the release branch of your version, release-1.12 in this case. You can also try out the nightly builds, any testing is appreciated.
You can't easily tell the version from the commit history, only bug fixes are added to the release branch.
Relevant telegraf.conf:
System info:
Telegraf 1.12.6 (git: HEAD 6c7f2d6)
Ubuntu 16.04.6 LTS
Steps to reproduce:
Added flush_jitter config to previously working cloudwatch output. A default flush_jitter is already defined at the agent level; this is intended to be an override, as described in the documentation (https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md#output-plugins)
Expected behavior:
flush_jitter configuration for this output applied to just this output
Actual behavior:
telegraf fails to start with the following error:
telegraf[6248]: 2019-11-21T19:49:43Z E! [telegraf] Error running agent: Error parsing /etc/telegraf/telegraf.d/cloudwatch.conf, line 5: field corresponding to `flush_jitter' is not defined in cloudwatch.CloudWatch
The text was updated successfully, but these errors were encountered: