guilhemmarchand / telegraf-kafka

Kafka Smart Monitoring for Splunk
Apache License 2.0
10 stars 4 forks source link

Missing double quotes in the flush interval telegraf config UI generator #64

Closed guilhemmarchand closed 3 years ago

guilhemmarchand commented 3 years ago

The telegraf config generator UI generates the config with a missing double quotes in the flush interval:

[agent]
  interval = "10s"
  flush_interval = "10s
  hostname = "$HOSTNAME"