We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433a68a commit b2031c2Copy full SHA for b2031c2
telegraf/telegraf.conf
@@ -50,7 +50,7 @@
50
51
## Default flushing interval for all outputs. You shouldn't set this below
52
## interval. Maximum flush_interval will be flush_interval + flush_jitter
53
- flush_interval = "flush_interval"
+ flush_interval = "$flush_interval"
54
55
## Jitter the flush interval by a random amount. This is primarily to avoid
56
## large write spikes for users running a large number of telegraf instances.
0 commit comments